-
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Offer uninstalled compiler as fallback with warning (#1508)
* Allow solving with unistalled tools as fallback * Fix precedence of installed compiler over remote ones * Add warning in solution diff about toolchain download * Fallback on installed compiler over uninstalled one This is after checking that the preferred compiler cannot fulfill the compiler dependency. * Tweaks to restore former behaviors * Fix test that inadvertently used virtual crate It should have been real all along without alternatives * Rebase tweaks * Reword information message
- Loading branch information
Showing
11 changed files
with
223 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.