Stig Rohde Døssing
Stig Rohde Døssing
The Scala plugin will default to assuming a Scala version of 2.12 if not properly configured. This causes Intellij to show compilation errors when using newer features, even if such...
ScalaTestContextProvider is responsible for figuring out which parameters to pass to the Scalatest runner. It contains code capable of deciding which test class to run, but not which individual test...
## Reproduction steps Scala version: 2.13.6 ```scala val someSeq = Seq(1).toSeq for (i Random.nextBoolean()).sum) } ``` The above is very likely to produce a stack trace like this: ``` java.lang.UnsupportedOperationException:...
`rules_scala` doesn't work out of the box with Java 18 or 19, since `Worker.java` makes use of a SecurityManager, which is not allowed by default as of Java 18. See...
### Description of the bug: I'm unable to build `bazel build //src:java_tools_prebuilt_zip` on MacOS with only the Xcode command line tools installed. It's unclear to me whether this is a...
The PR at https://github.com/bazelbuild/rules_java/pull/135 looks dormant, this makes the change requested at https://github.com/bazelbuild/rules_java/pull/135#issuecomment-1797985514 I don't need the entire change here, having the jmods as a filegroup is sufficient for using...