aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/modules
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2022-07-14 13:12:25 -0700
committerEli Schwartz <eschwartz93@gmail.com>2022-08-17 16:25:36 -0400
commita78992dd81b4bd1673e4815ff26acd694ff77f68 (patch)
tree80c6dfddc3a1c8cfa45903d23c3ff01b3862051a /mesonbuild/modules
parentc32f83a829b6b10a0cbc191c1368b563d4582c28 (diff)
downloadmeson-a78992dd81b4bd1673e4815ff26acd694ff77f68.zip
meson-a78992dd81b4bd1673e4815ff26acd694ff77f68.tar.gz
meson-a78992dd81b4bd1673e4815ff26acd694ff77f68.tar.bz2
interpreter: move handling of module stability to interpreter
Thanks to `ModuleInfo`, all modules are just named `foo.py` instead of `unstable_foo.py`, which simplifies the import method a bit. This also allows for accurate FeatureNew/FeatureDeprecated use, as we know when the module was added and if/when it was stabilized.
Diffstat (limited to 'mesonbuild/modules')
-rw-r--r--mesonbuild/modules/cuda.py (renamed from mesonbuild/modules/unstable_cuda.py)0
-rw-r--r--mesonbuild/modules/external_project.py (renamed from mesonbuild/modules/unstable_external_project.py)0
-rw-r--r--mesonbuild/modules/icestorm.py (renamed from mesonbuild/modules/unstable_icestorm.py)0
-rw-r--r--mesonbuild/modules/rust.py (renamed from mesonbuild/modules/unstable_rust.py)0
-rw-r--r--mesonbuild/modules/simd.py (renamed from mesonbuild/modules/unstable_simd.py)0
-rw-r--r--mesonbuild/modules/wayland.py (renamed from mesonbuild/modules/unstable_wayland.py)0
6 files changed, 0 insertions, 0 deletions
diff --git a/mesonbuild/modules/unstable_cuda.py b/mesonbuild/modules/cuda.py
index b31459f..b31459f 100644
--- a/mesonbuild/modules/unstable_cuda.py
+++ b/mesonbuild/modules/cuda.py
diff --git a/mesonbuild/modules/unstable_external_project.py b/mesonbuild/modules/external_project.py
index 1fd4911..1fd4911 100644
--- a/mesonbuild/modules/unstable_external_project.py
+++ b/mesonbuild/modules/external_project.py
diff --git a/mesonbuild/modules/unstable_icestorm.py b/mesonbuild/modules/icestorm.py
index c579148..c579148 100644
--- a/mesonbuild/modules/unstable_icestorm.py
+++ b/mesonbuild/modules/icestorm.py
diff --git a/mesonbuild/modules/unstable_rust.py b/mesonbuild/modules/rust.py
index 792195e..792195e 100644
--- a/mesonbuild/modules/unstable_rust.py
+++ b/mesonbuild/modules/rust.py
diff --git a/mesonbuild/modules/unstable_simd.py b/mesonbuild/modules/simd.py
index a33022d..a33022d 100644
--- a/mesonbuild/modules/unstable_simd.py
+++ b/mesonbuild/modules/simd.py
diff --git a/mesonbuild/modules/unstable_wayland.py b/mesonbuild/modules/wayland.py
index aab07d4..aab07d4 100644
--- a/mesonbuild/modules/unstable_wayland.py
+++ b/mesonbuild/modules/wayland.py