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

update Sanctuary dependencies to latest versions #14

Merged
merged 10 commits into from
Nov 11, 2019

Conversation

EricLanduyt
Copy link
Contributor

I couldn't use hm-def with latest Sanctuary, so I updated all the libs to their latest version, with the help of @davidchambers :

  • sanctuary ^2.0.1
  • sanctuary-def ^0.20.1
  • sanctuary-type-classes ^11.0.0

I also had to fix tests, and replaced assertType() by assertTypes():

  • now use Setoid's equals() to compare Array of Type without looking at their internals.
  • removed S.zip(), because it only compares based on the length of the shortest array (ex: test is considered as valid if first array is empty and second is not).

Copy link
Contributor

@davidchambers davidchambers left a comment

Choose a reason for hiding this comment

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

These changes look fantastic!

@nkrkv
Copy link
Member

nkrkv commented Nov 11, 2019

Thanks, folks, this is great!

@nkrkv nkrkv merged commit 9d4ea17 into xodio:master Nov 11, 2019
@EricLanduyt
Copy link
Contributor Author

Thank you very much for the merge @nkrkv !

What about also merging @Gipphe 's MR ( #13 ), and then doing a small release with these ? :)

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.

3 participants