-
-
Notifications
You must be signed in to change notification settings - Fork 92
Conversation
It'd be nice if this field accepted multiple components as some sort of delimited list. I'm using separate |
Agreed. I thought about it for a little bit and decided to hold it off for now mainly because |
Ah, good point. We'd need support in |
I like an idea with multiple components! And @hencrice is right, allowing that will randomly break It is possible to fetch JSON data for each component separately and find the intersection, but that data is available for one week only (see this also), which leaves us the edge case when we will not be able to find the most recent toolchain with all components requested. There is another option exist: fortunately for all of us, |
rustup can now delay updating nightly unless all specified components are available, making this feasible again: |
@udoprog note that right now it can used only if we have some
Since there probably no What can be done for now:
@hencrice, do you want to continue to work on that? |
That is one mode of operation, further down in the article there is:
I.e, this should work even though you don't have a nightly installed already (I picked
|
Note, the
|
@udoprog, huh, yes, you are right and this is amazing, because we can deprecate the |
Closing because profile support is coming! |
…rn/octokit/rest-16.33.1
Added a new component field so that it's possible to add additional component for a given Rust toolchain.
Unit test updated, e2e verification can be viewed at: https://github.com/hencrice/leetcode-rust/commit/faf8a68c0097160684de1386dc1caf22fb730f02/checks