-
Notifications
You must be signed in to change notification settings - Fork 605
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
Try to add links to the index #1248
Conversation
Ok, seems like we should wait to see how rust-lang/cargo#4978 shakes out before merging this in. |
rust-lang/cargo#4978 was just |
Ci is green, what's the next step? Dose this need a test, if so where? |
Tests would be good, around where crate publishing is currently tested. @alexcrichton what are the implications of merging and deploying this change? |
@carols10cents Thanks for your help on IRC. What is the best way to test this? I assumed I would A little bit of background, rust-lang/cargo#4978 added 2 things to cargo:
This pr puts them together. If cargo provides a links attribute then it adds it to the index. I have tested that adding a links attribute to the index does not brake old versions of cargo. Anything else I can answer? |
@carols10cents we should be all good for deploying this! I don't believe there should be any gotchas in terms of Cargo support to result from this. |
Yeah, that's what I was afraid of. We should add some eventually, but given that this code is mostly serde logic, I'm fine with merging this for now and working on adding those tests for the
Ok! merging and will deploy sometime today! bors: r+ |
1248: Try to add links to the index r=carols10cents This is a companion to rust-lang/cargo#4978 It is adding the links attribute to the index git. I am working on windows so cannot test locally, I.E. this may involve some sparing with the CI to get this green. Advice and help are welcome!
Build succeeded |
Deployed! |
Thanks for all the help! |
This is a companion to rust-lang/cargo#4978
It is adding the links attribute to the index git. I am working on windows so cannot test locally, I.E. this may involve some sparing with the CI to get this green. Advice and help are welcome!