meson/mesonbuild/modules
Dylan Baker d5e899c768
pylint: enable the bad_builtin checker
This finds uses of deny-listed functions, which defaults to map and
filter. These functions should be replaced by comprehensions in
idiomatic python because:
    1. comprehensions are more heavily optimized and are often faster
    2. They avoid the need for lambdas in some cases, which make them
       faster
    3. you can do the equivalent in one statement rather than two, which
       is faster
    4. They're easier to read
    5. if you need a concrete instance (ie, a list) then you don't have
       to convert the iterator to a list afterwards
2022-11-29 23:26:05 -05:00
..
__init__.py i18n: Fix source root in Gettext targets for subprojects 2022-09-12 00:27:21 -04:00
cmake.py pylint: enable use-a-generator 2022-10-04 00:33:04 -04:00
cuda.py CUDA: Update minimum driver version table to include CUDA 11.8 2022-11-29 18:44:40 -05:00
dlang.py modules: use module level information about new and deprecation 2022-08-17 16:25:36 -04:00
external_project.py pylint: enable the bad_builtin checker 2022-11-29 23:26:05 -05:00
fs.py modules/fs: Replace configure_file(copy:) with fs.copyfile 2022-08-18 16:53:36 -04:00
gnome.py gnome: allow generator outputs as gdbus-codegen inputs 2022-10-28 13:06:52 +03:00
hotdoc.py hotdoc module: fix broken include paths 2022-11-20 23:08:44 +02:00
i18n.py i18n: Fix source root in Gettext targets for subprojects 2022-09-12 00:27:21 -04:00
icestorm.py interpreter: move handling of module stability to interpreter 2022-08-17 16:25:36 -04:00
java.py Fix purely white space issues reported by flake8 2022-08-26 17:12:40 -04:00
keyval.py modules: Add stabilization information to ModuleInfo 2022-08-17 16:25:36 -04:00
modtest.py modules: use module level information about new and deprecation 2022-08-17 16:25:36 -04:00
pkgconfig.py pylint: enable unnecessary-comprehension 2022-10-03 00:14:43 -04:00
python.py python module: fix broken non-embed dependency 2022-11-24 11:50:20 -05:00
python3.py modules: use module level information about new and deprecation 2022-08-17 16:25:36 -04:00
qt.py Raise an error, if the file element in a resource file has no text. 2022-11-14 00:26:55 +02:00
qt4.py modules: use module level information about new and deprecation 2022-08-17 16:25:36 -04:00
qt5.py modules: use module level information about new and deprecation 2022-08-17 16:25:36 -04:00
qt6.py modules: use module level information about new and deprecation 2022-08-17 16:25:36 -04:00
rust.py modules/rust: stabilize 2022-11-19 23:00:53 +02:00
simd.py interpreter: move handling of module stability to interpreter 2022-08-17 16:25:36 -04:00
sourceset.py modules: use module level information about new and deprecation 2022-08-17 16:25:36 -04:00
wayland.py modules/wayland: Change default value of include_core_only to true 2022-09-07 08:43:29 -04:00
windows.py Fix 2 typos in a single string which can be shown in error messages. 2022-08-31 21:20:47 -04:00