meson/mesonbuild/cmake
Dylan Baker 4d7a72b6db cmake: check that `re.search` returned a non-None value
If an re call fails to find a match it returns None. We're not checking
that, and crashing.

Fixes: #11376
2023-02-13 13:30:06 -05:00
..
data port from embedded data to importlib.resources 2022-01-10 18:36:57 -05:00
__init__.py cmake: Drop CMake server support and bump min. CMake to >= 3.14 2022-02-03 11:25:59 -05:00
common.py treewide: add future annotations import 2023-02-01 17:01:30 -05:00
executor.py cmake: check that `re.search` returned a non-None value 2023-02-13 13:30:06 -05:00
fileapi.py treewide: add future annotations import 2023-02-01 17:01:30 -05:00
generator.py treewide: add future annotations import 2023-02-01 17:01:30 -05:00
interpreter.py micro-optimize: define typing-only objects in TYPE_CHECKING 2023-02-01 17:01:30 -05:00
toolchain.py compilers: don't use instance checks to determine properties 2022-09-19 15:18:59 -04:00
traceparser.py treewide: add future annotations import 2023-02-01 17:01:30 -05:00
tracetargets.py treewide: add future annotations import 2023-02-01 17:01:30 -05:00