Uh oh!
There was an error while loading. Please reload this page.
deps(gazelle): upgrade rules_go to remove patching of tree-sitter - #3179
Conversation
f8b94b9 to
63a642aCompare
dougthor42
left a comment
There was a problem hiding this comment.
Odd... how did you avoid the windows issues with go-tree-sitter that I was seeing in #2962?
Ah well, I'm not going to look a gift horse in the mouth. This is awesome, thanks!
Requests:
- Update
CHANGELOG.mdto specify the version upgrades and thatloadstatements might get reordered. - Update
MODULE.bazel'srules_goversion to match what's used bygazelle/MODULE.bazel. - Update
internal_dev_deps.bzlto match too. - Update
examples/(bzlmod_)build_file_generationto match versions too.
jbedard
commented
Aug 15, 2025
I have no idea, don't jinx it! 😅 |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
jbedard
commented
Aug 15, 2025
Now after upgrading things there's some odd failures. @dougthor42 can you take a look? |
dougthor42
left a comment
There was a problem hiding this comment.
To summarize all the comments:
- You should be able to revert the
.bazelignoreand.bazelrcchanges.- Doing so tested just fine for me locally, so 🤞.
- You may be able to revert the change to root
MODULE.bazelandWORKSPACE- Sorry for requesting those initially!
- It seems like ae0f4be worked and just needs a CI retry.
- Some nits
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
ae0f4be to
353ec71Comparec4004be to
1ddc60bCompare
dougthor42
left a comment
There was a problem hiding this comment.
LGTM; I'm just going to test it on our internal monorepo this morning to double check, but I don't expect any issues.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
dougthor42
left a comment
There was a problem hiding this comment.
I opened #3180 for the CI flake.
I'm just going to test it on our internal monorepo this morning to double check, but I don't expect any issues.
Things look good on my end. Approved.
aignas
commented
Aug 17, 2025
Shall we try merging this or shall we hold off because we want to investigate the Windows flake? |
dougthor42
commented
Aug 17, 2025
@rickeylev has asked Florian internally to give me access to buildkite and the Bazel org so I can retry builds, so I was waiting for that. My plan is to try to assess just how flaky things are - 50%, 10%, etc. - and then then merge if (a) the flakes are unrelated to this PR or (b) the flakes are "relatively rare"1 Footnotes
|
Uh oh!
There was an error while loading. Please reload this page.
rickeylev
commented
Aug 17, 2025
I'd be fine with merging now. |
Update rules_go to include bazel-contrib/rules_go#4298
Update gazelle to align with the version the rules_go bzlmod will bring in, and ensure the go.mod version is the same as bzlmod version.
Update go to 1.21 to include the
sliceslibrary that some of the go.mod updates depend on.Fixes#2956.