-
Notifications
You must be signed in to change notification settings - Fork 24k
Implement a debugging reporter for collection dependency resolver #81693
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
base: devel
Are you sure you want to change the base?
Implement a debugging reporter for collection dependency resolver #81693
Conversation
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as outdated.
This comment was marked as outdated.
f9f4590
to
ea78360
Compare
This comment was marked as outdated.
This comment was marked as outdated.
ea78360
to
92502be
Compare
@jborean93 @s-hertel so I've experimented with the extending the depresolver troubleshooting capabilities. Plz play with this and let me know what you think... |
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.
This could use a changelog.
@@ -45,5 +49,6 @@ def build_collection_dependency_resolver( | |||
upgrade=upgrade, | |||
include_signatures=include_signatures, | |||
), | |||
CollectionDependencyReporter(), | |||
CollectionDependencyDebuggingReporter() if C.DEFAULT_DEBUG |
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.
Could we add a dedicated config for the ansible-galaxy reporter mode, so its easy to add new reporters in the future?
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.
Should we still consult the debug mode along with that?
SUMMARY
This change adds a dependency resolution reporter for tracing the decisions resolvelib is doing.
ISSUE TYPE
ADDITIONAL INFORMATION