-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(venv): [breaking change] allow multiple non-conflicting toolchains
Revise the venv cache format to allow configuring each supported target tuple separately. Potential conflicting "provides" are resolved mainly on a "first-one-wins" basis. It is not recommended to mix-and-match `ruyi` and venvs created with previous versions of `ruyi`, but hopefully compatibility is preserved. Auto-upgrading of venv cached config format is left out for now. Fixes: #199
- Loading branch information
Showing
8 changed files
with
498 additions
and
344 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.