aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2019-01-13 19:50:10 +0200
committerGitHub <noreply@github.com>2019-01-13 19:50:10 +0200
commit49557e15ec62c7db21b3619d957e4f65772660d6 (patch)
treebfab1c95f5e609f67384dc445540dc207e8de390 /docs
parente02b79dc1e2e154b26a4dd6d4fff324d803b92ed (diff)
parent5c139032b80cda76a111744b745c04dacc17df42 (diff)
downloadmeson-49557e15ec62c7db21b3619d957e4f65772660d6.zip
meson-49557e15ec62c7db21b3619d957e4f65772660d6.tar.gz
meson-49557e15ec62c7db21b3619d957e4f65772660d6.tar.bz2
Merge pull request #4731 from mensinda/introBreak2
mintro: Changes to the introspection API
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/snippets/introspect_breaking_format.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/markdown/snippets/introspect_breaking_format.md b/docs/markdown/snippets/introspect_breaking_format.md
new file mode 100644
index 0000000..c96c82c
--- /dev/null
+++ b/docs/markdown/snippets/introspect_breaking_format.md
@@ -0,0 +1,11 @@
+## Changed the JSON format of the introspection
+
+All paths used in the meson introspection JSON format are now absolute. This
+affects the `filename` key in the targets introspection and the output of
+`--buildsystem-files`.
+
+Furthermore, the `filename` and `install_filename` keys in the targets
+introspection are now lists of strings with identical length.
+
+The `--traget-files` option is now deprecated, since the same information
+can be acquired from the `--tragets` introspection API.