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.
Summary:
I think the main issue is that we import
reroute_config_path
fromd2go.config.config
in__init__.py
, but it's actually ind2go.config.utils
. After fixing this, the namespace forward also works, seescripts/wangyanghan/autodeps_testbed/d2go_config/TARGETS
Update all TARGETS:
For reviewers, only
.autodeps.toml
and files ind2go/d2go/config/
andscripts/wangyanghan/autodeps_testbed/d2go_config/
are manually changed, other files are auto modified.Reviewed By: ajinkya-deogade
Differential Revision: D46582416