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

Ux/components errors #17771

Merged
merged 3 commits into from
Feb 14, 2025
Merged

Conversation

memsharded
Copy link
Member

Changelog: Fix: Improve error messages for components definition errors and for runtime conflicts.
Docs: Omit

Supersede #17319

@memsharded memsharded added this to the 2.13.0 milestone Feb 13, 2025
@@ -80,5 +80,8 @@ def __init__(self, node, conflicting_node):
self.conflicting_node = conflicting_node

def __str__(self):
return f"Runtime Error: Could not process '{self.node.ref}' with " \
f"'{self.conflicting_node.ref}'."
return f"Runtime Conflict Error: There is a conflict between packages that will happen " \
Copy link
Member

Choose a reason for hiding this comment

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

<3

@AbrilRBS AbrilRBS merged commit 5857767 into conan-io:develop2 Feb 14, 2025
34 checks passed
@memsharded memsharded deleted the ux/components_errors branch February 14, 2025 08:53
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.

2 participants