bazel-contrib / bazel-contrib/rules_scala
scala_test parity with java_test classpath_resources
Open
- Dominant language
- Starlark
- Stars
- 384
- Forks
- 292
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 46
Description
## Problem
`scala_test` does not support `classpath_resources` like `java_test`: https://docs.bazel.build/versions/master/be/java.html#java_test.classpath_resources
## Environment
scala_rules version: `177e2eeb665899a0f116d20876c8c77b4ef27b98`
bazel: `1.1.0`
Contributor guide
Research direction
Read Bazel's java_test.classpath_resources documentation, then trace the scala_test rule and its existing test coverage to compare supported attributes. Done means scala_test accepts classpath_resources and provides the same classpath-resource behavior as java_test, with coverage for the new attribute.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- scala
- Domain
- build-system, testing
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100