-
Notifications
You must be signed in to change notification settings - Fork 335
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
Proposal: Move idna_adapter
crate to servo/rust-url
repository
#1009
Comments
This was a deliberate and hopefully temporary choice while we were still figuring out exactly how to do this. I believe @hsivonen is open to moving this into the servo org or this repo based on what the servo TSC decides. This repo seems fine by me. |
@hsivonen what was the blocker to doing this before? Just needing to wait for a TSC meeting? |
Came here to say the same thing, it feels very wrong for a crate that is now included in a lot of codebases via the url crate to be hosted on the personal account of a maintainer. |
I wanted to move the repo from under Due to the way the testing and development mechanics of the |
I don't think it would be hard to write such a test in-tree. I'm happy to take on that work if that is the only blocker. |
How do you mean? |
@hsivonen we're not actually testing them that way in either repo. What we are testing is 1.2.0 and 1.0.0. I don't see a problem with having two folders in tree here, We could also maintain an I think there are a couple techniques available for this. |
While there was a little pushback from the Servo TSC on the issue of more repos, I think it was mostly a case of "we feel like this ought to be decided and managed by rust-url maintainers" (which according to MAINTAINERS.md is just @valenting (is there anyone else who ought to be on that list?)) and the TSC not wanting to subvert the "rust-url maintainers" authority for a request from someone (@hsivonen) who was unknown to them. I think there was also a suggestion that |
Currently, the
idna_adapter
crate is hosted under the "github.com/hsivonen" prefix.Given that
idna_adapter
's sole publicly reported dependant is theidna
crate, I propose movingidna_adapter
source code to theservo/rust-url
repository.servo
organization, reducing the risk of fragmentation.servo
repository.The text was updated successfully, but these errors were encountered: