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 2 commits into
base: master
Choose a base branch
from

qt: fix missing links to system library for qschannelbackend plugin

9ee0b8f
Select commit
Loading
Failed to load commit list.
Draft

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

qt: fix missing links to system library for qschannelbackend plugin
9ee0b8f
Select commit
Loading
Failed to load commit list.
Conan Center Build Service / Recipe linter succeeded Oct 23, 2024 in 0s

🚨 Linter reported 23 issues

Important

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

Warning (13 issues)

File Code Description
recipes/qt/6.x.x/conanfile.py (Ln: 487, 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: 703, 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: 705, 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: 716, 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: 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: 722, 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: 724, 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: 730, 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: 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

Error (10 issues)

File Code Description
recipes/qt/6.x.x/conanfile.py (Ln: 199, 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: 301, 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: 669, 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: 720, 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: 870, 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
recipes/qt/6.x.x/conanfile.py (Ln: 21, Col: 0-13) conan-missing-package-type Missing 'package_type' attribute
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