tree-sitter-verilog icon indicating copy to clipboard operation
tree-sitter-verilog copied to clipboard

Issue with Verilog Tree Sitter ValueError: Incompatible Language version 12. Must not be between 13 and 13

Open lhendre opened this issue 3 years ago • 5 comments

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.

lhendre avatar Aug 31 '21 18:08 lhendre

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.

lhendre avatar Sep 14 '21 02:09 lhendre

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.

abradd avatar Sep 15 '21 23:09 abradd

I was using the most up to date version, will need to go back and grab the version number

lhendre avatar Oct 11 '21 03:10 lhendre

v0.20.0 is the one having issues

lhendre avatar Oct 12 '21 23:10 lhendre

Could you specify environment, in which issue is appears? OS, node version, etc.

drom avatar Oct 15 '21 17:10 drom