-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
complex: lowcomponent: uxNo changes to core business logicNo changes to core business logicpriority: lowstage: queuetype: feature
Description
The problem:
When a deep dependency throws an error on info/install/create step it's not as obvious in which nested reference an error occurred. Printing whole information (on error only?) would be very useful.
Current behaviour:
$ conan info . --only=None
DeepDep/1.0.0@user/stable: Not found in local cache, looking in remotes...
DeepDep/1.0.0@user/stable: Trying with 'bincrafters'...
DeepDep/1.0.0@user/stable: Trying with 'conan-center'...
ERROR: Unable to find 'DeepDep/1.0.0@user/stable' in remotes
Possible Solution?:
$ conan info . --only=None
ProjectA/1.0.0@user/stable:
- ProjectB/1.0.0@user/stable:
- ProjectC/1.0.0@user/stable:
- - DeepDep/1.0.0@user/stable: Not found in local cache, looking in remotes...
- - DeepDep/1.0.0@user/stable: Trying with 'bincrafters'...
- - DeepDep/1.0.0@user/stable: Trying with 'conan-center'...
ERROR: Unable to find 'DeepDep/1.0.0@user/stable' in remotes
Metadata
Metadata
Assignees
Labels
complex: lowcomponent: uxNo changes to core business logicNo changes to core business logicpriority: lowstage: queuetype: feature