feat: add support for patching registry dependencies #7469
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
Implements support for patching registry dependencies (from forc.pub) using the
[patch]table inForc.toml. Previously, only Git dependencies could be patched, which created a workflow gap when packages likestdmigrated from Git to the registry.Motivation
When
stdand other core packages moved to forc.pub registry, developers lost the ability to:This PR restores that capability by extending the existing patch system to support registry packages.
Implementation
Key Features
[patch.'forc.pub']to override registry dependenciesUsage
Basic Usage
Patch with Git Branch
Workspace-Level Patches
Documentation
Updated user documentation in:
docs/book/src/forc/manifest_reference.md- Complete patch section rewrite with examplesdocs/book/src/forc/workspaces.md- Added registry patching examplesBreaking Changes
None. This is a purely additive change. All existing Git patches continue to work exactly as before.
Notes
[patch.'forc.pub']not[patch.forc.pub]