-
https://stackoverflow.com/questions/53491355/why-wont-scalatest-compile
https://github.com/kolotyluk/leaderboard
```
package unit
import collection.mutable.ArrayStack
import org.scalatest._…
-
### Versions used
Akka version: 2.5.20
Alpakka Kafka version: 1.0.1
### Expected Behavior
Using Alpakka Kafka Testkit with defaults should run a simple integration test.
### Actual Beha…
seglo updated
5 years ago
-
https://travis-ci.org/twitter/scalding/jobs/120727552
I'm re-running to see if it's a flaky test or not.
```
[0m[[0minfo[0m] [0m[31m- Test out Array[Byte] *** FAILED ***[0m[0m
[0m[[0minfo[…
-
I get a exception when attempting to call the Mustache constructor:
Exception:
java.lang.NoSuchMethodError
org.monkey.mustache.Dictionary$.apply(Dictionary.scala:16) me.gladwell.peachtree.MustachePag…
-
On windows at 49e8c80991488e35b067b4d85f2f08189749f19a tests hang somewhere in native code:
```
"pool-7-thread-1-ScalaTest-running-IOSpec@21259" prio=5 tid=0x69 nid=NA runnable
java.lang.Thread.S…
-
**Type of issue**: Bug Report
**Please provide the steps to reproduce the problem:**
Upgrading my project from Chisel 3.5.4 and Chiseltest 0.5.4 to 5.0.0 in both cases, I ran across the follow…
-
### Play JSON Version (2.5.x / etc)
Affected versions:
* "com.typesafe.play" %% "play-json" % "2.10.5"
* "org.playframework" %% "play-json" % "3.0.3"
### API (Scala / Java / Neither / Both)
…
-
Currently, there is a failure publishing `scalatest` in the `community_build_a` GitHub action when we use Java 16. We should pull the latest version of `scalatest` and try to upgrade to Java 16…
-
**Describe the bug**
I run sbt test for the DmaSpec testcase, but get some error
**To Reproduce**
Steps to reproduce the behavior:
1. 'run the DmaSpec test on Idea IDE'
**Expected behavior…
-
Hi,
I'm trying to create huge array of String (or Object):
`val arr = LArray.of[String](10L + Integer.MAX_VALUE)
`
or
`
ClassTag tag = scala.reflect.ClassTag$.MODULE$.apply(String.class)…