jgsogo / conan-poc-graph

POC for an improved graph model
0 stars 0 forks source link

[?] Inject fake requirement/version in the graph #1

Open jgsogo opened 4 years ago

jgsogo commented 4 years ago

System/proxy recipes can depend on other libraries, and these libraries might not match the same version as others that are included in a different branch of the graph. This can lead to linker or runtime errors.

Is it possible for system recipes to declare other requirements even if they are not adding them to the graph? Can these recipes generate these conflicts?

Related https://github.com/conan-io/conan-center-index/pull/1605

jgsogo commented 4 years ago

Related to the protobuf-protoc version check mentioned here? https://github.com/jgsogo/conan-xbuild-scenarios/tree/master/protobuf