-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Questions regarding registry-index
.
#6499
Comments
|
The linked issue goes into more detail: #4880 |
When is that rewritten |
The registry name is resolved to a URL at manifest parse time. We definitely parse the manifest, or there'd be no reason to go through all the effort of canonicalizing it in the first place. |
Ah, yea, I understand now. I'm working on a PR at #6500, and I updated it with some fixes related to this. If you have some time to look at it and provide feedback, I'd appreciate it. |
The ability to specify an alternate registry via URL with
registry-index
in a dependency was added in #4957. I had some questions about this:registry
field as suggested in the RFC?cargo publish
doesn't seem to handle it properly. There are almost no tests for it.cc @sfackler
The text was updated successfully, but these errors were encountered: