bazelbuild / bazelbuild/bazelisk
Allow comments in .bazelversion
- Dominant language
- Go
- Stars
- 2.7k
- Forks
- 424
- PR merge metrics
- No merged PRs in 30d
Description
In the Angular repo, there are some steps you should take to update RBE toolchain whenever you update the bazel version. This would naturally live as a comment in the bazelversion file so you always see it when you update the version.
I suggest ignoring lines that start with `#` (would have to do the same in bazel itself where it understands the .bazelversion file)
Contributor guide
Research direction
Start with the .bazelversion parsing entry point in Bazelisk, then compare it with the corresponding parser in Bazel. The change is complete when lines beginning with # are ignored consistently by both tools and tests cover commented .bazelversion entries.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- build-system, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100