-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support "Protobuf Editions" #468
Comments
I have looked at this sufficiently closely by now that I know what needs to be done.
These changes to the |
Protobuf Editions overview: https://protobuf.dev/editions/overview/
This feature introduces a new syntax (e.g.
edition = "2023";
) that currently breaksproto-lens
. It crashes in this partial function here:proto-lens/proto-lens-protoc/app/Data/ProtoLens/Compiler/Definitions.hs
Line 104 in a646710
The error is
Unknown syntax type "editions"
.The text was updated successfully, but these errors were encountered: