Luis Caro Campos

Results 315 comments of Luis Caro Campos

From what I can see, this is merely stylistic and the code is behaving as expected. With `compiler.cppstd=gnu17`, I get: ``` FEATURE_cxx11=ON FEATURE_cxx14=ON FEATURE_cxx17=ON FEATURE_cxx20=OFF FEATURE_cxx2b=OFF ``` which seems correct...

HI @Artalus - thank you so much, and thanks for taking the time to validate this across multiple versions of Boost. However, please note that it is not Conan Center's...

> I went to ask Peter Dimov, one of the boost maintainers and the patches author, if the patch is good here [boostorg/mpl#69 (comment)](https://github.com/boostorg/mpl/issues/69#issuecomment-2301411819) , and to quote, > >...

Please note that it 1.12.0 does *not* appear to be a release _yet_: https://github.com/ofiriluz/octo-logger-cpp/releases so maybe the maintainers are updating the tag until it is. furthermore, this is the second...

> Is there any way to make this clear to users that it will be difficult to use 1.12.0 on cci until an official release is made? Thanks @toge !...

Those sort of platform dependen checks in `validate()` and `validate_build()` are discouraged - not just in Conan Center, but > The issue here is the usage of `platform` for the...

Thanks so much @toge ! Apologies for the delay here - @pedrolamarao , @killzoner , @YanzhaoW - this is now been merged via https://github.com/conan-io/conan-center-index/pull/26603 @toge - your authorship has been...

For future reference - and this is something that we need to update in the guidance for all of Conan Center - exposing _all_ options a library might have is...

~In terms of implementation, easiest in these cases, rather than have `None` as a valid value, is to simply remove it from the `default_options`, and then access it with `get_safe`...

> note to team: the pipeline should be able to handle fixing a test package without requiring to publish recipe revisions (or rebuilding packages from new revisions) note to self...