-
Notifications
You must be signed in to change notification settings - Fork 407
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.14.1 release? #453
Comments
@ashawley What was your reason for closing this? I think a new ScalaCheck release in the near future sounds like a good idea, and it looks like you did thorough research before opening this issue? |
I’d vote for merging #468, since the command api is barely usable (for me) without that fix |
It looks like |
I've added Dotty fixes in #423 to the list above, since it seems safe to include in 1.14.1. |
A lot has been merged, so I updated the list above. |
The last release of ScalaCheck was on Apr-22 2018.
Here's a proposal for a release:
1.14.1
Here are things already merged to master since 1.14.0:
Arbitrary[Option[T]]
so it is equivalent toGen[Option[T]]
Discrepancy between Gen and Arbitrary for Option #401Gen.oneOf
to take argument ofIterable
Widen "oneOf" argument to "Iterable" from "Seq" #438Either[T]
Add Gen.either #409Gen.posNum
andGen.negNum
so it gives real numbers less than one Gen.posNum should produce reals < 1 #451Pretty.break
Make Pretty.break tail recursive #476.There are a few PRs that are candidates but they need more review:
Properties.overrideParameters
doesn't override parameters Allow Properties.overrideParameters to work correctly. #463Prop
for Dotty Deprecate Prop.BooleanOperators in anticipation of Dotty, add scalafix rewrite rule to rewrite usages #498The text was updated successfully, but these errors were encountered: