-
Hi there,
I am trying to include the library in a simple project and am getting these resolve dependencies exceptions:
sbt.ResolveException: download failed: javax.jms#jms;1.1!jms.jar
download faile…
-
The largest tuple size for which ScalaCheck provides built-in shrinking is 9. I think ScalaCheck should provide built-in shrinking for all tuple sizes (i.e. 2 to 22).
At work we would like to shrin…
-
As many libs (like spire, scalatest, scalacheck, etc) already support scalajs it may make sence to think about crosscompiling core of breeze to scala/scalajs
-
The current tests use a lot of machinery around ScalaCheck that doesn't add any value afaict. On the contrary, it seem to make it considerably more difficult to read and understand the tests than it w…
-
The required context gets lost when defining methods on an effect as extension methods, but not when an extension is defined as a top-level extension method. When defined as a typeclass, the effect ty…
-
I am trying to shrink the data inside a command but i cannot find any documentation on how to. In the code below i have a counter i am testing. I have introduced a bug in the increment method of the c…
-
https://travis-ci.org/github/bitcoin-s/bitcoin-s/jobs/662431518#L2126
```
[info] ConditionalScriptSignature
[info] - should correctly read true and false (11 milliseconds)
[info] - must have…
-
I can reproduce with the following code on scala 2.12.
```
import java.io.{ByteArrayOutputStream, ObjectOutputStream}
import org.scalacheck._
object SerDe {
def main(args: Array[String]):…
-
To help this be a better drop-in upgrade from scalatest-scalacheck, it would help to have mixins that provide `forAll` helpers in the style of `ScalaCheckPropertyChecks`
-
This is a tracking issue for a large set of dependency updates I intend to perform. Currently many dependencies are out of date, blocking updates in Java, Scala and SBT. Hopefully it will help in to p…