You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently I am having some issues with the CI tests that run under verilog-ts-mode:
Warning (treesit): Cannot activate tree-sitter, because language grammar for verilog is unavailable (version-mismatch): 15
This started happening after using a newer version of the generated grammar parser with the latest tree-sitter-cli version (v0.25.2). After some debugging I believe this error is caused because Emacs would need to be recompiled since the ABI version generated with tree-sitter-cli v0.25.2 (15) is higher than the one used by Nix Emacs image (/nix/store/alq26qn1pys0fjpbam88j20v1zkych97-tree-sitter-0.24.6).
Would it be possible to update tree-sitter support to the latest version (v0.25.2)?
This project depends on the infrastructure of nixpkgs. Tree-sitter 0.25.1 was merged three weeks ago (see NixOS/nixpkgs#379367), but it has not landed nixpkgs-unstable yet. Can you wait until the update is propagated? It takes long because the tree-sitter update triggers rebuilds of thousands of packages.
You can check the status at https://nixpkgs-tracker.ocfox.me/?pr=379367. Once the status becomes green, we'll fire a workflow to update the nixpkgs dependency (or feel free to ping me if we haven't). Thanks for reporting this issue.
Hi,
Currently I am having some issues with the CI tests that run under
verilog-ts-mode
:This started happening after using a newer version of the generated grammar parser with the latest
tree-sitter-cli
version (v0.25.2). After some debugging I believe this error is caused because Emacs would need to be recompiled since the ABI version generated withtree-sitter-cli
v0.25.2 (15) is higher than the one used by Nix Emacs image (/nix/store/alq26qn1pys0fjpbam88j20v1zkych97-tree-sitter-0.24.6
).Would it be possible to update
tree-sitter
support to the latest version (v0.25.2)?Related Reddit thread: https://www.reddit.com/r/emacs/comments/1cdb3r3/treesitter_modes_killing_my_emacs_session/
Thanks a lot!
The text was updated successfully, but these errors were encountered: