-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: workspace level patch table added (#4086)
## Description closes #3958. This is a handy feature for tests with workspaces. We were already supporting a `patch` table feature for packages. This PR adds the same feature for workspaces. Basically we can patch every instance of a package with a different version. One main motivation behind this can be patching the standard library while working with an unreleased version of `forc`. With this feature we can pin the `std` version for the whole workspace so that all members in the workspace depending on `std` would depend on master version of the `std`.
- Loading branch information
1 parent
375d31f
commit 35fe324
Showing
3 changed files
with
76 additions
and
15 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