-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: reference params in default values, allow chained references
- parameter defaults can now reference other parameters in chain - validate if the default parameter references are correct - ensure that no referenced parameter goes unresolved, including the chains - ensure that there are no circular dependencies with param referencing - multipass replacement from default params to ensure both referenced and non reference default values are processed - add tests Signed-off-by: Vibhav Bobade <[email protected]>
- Loading branch information
1 parent
cef86d1
commit 46a7adc
Showing
4 changed files
with
336 additions
and
14 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.