James

Results 2692 comments of James

> Well thanks, i've done some testing and it seams that now i can get working buildings using manual conan workspace super-install --build=missing and than opening the project within qt...

Hi @snickl Thanks for your feedback. > at the bottom of https://docs.conan.io/2/tutorial/versioning/version_ranges.html it seems to say that 1.0-pre.1 will be included in the range [>1 =1? Yes, that seems a...

> Ah, that makes a lot of practical sense, even if it's confusing when you think about it purely in terms of a number line. yes, exactly, the pre-releases can...

Thanks for the hints @snickl Indeed your observations are correct, ``core.version_ranges:resolve_prereleases`` is tri-state with those possible values and behaviors. Lets try to incorporate that feedback into the docs, thanks again!

Hi @trivediravi13 Thanks for your suggestion. This would be pretty complicated to do, because Conan is not managing the certificates itself, but passing them to the underlying Python ``requests`` library....

> Thanks for your prompt response. Conan center is only used for the first time when a package is not found in local artifactory. Yes, even for that case, https://docs.conan.io/2/devops/using_conancenter.html...

Hi @wuziq Thanks for your feedback. This would be expected and by design, though it is true that it is not clearly documented. The profiles sections when using patterns such...

> For example, what if the cmake toolchain is provided in the profile, but the skip_test options are provided on the command line? How can the grouping be enforced in...

Hi @cheshirekow it seems that what you are seeing there is not an issue of the ``replace_requires``, but from the ``package_id`` computation. The ``replace_requires`` does it task, and replaces the...

Hi @bobham-ct Thanks for your feedback. I think this is really a matter of deciding first on the model side, that is, this ticket in Conan client repo: https://github.com/conan-io/conan/issues/17446, not...