-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
upgrade to scalacheck 1.14 #2734
Conversation
It looks like there are some differences in the format of strings in some of the SBT doctests. TBH I'm not sure why this PR would have changed these though? Maybe it changed some Scalacheck
|
Hmm actually upon closer inspection it looks like we already have this problem, and somehow this change just makes the build detect the failure. I'll submit a PR for master. |
Though they don't seem to actually fail the build before typelevel#2734 and I'm not sure why...
7b8ff5a
to
3784cc4
Compare
close reopen to fix travis glitch |
3784cc4
to
430b738
Compare
Codecov Report
@@ Coverage Diff @@
## master #2734 +/- ##
==========================================
- Coverage 95.33% 95.24% -0.09%
==========================================
Files 363 365 +2
Lines 6771 6857 +86
Branches 291 295 +4
==========================================
+ Hits 6455 6531 +76
- Misses 316 326 +10
Continue to review full report at Codecov.
|
Shouldn't this happen in sync with the upcoming ScalaTest 3.1.0 release, which is the first (legitimate) release that depends on ScalaCheck 1.14? There will also need to be a new Discipline release. Even if all tests pass here just fine, I'm concerned that mixing ScalaTest 3.0 and 3.1 and ScalaCheck 1.13 and 1.14 is going to cause problems and impose a lot of unnecessary fuss and worry on users of downstream libraries like circe-testing. |
@travisbrown that's a valid concern. We can wait for scalatest 3.1.0 |
@travisbrown we need to merge this to fix #2758 to fix build. In the mean time I created an issue #2761 to make sure that we upgrade to coming Scalatest 3.10 before our Cats next release |
🎉 |
No description provided.