You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
👍 I'm keen on this and have contemplated something similar myself in the past. I'd also be keen to turn Rustup into a workspace, rather than a bunch of separate crates. I think it might make sense to keep rustup-mock separate since it is only used for testing and is quite different from the rest. I think it might also make sense to keep download separate, if it can be a strongly encapsulated crate (ideally shared with Cargo).
Ok I'll make it a workspace and keep download separate. But rustup-mock I was just going to have as a module of the rustup tests (much like the "support" module in cargo's testsuite).
Uh oh!
There was an error while loading. Please reload this page.
Split out from #1611
The current crates tree is:
WDYT about squashing that down to:
And the only reason to keep those separate is because I can't run rustup-win-installer with its build.rs. WDYT?
The text was updated successfully, but these errors were encountered: