aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2021-07-12 14:57:52 -0700
committerDylan Baker <dylan@pnwbakers.com>2021-07-13 16:43:14 -0700
commit1f7ab2f0100461a438e771db42e745c6e0be95eb (patch)
tree0d68d264254d8e4577111a60c7c24a50f6039188 /docs
parent3b3c580817ad5c62fe7ceae8bf6494504ba8eee6 (diff)
downloadmeson-1f7ab2f0100461a438e771db42e745c6e0be95eb.zip
meson-1f7ab2f0100461a438e771db42e745c6e0be95eb.tar.gz
meson-1f7ab2f0100461a438e771db42e745c6e0be95eb.tar.bz2
modules/python: Add type annotations
There's still a number of things that don't properly type check, that's expected though as the input is often unvalidated and assumed good.
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/snippets/python_dependency_args_removed.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/markdown/snippets/python_dependency_args_removed.md b/docs/markdown/snippets/python_dependency_args_removed.md
new file mode 100644
index 0000000..7258083
--- /dev/null
+++ b/docs/markdown/snippets/python_dependency_args_removed.md
@@ -0,0 +1,3 @@
+## The Python Modules dependency method no longer accepts positional arguments
+
+Previously these were igrnoed with a warning, now they're a hard error.