James

Results 2692 comments of James

I have tried a few approaches, but all have failed, this is even more complicated than initially expected (and I already expected it not to be easy). Moving it to...

We need to explore the idea of multiple definition in recipes, something like: ```python self.cpp_info.cxxflags = {"compiler=msvc": ["-flag1"], "compiler=gcc, compiler.version=12": ["-gnuflag2"]} ``` that can be resolved fully at consumers side.

Update, I have been working in this at times in the last weeks: - Itried the approach above with conditions in a dictionary. It failed, it doesn't scale, complicated UI,...

Hi @acmeijer Thanks very much for your detailed investigation and report. This is really useful. > It looks like decompression speed decreases a reasonable amount per indivual package when using...

> However on developers machines am I right in thinking this would not make a difference since there is (typically) only one user home? In the above example, some of...

Well the idea is that not all are untarring at the same time, but some might be downloading and other might be untarring. For the download part, as it will...

Hi all. I am resuming work on this, now that Python 3.14 has built-in zstd compression. The current PR, derived from this one is in: https://github.com/conan-io/conan/pull/19337 We are planning to...

Hi @duffsterlp Thanks for your report. In Conan 1, the packages kept an association to the remote they were downloaded from. If you have more than 1 remote, maybe this...

That is a bit more surprising. Could you please list all the revisions that you have both in the server and in the client, including timestamps in both cases? Something...

Hi @JulianH1989 Thanks for your suggestion. Adding a new compiler to the default settings typically doesn't make any sense, unless it is fully integrated in the different build-system integrations such...