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
However, in the source code for gazelle, I see this comment:
// at github.com/smacker/go-tree-sitter@latest (after v0.0.0-20240422154435-0628b34cbf9c we used)// "__main__" is the second child of b. But now, it isn't.// we cannot use the latest go-tree-sitter because of the top level reference in scanner.c.// https://github.com/smacker/go-tree-sitter/blob/04d6b33fe138a98075210f5b770482ded024dc0f/python/scanner.c#L1
I find this same thing when trying to run with the newer version of go-tree-sitter:
external/gazelle~~go_deps~com_github_smacker_go_tree_sitter/python/scanner.c:1:10: fatal error: '../array.h' file not found
1 | #include "../array.h"
| ^~~~~~~~~~~~
1 error generated.
When trying to update
rules_python
's Gazelle plugin to support python 3.12, I found that (I think) we need to updatego-tree-sitter
.We bump:
However, in the source code for gazelle, I see this comment:
I find this same thing when trying to run with the newer version of
go-tree-sitter
:Full Bazel logs
The text was updated successfully, but these errors were encountered: