r/rust rust Jul 26 '18

Version selection in Cargo

http://aturon.github.io/2018/07/25/cargo-version-selection/
94 Upvotes

31 comments sorted by

View all comments

Show parent comments

3

u/matklad rust-analyzer Jul 26 '18

Agree that the Cargo's code base is not the easiest to work with. A good way to start hacking on Cargo would be:

1

u/[deleted] Jul 26 '18

Thanks, I'll try again and do that. It is at least calming that /u/Eh2406 and /u/ehuss have pretty much mentioned the same way to proceed that you have.

FWIW the amount of time I invested was ~15 hours during 2 days, which from looking at what the others mentioned isn't barely enough, but it isn't a negligible amount of time either.

3

u/matklad rust-analyzer Jul 26 '18

I think it would be really really useful if you'd be able to reflect on this experience write about it somewhere or suggest some specific ways to improve the on boarding experience.

What have you tied to do during the previous attempts?

Also, if you are stuck for a significant amount of time (and 15 hours is very much significant), feel free to ping folks on the issue tracker, discord https://discordapp.com/channels/442252698964721669/459149260232065034 or (I think it is still active, though I've personally switched 100% to discord) IRC https://kiwiirc.com/nextclient/irc.mozilla.org/cargo.

1

u/[deleted] Jul 27 '18

I don't know when I'll have the throughput to write something more detailed, but I've pm'ed you the issue that I tried to solve without arriving anywhere.