James

Results 138 issues of James

Corresponds to https://github.com/conan-io/docs/pull/4222, coming from https://github.com/conan-io/conan/issues/18909

Changelog: (Feature | Fix | Bugfix): Describe here your pull request Docs: https://github.com/conan-io/docs/pull/XXXX Close https://github.com/conan-io/conan/issues/18613

type: look into

This is a simple POC, that lockfiles can be exported together with a recipe, and if they are found while expanding the dependency graph, they can be used, locking the...

type: look into
whiteboard

Changelog: (Feature | Fix | Bugfix): Describe here your pull request Docs: https://github.com/conan-io/docs/pull/XXXX Experiment following up https://github.com/conan-io/conan/pull/19286

Changelog: Feature: Introduce new ``consistent=True`` requirement trait to be able to have diamond structures for ``visible=False`` requirements Docs: https://github.com/conan-io/docs/pull/XXXX Just an experiment to see what could break (already changed a...

Changelog: Feature: Support built-in xz and zstd compression for Conan artifacts Docs: https://github.com/conan-io/docs/pull/XXXX Close https://github.com/conan-io/conan/pull/14706 Close https://github.com/conan-io/conan/pull/18314 Close https://github.com/conan-io/conan/issues/648 - https://github.com/conan-io/conan/issues/18259 - https://github.com/conan-io/conan/issues/5209 - https://github.com/conan-io/conan/issues/18185 - https://github.com/conan-io/conan/issues/6732 Also for cache...

Changelog: Fix: Avoid ``AutotoolsToolchain/GnuToolchain`` to define ``--sysroot`` for QNX ``qcc`` compiler, define ``-Wc,-isysroot`` instead. Docs: Omit Close https://github.com/conan-io/conan/issues/18890

The idiom ```python def generate(self): VirtualBuildEnv(self) # without generate ``` is a bit obscure. > Ah. I see that now, but the same isn't documented for https://docs.conan.io/2/reference/tools/env/virtualrunenv.html. And I missed...

type: look into

The tgz is different for every different compression, due to checked-out timestamps getting into the tgz. In general this isn't an issue because the revision systems already checks for de-duplication...

type: look into

Changelog: Omit Docs: Omit Checking https://github.com/conan-io/conan/pull/18253, I think that we will need first some minimal "stress" testing of the synchronization primitives (mutex, readers-writers) without any added Conan complexity. Furthermore the...