Uh oh!
There was an error while loading. Please reload this page.
Customizable extended tools - #48015
Conversation
rust-highfive
commented
Feb 5, 2018
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @nikomatsakis (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
nikomatsakis
commented
Feb 5, 2018
r? @Mark-Simulacrum -- code seems fine to me, but I don't feel like the 'owner' of this code |
Mark-Simulacrum
commented
Feb 6, 2018
Seems fine to me too, though looks somewhat odd... I'd like @alexcrichton to have a look though since this is dist-related. |
alexcrichton
commented
Feb 7, 2018
Thanks @o01eg! Mind adding a helper method to do the extended + is a member check? Other than that looks good to go! |
o01eg
commented
Feb 7, 2018
@alexcrichton Added commit with refactoring. I'm waiting installat step to see if something broken. Also I'm not sure about |
alexcrichton
commented
Feb 7, 2018
@bors: r+ Looks fine by me! |
bors
commented
Feb 7, 2018
📌 Commit 78a0b7f has been approved by |
bors
commented
Feb 7, 2018
Customizable extended tools This PR adds `build.tools` option to manage installation of extended rust tools. By default it doesn't change installation. All tools are built and `rls` and `rustfmt` allowed to fail installation. If some set of tools chosen only those tools are built and installed without any fails allowed. It solves some slotting issues with extended build enabled: https://bugs.gentoo.org/show_bug.cgi?id=645498
bors
commented
Feb 8, 2018
💔 Test failed - status-appveyor |
kennytm
commented
Feb 8, 2018
@bors retry |
…lexcrichton Customizable extended tools This PR adds `build.tools` option to manage installation of extended rust tools. By default it doesn't change installation. All tools are built and `rls` and `rustfmt` allowed to fail installation. If some set of tools chosen only those tools are built and installed without any fails allowed. It solves some slotting issues with extended build enabled: https://bugs.gentoo.org/show_bug.cgi?id=645498
…lexcrichton Customizable extended tools This PR adds `build.tools` option to manage installation of extended rust tools. By default it doesn't change installation. All tools are built and `rls` and `rustfmt` allowed to fail installation. If some set of tools chosen only those tools are built and installed without any fails allowed. It solves some slotting issues with extended build enabled: https://bugs.gentoo.org/show_bug.cgi?id=645498
…lexcrichton Customizable extended tools This PR adds `build.tools` option to manage installation of extended rust tools. By default it doesn't change installation. All tools are built and `rls` and `rustfmt` allowed to fail installation. If some set of tools chosen only those tools are built and installed without any fails allowed. It solves some slotting issues with extended build enabled: https://bugs.gentoo.org/show_bug.cgi?id=645498
This PR adds
build.toolsoption to manage installation of extended rust tools.By default it doesn't change installation. All tools are built and
rlsandrustfmtallowed to fail installation.If some set of tools chosen only those tools are built and installed without any fails allowed.
It solves some slotting issues with extended build enabled: https://bugs.gentoo.org/show_bug.cgi?id=645498