-
Notifications
You must be signed in to change notification settings - Fork 3
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 Contrib libraries to v0.14.0 #35
Comments
One thing my script isn't doing is checking for usages of |
The following packages mention Only
|
Just FYI. Some of the contrib libraries aren't showing up in my list because their repos were transferred to this organization. Thus, the 'grep' solution I'm using to find all contrib libraries won't work because the URL to the repo refers to the original repo (e.g. I think this is also why |
This one still hasn't gotten a review: purescript-contrib/purescript-argonaut-codecs#90 |
These repos don't show up in my list for contrib. Checkbox below means I've created a PR for them. If it's unchcked. Something is blocking it, or I haven't submitted a PR for it yet.
|
Besides the repos above that weren't on my list, the only other repos that haven't had a PR submitted are:
|
Oh, shoot, the |
Yeah.... haha |
Here's a situation where MonadZero's |
I've submitted all PRs to all contrib repos, but not all of these will build due to dependencies on node and web libraries. Also, the |
I added all the libraries that were updated to the During one of the changes I made, CI complained about pathy and aff-bus, which surprised me because these have been updated. When I looked for their files, I found that those two packages were defined in the |
Yea, let's transfer those! |
Quick heads up here: the |
At this point we only have these libraries to go, which are blocked by the missing encode / decode URI component functions -- solved if we do purescript-contrib/purescript-form-urlencoded#20 (comment):
|
CSS was merged I believe. |
The four libraries which are blocked (above) can be resolved once this library is published: https://github.com/purescript-contrib/purescript-js-uri |
These libraries are now all complete! I am going to make a followup issue about issues marked 'fix for 0.14', but the libraries themselves are now all compatible with 0.14. |
When we decide to start updating these, we'll use this issue to track which repos we've done and which we have yet to do, similar to purescript/purescript#3942
I'm merely opening this issue for the time being and expect to edit this opening comment with more details later.
Tracking issues and pull requests to merge before 0.14:
https://github.com/issues?q=is%3Aopen+archived%3Afalse+user%3Apurescript-contrib+label%3A%22fix+before+0.14%22
The text was updated successfully, but these errors were encountered: