summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/consistent_file_locations.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2020-03-29 20:00:01 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2020-03-29 20:37:15 +0300
commit15b0bd6e937a6676b818268378882c5a0a33a33b (patch)
tree7f2b2afa59c9fd08ca4139b9a53f8d8839184515 /docs/markdown/snippets/consistent_file_locations.md
parent95e7477d120ef8ff4d86aa1c669ad0ad9c5835e1 (diff)
Update everything for new release.0.54.0
Diffstat (limited to 'docs/markdown/snippets/consistent_file_locations.md')
-rw-r--r--docs/markdown/snippets/consistent_file_locations.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/markdown/snippets/consistent_file_locations.md b/docs/markdown/snippets/consistent_file_locations.md
deleted file mode 100644
index 5f384fe5e..000000000
--- a/docs/markdown/snippets/consistent_file_locations.md
+++ /dev/null
@@ -1,9 +0,0 @@
-## 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)