-
Notifications
You must be signed in to change notification settings - Fork 0
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
Move to core #1
Comments
/cc @hdgarrood |
FWIW, the bower.json lists the license as "MIT", but I don't know if that qualifies :) |
That should definitely qualify imo. It's not some ad-hoc string, it's a clearly defined language for talking about licenses, namely SPDX. It was because of the existence of SPDX that we decided that |
I don't like to rely on bower.json or package.json for inferring the license, because they're often autogenerated, and the license files do usually say you must recreate the text of the license if you want to reproduce the work. I don't mind this so much for hosting packages, when someone is doing the uploading anyway, but I do want the license to be explicit for core and contrib packages. |
Ah okay, that does make a lot of sense actually. |
I'm happy with whatever you'd like to do. My job has taken me temporarily away from purescript unfortunately, so it might be better if I add one of you as a collaborator and you can do whatever you want to it. As far as the license, yeah MIT was just the default :), i'm happy with that or a similar one. |
I'll create a repo called Edit: actually, that won't work, I didn't realize this repo was registered in Bower already. |
I could create |
I think @doolse should be able to update the bower registry as the original register-er of purescript-records..? Not 100% sure of that though. |
Yep, that's possible - or can remove it from the registry at least, and then re-register the other. |
Playing with |
@paf31 I tried to de-register on bower but it was failing to log me in for some reason but apparently I can just request a change via the github issue on the bower/registry project if you want? or just go with purescript-record :) |
Ok, I've created |
These are super useful, and we need some other things like get/set/add/delete via symbols now that we have RowCons.
/cc @paf31 @garyb
The text was updated successfully, but these errors were encountered: