Conversation
|
Hello @aignas, modules you maintain (rules_python_gazelle_plugin) have been updated in this PR. |
|
@bazelbuild/bcr-maintainers Can I get the auto-run tag, please? I'd like to iterate to get things passing |
|
@dougthor42 -- the python gazelle plugin is passing except on windows. The error is related to treesitter. ISTR something special is done with treesitter? Any insight? Maybe it's just a wrong version of some dependency being selected? log excerpt: |
|
In that failed PR, One of the things I was trying was to bump go past v1.19. That's when I'd see the IIRC, -bazel_dep(name = "gazelle", version = "0.36.0", repo_name = "bazel_gazelle")
+bazel_dep(name = "gazelle", version = "0.42.0", repo_name = "bazel_gazelle")Causes a cascading version update. Footnotes
|
33dd95b to
baed463
Compare
|
@dougthor42, is there a known workaround around that build failure? To support bazel 9 we'll need to bump the |
|
Migrating to the official go bindings https://github.com/tree-sitter/go-tree-sitter might resolve things. I can probably spend some time in this coming week to investigate that. Made bazel-contrib/rules_python#3416 to track. |
|
This PR has been automatically marked as stale because it has not had any activity for 30 days. It will be closed in 14 days if no further activity occurs. Please comment on this PR to keep it open, or ask |
|
This PR has been closed due to inactivity. |
This is a manual release of rules_python_gazelle_pluging 1.7.0-rc6 to decouple it from the rules_python release.