Skip to content

Conversation

@np
Copy link

@np np commented Nov 5, 2019

Fixes #20.

bower.json Outdated
"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