Skip to content
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

sanctuary-type-classes@8.1.1 #6

Merged
merged 1 commit into from
Mar 6, 2018
Merged

Conversation

davidchambers
Copy link
Member

The v8.1.1 release is crucial for this project as it fixes the handling of NaN in Z.lte. Without this fix a project testing the lawfulness of Arbitrary (Identity Number) would run into problems if Identity (NaN) is produced by the arbitrary. See sanctuary-js/sanctuary-type-classes#88 for details.

/cc @Avaq, @CrossEye

@@ -17,7 +17,7 @@
"dependencies": {
"fantasy-land": "3.5.x",
"jsverify": "0.8.x",
"sanctuary-type-classes": "8.1.x"
"sanctuary-type-classes": "8.1.1"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I considered "~8.1.1" here, but these projects are so tightly coupled that specifying an exact version seems prudent.

@davidchambers davidchambers force-pushed the davidchambers/sanctuary branch from d89bca0 to 6ad8599 Compare March 3, 2018 14:08
@davidchambers davidchambers merged commit 31eb4fd into master Mar 6, 2018
@davidchambers davidchambers deleted the davidchambers/sanctuary branch March 6, 2018 22:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants