Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Qt6: honor "disabled_feature" for some QtTools (assistant, linguist) #25694

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Qt6: honor "disabled_feature" for some QtTools (assistant, linguist)

8353539
Select commit
Loading
Failed to load commit list.
Draft

Qt6: honor "disabled_feature" for some QtTools (assistant, linguist) #25694

Qt6: honor "disabled_feature" for some QtTools (assistant, linguist)
8353539
Select commit
Loading
Failed to load commit list.
Conan Center Build Service / Recipe linter succeeded Oct 24, 2024 in 0s

🚨 Linter reported 22 issues

Important

The linter is still undergoing testing by the team - feedback is welcome!

Warning (13 issues)

File Code Description
recipes/qt/5.x.x/conanfile.py (Ln: 506, Col: 8-31) conan-copy-source-with-patches Using no_copy_source = True and patching the sources is dangerous, ensure it's done inside the source() method
recipes/qt/5.x.x/conanfile.py (Ln: 508, Col: 12-27) conan-copy-source-with-patches Using no_copy_source = True and patching the sources is dangerous, ensure it's done inside the source() method
recipes/qt/5.x.x/conanfile.py (Ln: 512, Col: 8-23) conan-copy-source-with-patches Using no_copy_source = True and patching the sources is dangerous, ensure it's done inside the source() method
recipes/qt/5.x.x/conanfile.py (Ln: 979, Col: 8-34) dangerous-default-value Dangerous default value [] as argument
recipes/qt/5.x.x/conanfile.py (Ln: 1050, Col: 8-26) dangerous-default-value Dangerous default value [] as argument
recipes/qt/6.x.x/conanfile.py (Ln: 488, Col: 12-27) conan-copy-source-with-patches Using no_copy_source = True and patching the sources is dangerous, ensure it's done inside the source() method
recipes/qt/6.x.x/conanfile.py (Ln: 704, Col: 8-31) conan-copy-source-with-patches Using no_copy_source = True and patching the sources is dangerous, ensure it's done inside the source() method
recipes/qt/6.x.x/conanfile.py (Ln: 706, Col: 12-27) conan-copy-source-with-patches Using no_copy_source = True and patching the sources is dangerous, ensure it's done inside the source() method
recipes/qt/6.x.x/conanfile.py (Ln: 717, Col: 8-23) conan-copy-source-with-patches Using no_copy_source = True and patching the sources is dangerous, ensure it's done inside the source() method
recipes/qt/6.x.x/conanfile.py (Ln: 718, Col: 8-23) conan-copy-source-with-patches Using no_copy_source = True and patching the sources is dangerous, ensure it's done inside the source() method
recipes/qt/6.x.x/conanfile.py (Ln: 723, Col: 12-27) conan-copy-source-with-patches Using no_copy_source = True and patching the sources is dangerous, ensure it's done inside the source() method
recipes/qt/6.x.x/conanfile.py (Ln: 725, Col: 8-23) conan-copy-source-with-patches Using no_copy_source = True and patching the sources is dangerous, ensure it's done inside the source() method
recipes/qt/6.x.x/conanfile.py (Ln: 731, Col: 8-23) conan-copy-source-with-patches Using no_copy_source = True and patching the sources is dangerous, ensure it's done inside the source() method

Error (9 issues)

File Code Description
recipes/qt/5.x.x/conanfile.py (Ln: 142, Col: 8-32) conan-unused-patches Unused call to 'export_conandata_patches' without any patches in conandata.yml
recipes/qt/5.x.x/conanfile.py (Ln: 506, Col: 8-31) conan-unused-patches Unused call to 'apply_conandata_patches' without any patches in conandata.yml
recipes/qt/5.x.x/conanfile.py (Ln: 13, Col: 0-23) conan-import-disallowed Private modules are disallowed, import tools from 'from conan.tools.xxxx import yyyyy'
recipes/qt/5.x.x/conanfile.py (Ln: 1240, Col: 20-32) possibly-used-before-assignment Possibly using variable 'xcb_qpa_reqs' before assignment
recipes/qt/6.x.x/conanfile.py (Ln: 200, Col: 35-67) conan-condition-evals-to-constant Checking version >= '6.5.0' will always evaluate to true for all versions of the recipe in config.yml
recipes/qt/6.x.x/conanfile.py (Ln: 302, Col: 11-43) conan-condition-evals-to-constant Checking version >= '6.4.0' will always evaluate to true for all versions of the recipe in config.yml
recipes/qt/6.x.x/conanfile.py (Ln: 670, Col: 11-43) conan-condition-evals-to-constant Checking version >= '6.5.0' will always evaluate to true for all versions of the recipe in config.yml
recipes/qt/6.x.x/conanfile.py (Ln: 721, Col: 11-43) conan-unreachable-lower-version Checking version <= '6.4.0' when minimum supported version is '6.5.3'
recipes/qt/6.x.x/conanfile.py (Ln: 871, Col: 65-97) conan-condition-evals-to-constant Checking version >= '6.5.0' will always evaluate to true for all versions of the recipe in config.yml