ericLemanissier

Results 162 comments of ericLemanissier

@MaksimZhukov @IvanZosimov what do you think of this change ?

@HarithaVattikuti @priyagupta108 what do you think of this change ?

CI results available on https://github.com/ericLemanissier/stale/pull/22/checks

the following patches are dangling and can be simply removed: - [32fa63f.patch](https://github.com/conan-io/conan-center-index/blob/master/recipes/qt/6.x.x/patches/32fa63f.patch) - [d13958d.diff](https://github.com/conan-io/conan-center-index/blob/master/recipes/qt/6.x.x/patches/d13958d.diff) - [fix-long-path-on-windows_6.6.0.patch](https://github.com/conan-io/conan-center-index/blob/master/recipes/qt/6.x.x/patches/fix-long-path-on-windows_6.6.0.patch) - [fix-long-path-on-windows_6.6.1.patch](https://github.com/conan-io/conan-center-index/blob/master/recipes/qt/6.x.x/patches/fix-long-path-on-windows_6.6.1.patch) - [fix_cmake3.28.patch](https://github.com/conan-io/conan-center-index/blob/master/recipes/qt/6.x.x/patches/fix_cmake3.28.patch) - [qt6-pri-helpers-fix.diff](https://github.com/conan-io/conan-center-index/blob/master/recipes/qt/6.x.x/patches/qt6-pri-helpers-fix.diff) cf [conandata.yml](https://github.com/conan-io/conan-center-index/blob/master/recipes/qt/6.x.x/conandata.yml)

ok, I don't have much more time to do qtwebengine tests, so I'm not actually sure the patch is still needed on 5.15 or 6.8.

Hi, I just followed documentation https://github.com/qt/qtbase/blob/bab1fd8fc3f8d6af5ad4b603c0dabdca434759a4/cmake/configure-cmake-mapping.md?plain=1#L58 all features are documented to be passed as `-DFEATURE_foo=BAR`. You should report the problem on https://bugreports.qt.io/

As qt maintainer stated in https://bugreports.qt.io/browse/QTBUG-130294, the FEATURE_cxx is actually honored during the actual build of qt. Also, the use of `QT_FEATURE_cxx` is not documented, and for internal use only,...

@memsharded thanks for the investigation. Just to clarify, the motivating case I described in https://github.com/conan-io/conan/issues/18803 is a plain and simple `conan create --build=compatible`. If the remote has no compatible binary,...

oopsi, indeed I missed the `:&` part. I must be missing something else, because running `$ conan create recipes/upa-url/all --name=upa-url --version=2.2.0 "--build=compatible:&"` also builds twice: ``` ======== Exporting recipe to...