-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
Field type with keyword is not correctly parsed #127
Comments
thank you for reporting this and taking the time to provide me with a test case 👍 I will work on solution for this. |
it is a harder problem than i thought, my initial change fix this case but broke others :-( |
Hey @emicklei, I took a look at the branch you made for this issue. Nice work! It fixed the problems I addressed in this issue. From what I can tell, all of the existing tests on it are passing as well - is there anything still broken as a result of the changes? Happy to help if needed |
Ran into this problem while trying to parse this protobuf from the Envoy project, which results in the error:
found "service" but expected [oneof closing }]
While this issue manifested itself in the
oneof.go
parser, I believe it might apply to any parsed field.Here's a test that can reproduce it:
Happy to help however I can, just wanted to bring it to your attention first and see if you had any feedback
The text was updated successfully, but these errors were encountered: