Skip to content

Conversation

mjameswh
Copy link
Contributor

What changed?

Why?

  • The double semicolon sequence is causing a compilation error in protobufjs, even though this is technically valid according to the official Protobuf 3 spec.

    This is a bug in protobufjs, for which there's been an open issue ticket since 2019, but it was never acknowledged, and a PR fixing this has been ignored for more than a year.

    Given that there's simply no reason to use a double semicolon sequence anyway, it appears preferable to simply avoid that in our proto definitions.

  • This was fixed upstream in Fix protobuf syntax that is causing an error in protobufjs api#589, but this is a temporary, targeted-fix to avoid pulling in other changes we don't want in Core immediately.

@mjameswh mjameswh requested a review from a team as a code owner May 15, 2025 16:44
@Sushisource Sushisource enabled auto-merge (squash) May 15, 2025 16:46
@Sushisource Sushisource merged commit 1a3b41b into master May 15, 2025
19 checks passed
@Sushisource Sushisource deleted the temp-fix-broken-proto branch May 15, 2025 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants