James
James
Hi @AroshikaFernando Thanks for the feedback. This race condition can happen when uploading concurrently the "recipe" part (the ``export`` package of Artifactory) of a Conan package from multiple places for...
Hi @vajdaz Thanks for your suggestion What would be exactly the use case? What kind of information are you propagating from dependencies to the consumers via properties? The ``properties`` are...
> I am also aware that this is not very portable. I could abstract the linker options by having an abstract property Indeed, this is something that we have wanted...
> I don't really get the connection between https://github.com/conan-io/conan/pull/15866 and this feature. I wouldn't see such a property (like "this package has cicrular dependencies") as a built-in property, because t...
PR looks good, tests new checks looks good too, thanks! The documentation, adding a few lines explaining it in https://docs.conan.io/2/reference/tools/gnu/makedeps.html would be enough.
Hi @lambtonr Thanks for your question. Yes, the ``test_package_folder`` is read at ``export`` time, very early, so changing it in any method will have no effect. Have you considered doing...
yes, exactly something like that, using the ``tested_reference_str`` extract its version, and use it to decide what to do differently in the test_package/conanfile.py. Looks good enough to me. Depending on...
Hi @lambtonr Any further feedback or question here? Can the issue be closed? Thanks!
Thanks for the feedback!
> I remember talking with you about that topic a while ago, one of the main drawbacks of lockfiles being that users have to store them somewhere and manage them...