Skip to content
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

transitive tool_requires->requires with same version #17714

Open
wants to merge 3 commits into
base: develop2
Choose a base branch
from

Conversation

memsharded
Copy link
Member

Changelog: Omit
Docs: Omit

Close #13407

c.run("create wrappera")
c.run("create wrapperb")
c.run("install project", assert_error=True)
assert "ERROR: Runtime Error: Could not process 'wrapperb/1.0' with 'gcc/2.0'" in c.out
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't this error message a bit vague as to what went wrong? Or does the full output make it more clear?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nop, it is mostly the full message. Certainly it can be improved to something more explicit and clear.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[question] How to proparate transitive build dependencies (Conan v2)?
2 participants