Skip to content

update Sanctuary dependencies to latest versions#14

Merged
nkrkv merged 10 commits into
xodio:masterfrom
EricLanduyt:sanctuary
Nov 11, 2019
Merged

update Sanctuary dependencies to latest versions#14
nkrkv merged 10 commits into
xodio:masterfrom
EricLanduyt:sanctuary

Conversation

@EricLanduyt
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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