Open lhendre opened 3 years ago
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? OS, node version, etc.
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.