-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add support for editions #25
Comments
#26 use master check again |
Hi I'm using now: 6e366e0. I'm getting a little further
It causes this error
|
I use https://github.com/emicklei/proto to parse proto file, you can check you proto with |
Yes, I get the same error with HEAD of https://github.com/emicklei/proto, using Readme.md test program and printing error of unsuccessful Parse: ` definition, err := parser.Parse()
` |
Hi,
We are using very recent addition to protobuf: opaque API. This requires edition = 2023. Currently an error:
:1:1: found "edition" but expected [.proto element {comment|option|import|syntax|enum|service|package|message}]
is given. More info about editions: https://protobuf.dev/editions/overview/
The text was updated successfully, but these errors were encountered: