bazel-contrib / bazel-contrib/rules_scala
Fix Bazel incompatible changes
- Dominant language
- Starlark
- Stars
- 384
- Forks
- 292
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 47
Description
I'd like to be able to build rules_scala with `--all_incompatible_changes`
e.g. `cd rules_scala && bazel test //scala:all //test:all --all_incompatible_changes`
It may not be possible to fix every issue now due to transitive dependencies, but we should try to fix the issues from this repository.
Contributor guide
Research direction
Run `cd rules_scala && bazel test //scala:all //test:all --all_incompatible_changes` to reproduce the failures. Trace the reported incompatible-change errors to determine which are owned by this repository versus transitive dependencies, then verify that the repository-owned issues are fixed while rerunning the same targets.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- scala
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100