| Auto-Submit | +1 |
| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
Thanks! I only did a very light review. I assume the AI is going to maintain this script in the future. Furthermore I assume that we'll review the CLs produced by this script and that also the bazel bot needs to pass on them. Hence the bar for any mischief is high...
"--file", "-f", default="MODULE.bazel", help="Path to MODULE.bazel file")Can we default this to the file in the V8 base dir relative to this script? In the current version it would only work if the CWD is the V8 base dir, which is not granted when executing scripts on bots.
print("Please run `bazel mod tidy` to regenerate MODULE.bazel.lock.")Is that needed? I don't see such a file in our repo.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Auto-Submit | +1 |
| Commit-Queue | +2 |
Thanks! I only did a very light review. I assume the AI is going to maintain this script in the future. Furthermore I assume that we'll review the CLs produced by this script and that also the bazel bot needs to pass on them. Hence the bar for any mischief is high...
Yeah, I also think so.
"--file", "-f", default="MODULE.bazel", help="Path to MODULE.bazel file")Can we default this to the file in the V8 base dir relative to this script? In the current version it would only work if the CWD is the V8 base dir, which is not granted when executing scripts on bots.
Done
print("Please run `bazel mod tidy` to regenerate MODULE.bazel.lock.")Is that needed? I don't see such a file in our repo.
We don't use it. AI slop! 😊
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
3 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: tools/check_bazel_deps.py
Insertions: 5, Deletions: 2.
The diff is too large to show. Please review the diff.
```
Add check_bazel_deps.py tool to monitor and update Bzlmod dependencies
This script parses MODULE.bazel for bazel_dep declarations and queries the Bazel Central Registry to check for newer versions. It distinguishes between stable releases and pre-releases (such as release candidates).
It also supports automatically updating MODULE.bazel in-place using the --update flag.
TAG=agy
CONV=a02928b1-06a9-426a-8821-743388252a94
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |