-
Notifications
You must be signed in to change notification settings - Fork 18
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? #8
Comments
Absolutely. Let me know what needs to be done in order to realize this. |
Actually, on second thoughts, adding libraries to core complicates releases, and this library seems to be doing ok where it is now; unless we ever want to depend on this library in any other core library, I think it might be best to leave this as it is. |
Past me is talking nonsense, this should clearly be in core. I will poke around a bit and propose a way forward. |
The only barrier I can see is that core libraries ought not to depend on non-core libraries, even for their devDependencies - this rules out |
I've submitted #10 to migrate tests to |
IIRC you can’t transfer repos to an org unless you have the ability to create repos in that org, so I’d suggest:
I think this can happen either before or after #10 is merged. |
Happy to do this, but will take a few days, as I am currently on vacation |
Great! No rush at all :) |
I requested the move to your account. I'd be glad if you could handle #10 once the repo has been moved (I would hope that the PR will be migrated). I don't need admin access on the new repository. Maybe one last thing from my side: I'm not sure if (all of) |
Thanks! I see what you mean about it being opinionated, but at the same time I think the API it provides does make sense and I think changing or removing it would likely cause more of a problem for people who are using that module, so I'm happy to leave it as-is personally. |
Thanks sharkdp! (not tagging you in case you're still on vacation) Can this issue be closed then? URL shows that it's under
Would we ever consider porting just that content to its own separate repo, even if it's still in core? Or should that be reconsidered in the future when we do breaking changes again so that we can get v0.14.0 sooner? |
Yes, thanks, I’ll close it now. We can consider what to do with Data.Number.Approximate now, but for me it’s not a question of now versus later, I just think it’s a useful API, and in my view it’s not really that opinionated, so I don’t think including it in core should be considered a problem. Comparing numbers is a pretty common thing to want to do. |
To me the only thing opinionated about it is unicode operators, which we have a policy against in core. |
Yeah, although for that I wouldn’t mind making an exception in this case, since removing them would be a breaking change. |
IMO, this is an essential library that I think should belong in core. Would you be open to donating it?
/cc @hdgarrood @garyb @LiamGoodacre
The text was updated successfully, but these errors were encountered: