-
Notifications
You must be signed in to change notification settings - Fork 36
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
Issue with Verilog Tree Sitter ValueError: Incompatible Language version 12. Must not be between 13 and 13 #53
Comments
Found a work around by using tree-sitter version 0.2.2. Trying that for the time being as a work around until I can find how o fix this issue and use the current version. |
Were you regenerating the parser? What version of tree-sitter were you using? I've used 0.19.5 in the past and I didn't have any issues. I did see some issues with 0.20.0, but never looking into it. |
I was using the most up to date version, will need to go back and grab the version number |
v0.20.0 is the one having issues |
Could you specify environment, in which issue is appears? |
I cloned this repo for the verilog language and am trying to use it with tree sitter; however I am getting the following error.
ValueError: Incompatible Language version 12. Must not be between 13 and 13
Tried to both manually change the version number and also go back to an older commit but didnt have much luck.
The text was updated successfully, but these errors were encountered: