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
I have read all the tree-sitter docs if it relates to using the parser
I have searched the existing issues of tree-sitter-c
Tree-Sitter CLI Version, if relevant (output of tree-sitter --version)
I'm not using the cli
Describe the bug
I'm using the 0.23.0 release (commit 66579f) of the ruby treesitter parser. Found this with neovim and first tried reporting it there neovim/neovim#30811 . I put a lldb backtrace there if that's helpful at all.
Steps To Reproduce/Bad Parse Tree
load a file with the contents in Repro section, it will crash with bug: Assertion failed: (size == length), function deserialize, file src/scanner.c, line 160.
Did you check existing issues?
Tree-Sitter CLI Version, if relevant (output of
tree-sitter --version
)I'm not using the cli
Describe the bug
I'm using the 0.23.0 release (commit 66579f) of the ruby treesitter parser. Found this with neovim and first tried reporting it there neovim/neovim#30811 . I put a lldb backtrace there if that's helpful at all.
Steps To Reproduce/Bad Parse Tree
load a file with the contents in Repro section, it will crash with
bug: Assertion failed: (size == length), function deserialize, file src/scanner.c, line 160.
Expected Behavior/Parse Tree
not crash
Repro
The text was updated successfully, but these errors were encountered: