James
James
The core idea is that using lockfiles is the way to make sure that specific dependency is being used and not other. And indeed Conan 2 allows using the lockfiles...
> That means: use "latest A from the branch on the same branch on B". This semantic actually does not change, so I would like to avoid creating and passing...
Thanks for the feedback @schwaerz, happy to hear that the current behavior is useful :) I'd probably even recommend to drop the ``include_prerelease`` syntax in the ``requires`` and use the...
``` foo/[>1.2.3
There might be some gap as evidenced in https://github.com/ibis-hdl/conan-issue/pull/1#issuecomment-2496048994. I will try to move that repo reproduction to a unit test here.
Hi @Adnn Thanks for your report. I am not sure what could be failing. This is intended to work relatively simply, sorry for the lack of documentation, the idea is...
Hi @Adnn Did you manage to see my test above? Any further feedback that could help? Thanks!
> What was failing was what you pointed out at the end: an inline command provided to conanfile.run() cannot access the environment variables on Windows. And since we only tried...
Hi @mikirothman Thanks for your question > Required package 'a' not in component 'requires'. I have a quick question. If ``a`` is a shared library, and it is a ``requires``,...