Simonas Pinevičius

Results 7 issues of 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

help wanted
coverage

Resolves to https://github.com/bazelbuild/rules_scala/issues/877 Step 0: Generate sig jars for scala_library

cla: yes

### 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...

P3

`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