rules_scala icon indicating copy to clipboard operation
rules_scala copied to clipboard

Scala rules for Bazel

Results 199 rules_scala issues
Sort by recently updated
recently updated
newest added
trafficstars

**This issue is part of a broader proposal to merge some of the features in [lucidsoftware/rules_scala](https://github.com/lucidsoftware/rules_scala) into this ruleset.** [The tracking issue for this effort](https://github.com/bazelbuild/rules_scala/issues/1658) [The relevant proposal section](https://docs.google.com/document/d/12BmUPpJpworA9ep2P_J00TxXwFRBZDQttUCsoYo0Yao/edit?tab=t.0#heading=h.j168qx5ve51w). If...

**This issue is part of a broader proposal to merge some of the features in [lucidsoftware/rules_scala](https://github.com/lucidsoftware/rules_scala) into this ruleset.** [The tracking issue for this effort](https://github.com/bazelbuild/rules_scala/issues/1658) [The relevant proposal section](https://docs.google.com/document/d/12BmUPpJpworA9ep2P_J00TxXwFRBZDQttUCsoYo0Yao/edit?tab=t.0#heading=h.ry919yzcfl1l). If...

**This issue is part of a broader proposal to merge some of the features in [lucidsoftware/rules_scala](https://github.com/lucidsoftware/rules_scala) into this ruleset.** [The tracking issue for this effort](https://github.com/bazelbuild/rules_scala/issues/1658) [The relevant proposal section](https://docs.google.com/document/d/12BmUPpJpworA9ep2P_J00TxXwFRBZDQttUCsoYo0Yao/edit?tab=t.0#heading=h.iy5jzm8ge37k). Bazel...

**This issue is part of a broader proposal to merge some of the features in [lucidsoftware/rules_scala](https://github.com/lucidsoftware/rules_scala) into this ruleset.** [The tracking issue for this effort](https://github.com/bazelbuild/rules_scala/issues/1658) The relevant proposal sections: -...

**This issue is part of a broader proposal to merge some of the features in [lucidsoftware/rules_scala](https://github.com/lucidsoftware/rules_scala) into this ruleset.** [The tracking issue for this effort](https://github.com/bazelbuild/rules_scala/issues/1658) [The relevant proposal section](https://docs.google.com/document/d/12BmUPpJpworA9ep2P_J00TxXwFRBZDQttUCsoYo0Yao/edit?tab=t.0#heading=h.5g9rdoh86mi). From...

**This issue is part of a broader proposal to merge some of the features in [lucidsoftware/rules_scala](https://github.com/lucidsoftware/rules_scala) into this ruleset.** [The tracking issue for this effort](https://github.com/bazelbuild/rules_scala/issues/1658) [The relevant proposal section](https://docs.google.com/document/d/12BmUPpJpworA9ep2P_J00TxXwFRBZDQttUCsoYo0Yao/edit?tab=t.0#heading=h.ollsu8o3qmg7). Having...

In our company the next generation VMs will have `/tmp` mount with noexec flag. This causes the following error: ``` ERROR: /home/user/development/_repository_/apps/app1/protobuf/tensorflow/core/example/BUILD.bazel:6:14: ProtoScalaPBRule apps/app1/protobuf/tensorflow/core/example/tensorflow_proto_fs2_scalapb.srcjar failed: (Exit 1): scalapb_worker failed: error...

I would like a way to save diagnostic information to the filesystem after a failed test. There are many ways it could work, but as a concrete strawman: define an...

I'm looking into cross building Scala 2.13 / 3.3 targets and I've been playing with the [2\_deps example](https://github.com/bazelbuild/rules_scala/tree/v6.6.0/examples/crossbuild/2_deps). When I do the following tweaks: ``` diff --git a/examples/crossbuild/2_deps/BUILD b/examples/crossbuild/2_deps/BUILD index...