aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2020-02-20 19:10:19 +0000
committerJon Turney <jon.turney@dronecode.org.uk>2020-02-28 11:54:09 +0000
commit96f661e15046a4222fd01a7216e18de901b73cb6 (patch)
treeacb54f7f1d34dc122cc30d91b0a96e2ddfc28812 /docs
parenta8cd01af42a0e114e5184c845aa2cd6dd3eaeac0 (diff)
downloadmeson-96f661e15046a4222fd01a7216e18de901b73cb6.zip
meson-96f661e15046a4222fd01a7216e18de901b73cb6.tar.gz
meson-96f661e15046a4222fd01a7216e18de901b73cb6.tar.bz2
Add release note snippet
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/snippets/consistent_file_locations.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/markdown/snippets/consistent_file_locations.md b/docs/markdown/snippets/consistent_file_locations.md
new file mode 100644
index 0000000..5f384fe
--- /dev/null
+++ b/docs/markdown/snippets/consistent_file_locations.md
@@ -0,0 +1,9 @@
+## Consistently report file locations relative to cwd
+
+The paths for filenames in error and warning locations are now consistently
+reported relative to the current working directory (when possible), or as
+absolute paths (when a relative path does not exist, e.g. a Windows path
+starting with a different drive letter to the current working directory).
+
+(The previous behaviour was to report a path relative to the source root for all
+warnings and most errors, and relative to cwd for certain parser errors)