Simonas Pinevičius
Simonas Pinevičius
[test_coverage_on](https://github.com/bazelbuild/rules_scala/blob/master/test/shell/test_misc.sh#L125) fails on latest bazel (3.7.0) see example build https://travis-ci.org/github/bazelbuild/rules_scala/jobs/737941438
Resolves to https://github.com/bazelbuild/rules_scala/issues/877 Step 0: Generate sig jars for scala_library
### Description Configure rules via build settings instead of attributes on toolchain. Eventually toolchain should contain only attributes that are scala version specific (ie jars, scalac opts, executables) For backwards...
Released `protoc` binaries are great. It saves a lot of build time. Thanks for doing this! However, maybe this could be extracted to a separate repository? If I have to...
`bazel test ...` should be enough see https://github.com/bazelbuild/bazel/issues/4257
Maybe it would be nice that every clojure_library would produce .repl target to run that library in repl. Something as described here https://docs.bazel.build/versions/master/skylark/tutorial-custom-verbs.html
Every target start a jvm and this is slow. Few thought: - use persistent workers - aot scripts - check need for whole jdk in runfiles
Expose `proto_library` targets in `TargetIdeInfo` during sync via `ProtoIdeInfo` (similar to other `*IdeInfo`) **Motivation** [idea.plugin.protoeditor](https://plugins.jetbrains.com/plugin/14004-protocol-buffers) doesn't work for us (all imports are red/unresolved) because source roots of `proto_library` targets are...
Continuation of the discussion started in https://github.com/bazel-contrib/rules_scala/issues/1763 To be completely transparent, @liucijus is stepping down as a maintainer, and we’re looking for new maintainers to help keep rules_scala healthy and...