Luis Martinez
Luis Martinez
Hi, I've opened a PR but only improved the error message, the "bug" is on your side. You need to specify the "os" in your build profile, otherwise, Windows fails...
Sorry, we are not maintaining the old generators anymore, only for blocking bugs. The only recommended (to be prepared to 2.0 where the `cmake_***` are removed) is the `CMakeDeps` +...
Apart from making available the version I wonder if we should add a `**kwargs` or a similar trick to the `self.requires` of the `Conan 1.x`. The traits don't exist in...
> "generate a Config file, but inside, just source these files"? No, there is not that possibility. The `config` files in your package should be located with a call to...
The `conanfile.source_folder` directory is the join of the folder where the `conanfile.py` is located (path of the `conan install x`) and the `folders.source` that is declared in the `layout()` method....
Hi, I renamed the issue and assigned it to the next release just to think about it. If we come up with some idea we could implement something.
The settings deletion should be protected with try/catch as noted in the [migration guide](https://docs.conan.io/en/latest/migrating_to_2.0/recipes.html#settings). We try to avoid "no-op" operations that can cause silent bugs. Said that we have pending...
> it is seems that user could use editable mode to debug or develop a package from source code, am i right? Right > is layout only used in editmode?...
> when i change some codes in B, if i want to Project to link with newest B, i should rebuild B, and then rebuild A, than rerun project? Yes....
> that error is not helpful. It is not like an error from a c++ compiler, a missing import gives you a couple of clues. But it is true that...