You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After implementing #4473 (config variable general.error_on_override), the user can turn any non-explicit dependency override into an error, but there is no way in Conan to declare at the same time that a package:
depends on a reference
wants to override upstream conflicts
Something like the following in a recipe fails with a Duplicated requirement error:
After implementing #4473 (config variable
general.error_on_override
), the user can turn any non-explicit dependency override into an error, but there is no way in Conan to declare at the same time that a package:Something like the following in a recipe fails with a
Duplicated requirement
error:I suggest the following test (taken from #4771, here: conans/test/functional/graph/conflict_diamond_test.py):
The text was updated successfully, but these errors were encountered: