-
Notifications
You must be signed in to change notification settings - Fork 11
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
Deprecate this package for 0.12? #13
Comments
I was thinking something along the lines of what Something like a migration guide in the README would be good. |
Not sure I follow - what has 0.12 introduced? (Genuinely curious as I use this library in a few places) |
0.12 made -import Test.QuickCheck (class Arbitrary, arbitrary, (===))
+import Test.QuickCheck (class Arbitrary, arbitrary, (===), quickCheck)
-import Test.Spec.QuickCheck (QCRunnerEffects, quickCheck) |
...and also this: -spec :: Spec (QCRunnerEffects ()) Unit
+spec :: Spec Unit |
Note the use of -it "is a homomorphism from addition to composition" do
+it "is a homomorphism from addition to composition" $ liftEffect do |
Oh, I see - |
I think so, but that's what I'm trying to determine with this issue. |
This makes sense to me - I think ultimately it'll be @owickstrom's decision, but I agree that there's maybe not a lot of utility here anymore. I'll leave this around for when Oskar has time to review it, but I'm definitely inclined to agree! |
I was reviewing paulyoung/purescript-prettier-printer#12 and it looks like this package may be redundant for 0.12 paulyoung/purescript-prettier-printer#12 (comment)
Thanks for providing this up until now, and apologies in advance if I'm mistaken 🙇
The text was updated successfully, but these errors were encountered: