Luis Martinez

Results 11 issues of Luis Martinez

Changelog: Fix: When the `layout()` is declared in the recipe, the files such as `conainfo.txt`, `conanbuildinfo.txt` were written in the `test_package` folder, now there are written in the `generators_folder`. Docs:...

Changelog: Bugfix: If the 'os' is not specified in the build profile and a recipe, in Windows, wanted to run a command, it failed to prepend the build environment launcher...

Study how could we (the user) could combine a pre-existing preset with the generated with Conan. Idea: ``` { ... "include": [ "PATH TO CONAN GENERATED CMAKE PRESET OR USER...

type: look into

Changelog: Fix: If Conan fails to load a custom command now it fails with a useful error message. Docs: omit Closes https://github.com/conan-io/conan/issues/11702

Contributing to this repository requires the author to request access first (in this same issue). We are new people every week. While you wait for the approval, maybe you can...

help wanted

Changelog: Feature: The tool `fix_apple_shared_install_name` now also patches the `/bin` executables found to point to the libraries at `../lib/xxx.dylib`. Docs: https://github.com/conan-io/docs/pull/XXXX Close https://github.com/conan-io/conan/issues/12107

When using the tool `check_min_cppstd` could have 3 different meanings and the current implementation is not enough. These are the use cases, let`s use cppstd=17 for the examples and a...

type: look into

While testing this PR: https://github.com/conan-io/conan/pull/12095 I saw that I couldn't run any command belonging to msys2 (installed packages there) located in `/usr/bin`, but there were tests that work because they...

type: look into

Following https://github.com/conan-io/conan/issues/11867#issuecomment-1222091250 Let's check the side effects of declaring the layout() method in Conan 1.X (new cpp info, install folder, editable packages...) and add it to the method docs and...