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

Add toMap and fromMap to Data.Set. #21

Closed
wants to merge 3 commits into from
Closed

Conversation

np
Copy link

@np np commented Nov 5, 2019

Fixes #20.

bower.json Outdated
@@ -26,8 +26,8 @@
"purescript-st": "^4.0.0",
"purescript-tailrec": "^4.0.0",
"purescript-tuples": "^5.0.0",
"purescript-typelevel-prelude": "^5.0.1",
"purescript-unfoldable": "^4.0.0",
Copy link
Member

Choose a reason for hiding this comment

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

the trailing comma here is killing CI

@np
Copy link
Author

np commented Nov 5, 2019

I'm not sure how to fix the remaining issues.

@np
Copy link
Author

np commented Nov 12, 2019

Can we turn warn-error only on the code of this package? I don't see the point of failing the build because of another package warnings.

@hdgarrood
Copy link
Contributor

hdgarrood commented Nov 12, 2019

There's also a real error in the CI logs, which will need fixing:

bower ECONFLICT     Unable to find suitable version for purescript-typelevel-prelude

The --censor-lib flag is already set in the build script in package.json, so warnings from dependencies shouldn't cause a build to fail. For some reason, that particular file is being treated as part of this package by psa. I'm not sure why that is.

@kl0tl
Copy link
Member

kl0tl commented Dec 30, 2020

Done in #31.

@kl0tl kl0tl closed this Dec 30, 2020
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.

Efficient conversion functions between Set and Map
4 participants