Daniel

Results 109 comments of Daniel

> so, to clarify, it should look like: > > ``` > Recommended generators: > * CMakeDeps (default in Conan v2) > > Not recommended (already deprecated): > * cmake...

`from conan import tools` works in other cases. See for example https://github.com/conan-io/conan-center-index/pull/12067 The only difference I see is that `Version` is a class instead of a function and it could...

Hi @frank-xlj, I am taking a look trying to reproduce your steps and I don't get a different behavior. For example, I have the `ztsd/1.3.5@` reference installed in the cache....

Thanks for the feedback. Still I am seeing the same behavior from my side when using the steps you provided. Also tried with a reference with user and channel and...

Hi @frank-xlj, did you manage to reproduce the issue? Otherwise please consider closing the issue, thank you!

Hi @foundry-markf, We only support English in our docs, so that should be linked to the English version. Thanks for reporting!

maybe this is something to improve in the tool itself. WDYT @uilianries @SSE4 @jgsogo ??

IMO the tool is doing what is documented and I find the behavior logical. Having the additional conan-center-index check inside the tool would "fake" the purpose of the tool and...

Yes, it is a convention but that information needs a way to be extracted so we can retrieve it for ConanCenter web. I believe it would need to be exposed...