aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/interpreterbase.py
diff options
context:
space:
mode:
authorSalamandar <felix@piedallu.me>2018-05-31 11:53:40 +0200
committerSalamandar <felix@piedallu.me>2018-06-01 14:23:24 +0200
commitc5e85e59cc2b16edb094fa598fb1a096cd0db4d5 (patch)
treedbebbb24a2ae03d896aaf7001759f53d82135df9 /mesonbuild/interpreterbase.py
parent2fb601876355587afd39691b361a4de6d30f9344 (diff)
downloadmeson-c5e85e59cc2b16edb094fa598fb1a096cd0db4d5.zip
meson-c5e85e59cc2b16edb094fa598fb1a096cd0db4d5.tar.gz
meson-c5e85e59cc2b16edb094fa598fb1a096cd0db4d5.tar.bz2
Add 0.47.0 features
Diffstat (limited to 'mesonbuild/interpreterbase.py')
-rw-r--r--mesonbuild/interpreterbase.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/mesonbuild/interpreterbase.py b/mesonbuild/interpreterbase.py
index f80d46a..38e07f2 100644
--- a/mesonbuild/interpreterbase.py
+++ b/mesonbuild/interpreterbase.py
@@ -405,6 +405,7 @@ class InterpreterBase:
raise InvalidCode('Keyword arguments are invalid in array construction.')
return arguments
+ @FeatureNew('dict', '0.47.0')
def evaluate_dictstatement(self, cur):
(arguments, kwargs) = self.reduce_arguments(cur.args)
assert (not arguments)