diff options
author | Jon Turney <jon.turney@dronecode.org.uk> | 2020-02-20 19:10:19 +0000 |
---|---|---|
committer | Jon Turney <jon.turney@dronecode.org.uk> | 2020-02-28 11:54:09 +0000 |
commit | 96f661e15046a4222fd01a7216e18de901b73cb6 (patch) | |
tree | acb54f7f1d34dc122cc30d91b0a96e2ddfc28812 | |
parent | a8cd01af42a0e114e5184c845aa2cd6dd3eaeac0 (diff) | |
download | meson-96f661e15046a4222fd01a7216e18de901b73cb6.zip meson-96f661e15046a4222fd01a7216e18de901b73cb6.tar.gz meson-96f661e15046a4222fd01a7216e18de901b73cb6.tar.bz2 |
Add release note snippet
-rw-r--r-- | docs/markdown/snippets/consistent_file_locations.md | 9 |
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) |