Gergely Fábián

Results 16 issues of Gergely Fábián

Also upgraded and added necessary dependencies for rules_scala.

Tests for validating scala case classes.

## PR Checklist Please check if your PR fulfills the following requirements: - [x] Tests for the changes have been added (for bug fixes / features) - [x] Docs have...

…utput ### Description Add a new function that is independent of runtime jars and the specific output. ### Motivation This is a small refactoring as an intermediate step for possible...

If I run coverage while using Java 17 it fails with an error: ``` Discovery starting. Discovery completed in 87 milliseconds. Run starting. Expected test count is: 1 TestSuite: things...

It seems that if I have a `library` target, the `library_deploy.jar` target will differ if I'm currently running tests with `bazel test ...` vs. `bazel coverage ...`. Looking at the...

Is there a way to provide parameters for the scalatest runner like in: https://www.scalatest.org/user_guide/using_the_runner When using rule `scala_test`. I'd be specifically interested in using the following option: `-C com.company.project.BarReporter`

I have a project where I have set up latest rules_scala with Scala 2.13. ``` rules_scala_version = "0f38f217d1313d564bcc6c00976551e775be0ade" # update this as needed http_archive( name = "io_bazel_rules_scala", strip_prefix = "rules_scala-%s"...

I have a project with three targets (among others): java_library(...) scala_library(...) scala_test(...) Where the scala_library depends on the java_library and the scala_test depends on scala_library. If I run code coverage...

coverage

When running rules_scala (trying to compile some Scala code) with JDK 21, I receive the following exception: ``` Exception in thread "main" java.lang.UnsupportedOperationException: The Security Manager is deprecated and will...