-
## Compiler version
3.3.3
## Minimized code
`exception occurred while typechecking /Users/reid/Code/ossuminc/riddl-hugo/hugo/src/test/scala/com/ossuminc/riddl/hugo/GlossaryPassTest.scala`
whi…
-
Full Stacktrace:
An exception or error caused a run to abort. This may have been caused by a problematic custom reporter.
java.lang.RuntimeException: Error creating extended parser class: null
…
-
"To get access to builtins in a test, the best way is to probably build up a stub code execution context."
We would like to provide a basic test that uses builtins (assuming no such test already e…
-
The 3.0.6 Scalafix tool is here:
https://github.com/scalatest/autofix
We should make a branch for 3.1.x, and then add the following rewrites:
```
org.scalatest.FunSuiteLike => org.scalatest.…
-
SparkQueryCompareTestSuite-based tests cannot be run in with `-Dparallel` using the standard ScalaTest runner because it only supports intra-JVM parallelism, and the tests would clobber each other's …
-
Seen failure in `ContainerProxyTest` at https://scans.gradle.com/s/4lb3ctstu5cqc/tests/xaqugzlgs2zxa-igyfqphtwknzs?openStackTraces=WzBd in _ContainerProxy should run an action after pausing the contai…
-
See https://github.com/scalacenter/sbt-scalafix/pull/57:
* scalatest was bumped in the main build, and scalafix migrations were applied https://github.com/scala-steward/sbt-scalafix/blob/update/scala…
-
Hi Debasish
First thanks for this wonderful scala project!
I forked your project first and did some preliminary 2.8.0 port (learning great deal in the process:) now seeing you have done (much better…
-
For the 3.1.0 release, we should continue to release scalactic, scalatest, and scalatest-app artifacts. The scalactic artifact includes everything under `org.scalactic`. The scalatest artifact include…
-
**Describe the problem you faced**
I am using Hudi to write to a partitioned table that has a complex key (String, Int, String) and is partitioned by one of the columns (also part of the key, i.e…