scalacheck-gen-regexp icon indicating copy to clipboard operation
scalacheck-gen-regexp copied to clipboard

A library for creating Scalacheck generators from regular expressions

Results 4 scalacheck-gen-regexp issues
Sort by recently updated
recently updated
newest added

Hey, You have scalacheck version here https://github.com/wolfendale/scalacheck-gen-regexp/blob/master/build.sbt#L19 set to 1.17 and then you have here https://github.com/wolfendale/scalacheck-gen-regexp/blob/master/build.sbt#L23 set to 1.16 in most of the project I've seen so far most of...

https://www.scala-lang.org/blog/2022/09/05/scala-3.2.0-released.html Would be good to have this cross build for scala 3.2 as well as 3.1 as you already have in the project

Allow for intersection of character classes, i.e. ``` [a&&b], [a&&[b]], [a&&[b]&&[c]] ```

enhancement