ericLemanissier

Results 162 comments of ericLemanissier

I tried all recipes in CCI with ``` #!/bin/bash conan config set hooks.conan-center export CONAN_HOOK_ERROR_LEVEL=40 last_package_folder="" find . -mindepth 1 -maxdepth 1 -type d -printf '%f\n' | while read -r...

@uilianries done, I integrated the information in my message above

As you wanted, all the patches are now grouped on the same line instead of one line per patch. Here are two examples of logs generated: ``` [HOOK - conan-center.py]...

@uilianries all the fixes have been merged. The only offenders remaining are either deprecated, or not compatible with conan 2.

@jcar87 What's the opinion of the team regarding this change ?

@jcar87 @uilianries can we please have an update on the status of this PR ?

https://github.com/conan-io/conan-center-index/pull/24165

you don't want to throw a `ConanInvalidConfiguration` with the default option values, or it makes it non-trivial to be consumed from other recipes, and no dependants can be built on...

It's more explicit, yes. But it means the package needs to be added to the hooks exception. Or do you mean make the hook not throw for recipes having shared...