-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3482 Add ReferenceResolver to manage config items #3818
Conversation
merge master
merge master
merge master
merge master
merge master
Signed-off-by: Nic Ma <nma@nvidia.com>
Signed-off-by: Nic Ma <nma@nvidia.com>
Signed-off-by: Nic Ma <nma@nvidia.com>
Signed-off-by: Nic Ma <nma@nvidia.com>
/black |
/build |
Signed-off-by: Wenqi Li <wenqil@nvidia.com>
Signed-off-by: Nic Ma <nma@nvidia.com>
ad2d41f
to
7847855
Compare
/black |
/build |
Hi @wyli , your change looks good to me. Thanks. |
Signed-off-by: Wenqi Li <wenqil@nvidia.com>
782a17f
to
bbe6428
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks, I made some more non-breaking changes. find_refs_in_config
and update_config_with_refs
share many similarities, I suspect we can somehow merge these two with an additional 'update: bool` flag. But I think it's also good in its current shape...
Thanks for your review and update. Thanks. |
/black |
/build |
Signed-off-by: Nic Ma <nma@nvidia.com>
/build |
Task step 3-1 of #3482 .
Description
This PR implemented the
ReferenceResolver
to manage all theConfigItem
and resolve the references.Status
Ready
Types of changes
./runtests.sh -f -u --net --coverage
../runtests.sh --quick --unittests --disttests
.make html
command in thedocs/
folder.