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

[dev2] Components requires loop #11662

Merged
merged 5 commits into from Jul 19, 2022

Conversation

franramirez688
Copy link
Contributor

Changelog: Bugfix: Bringing back the components requires detection loop code.
Closes: #11549
Docs: omit

@franramirez688 franramirez688 added this to the 2.0.0-beta2 milestone Jul 18, 2022
@franramirez688 franramirez688 linked an issue Jul 18, 2022 that may be closed by this pull request
conans/model/build_info.py Outdated Show resolved Hide resolved
assert "ERROR: There is a dependency loop in 'self.cpp_info.components' requires:" in c.out
assert "a requires c"
assert "b requires a"
assert "c rquires b"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

with the c.run("******", assert_error=True) those asserts are never reached. Apart from that, the last asserts were testing nothing.

@memsharded memsharded merged commit 93bc6f0 into conan-io:develop2 Jul 19, 2022
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.

[bug] Components cycles not detected
2 participants