SzBosch
SzBosch
> Artifactory < 7.13 had a bug in the promotion of Conan packages, but if your Artifactory is above that, you should be able to use the "copy" command in...
Hi @memsharded, thank you for the quick answer. What I basically understood now is earlier (e.g. as explained here: https://blog.conan.io/2019/09/27/package-id-modes.html) the pkgid was only calculated from settings, options and requirements....
Unfortunately it seems very easy for people (and even in automated CI/CD cases) to screw up this model by specifying a version in the conanfile.py, executing "conan export-pkg" and "conan...
Hello together, hello @memsharded, consistency is key for us. Designing conan 2 in a way that it allows package revisions on the one hand-side when creating packages and uploading to...
Thank You for the answer. One detail is unclear to me: When a require is private what is the use-case/advantage of being "always evaluated"?
I guess this is true also for transitive tool dependencies. Means when a package A has tool_requires and test_requires which itself have requires, which for each can have further requires,...