Skip to content
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

ANTLR 4.10-generated parsers incompatible with previous runtimes #102

Closed
idavis opened this issue Apr 12, 2022 · 1 comment · Fixed by #129
Closed

ANTLR 4.10-generated parsers incompatible with previous runtimes #102

idavis opened this issue Apr 12, 2022 · 1 comment · Fixed by #129
Labels
bug Something isn't working good first issue Good for newcomers samples Topics/questions related to the examples on this repository unitaryhack-bounty

Comments

@idavis
Copy link
Collaborator

idavis commented Apr 12, 2022

ANTLR released a new version, 4.10, on 11 April 2022. This release breaks the augmented transition network (ATN) serialized state machine in the generated code from earlier versions. The 4.10 Release notes explain that they broke the serializer format and the generated code needs to be regenerated with the 4.10 tooling and the python dep needs to be set to 4.10+

@idavis idavis added the bug Something isn't working label Apr 12, 2022
@bettinaheim bettinaheim added the samples Topics/questions related to the examples on this repository label Apr 12, 2022
@idavis
Copy link
Collaborator Author

idavis commented Apr 13, 2022

#73 temporarily sets the dep version at 4.9 until this is addressed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers samples Topics/questions related to the examples on this repository unitaryhack-bounty
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants