bazel-contrib / bazel-contrib/rules_scala
allow to deploy_manifest_lines in scala_binary and scala_test
Open
- Dominant language
- Starlark
- Stars
- 384
- Forks
- 292
- Avg merge
- 3d 3m
- Merged PRs (30d)
- 42
Description
Hi,
Java rules has this useful ability to add manifest lines: https://bazel.build/versions/master/docs/be/java.html#java_binary.deploy_manifest_lines
Our rules (`scala_binary` and `scala_test`) lack this property. We need to allow this behavior to happen in our rules as well.
Contributor guide
Research direction
Start by locating the scala_binary and scala_test rule definitions and compare their attributes with the Java rules documentation for deploy_manifest_lines. Trace how the property is propagated, then verify that both rules accept it and produce the requested manifest lines.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- scala
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100