conan icon indicating copy to clipboard operation
conan copied to clipboard

[question] semver_direct_mode() bug

Open iiknd opened this issue 3 years ago • 1 comments
trafficstars

Hi,

The documentation mentions a bug in current implementation of the semver_direct_mode() https://docs.conan.io/en/latest/creating_packages/define_abi_compatibility.html?highlight=semver_direct_mode

Is there any workaround for this?

C -> B -> A -> icu

How to define it so that C and B depend on A using recipe_revision mode and A depends on icu at full_package_mode?

The documentation says that all the direct and indirect dependencies are shown in self.info.requires. Does it mean that every leaf module needs to define the needed revision mode for icu although the icu is not a direct dependency for those?

iiknd avatar Apr 26 '22 10:04 iiknd

@memsharded Can you tell us if the mentioned bug is/will be fixed in Conan 2.0?

MTomBosch avatar Aug 02 '22 12:08 MTomBosch