scalacheck-shapeless
scalacheck-shapeless copied to clipboard
Generation of arbitrary case classes / ADTs instances with scalacheck and shapeless
I have sealed trait similar to this one: ```scala sealed trait Expression object Expression { case class Identifier(name: String) extends Expression case class Num(x: Double) extends Expression case class Add(x:...
Are there plans to update this library to Scala 3?
Scala Native 0.4.0 is now released. The following project is using this library. See https://github.com/scalameta/metaconfig/pull/104 It might be a good time to drop Scala.js 0.6.x in order to update all...
example of it happening on Ubuntu, in the Scala community build: https://scala-ci.typesafe.com/job/scala-2.13.x-jdk14-integrate-community-build/628/console but I have also seen it happen outside dbuild, on MacOS + JDK 14 (14-ea+32-1423) + Scala 2.13.1....
I have a case class with a lot of members that yields well to generating an `Arbitrary` instance using scalacheck-shapeless, but some individual field values I'd like to discard as...
I'm using https://github.com/fthomas/refined and I was pretty sure it had been working fine but today I got a `ClassCastException` when shrinking a case class that contained a field which was...
I wonder if there's a way to set seed for all the random values.
Maybe not a ScalaCheck-Shapeless bug _per se_, but after switching from Scala 2.12.3 with `-Xlint` enabled I began getting unused value warnings for implicit `Arbitrary` instances for (Shapeless) tagged types...
I looked on your profile for a public e-mail or means of contacting you, but I could find none. I just wanted to let you know that this is the...