aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHendrik Tews2021-03-28 22:06:03 +0200
committerHendrik Tews2021-04-12 21:31:12 +0200
commite1793962bebf1401026ed961ecc15b7eb60d57f5 (patch)
treede4f45d46c7b226fecea6194be5a53b8b648ffbd /doc
parentad34e3a7703d326268bab203864aa84ad3718c2c (diff)
[coqdep] error on non-existent and unreadable files
Print an error message and return non-zero status for non-existing or unreadable files. Unknown options produce a warning and are otherwise ignored. Fixes #14023
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/08-cli-tools/14024-coqdep-errors.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/changelog/08-cli-tools/14024-coqdep-errors.rst b/doc/changelog/08-cli-tools/14024-coqdep-errors.rst
new file mode 100644
index 0000000000..355c0bd7b7
--- /dev/null
+++ b/doc/changelog/08-cli-tools/14024-coqdep-errors.rst
@@ -0,0 +1,8 @@
+- **Changed:**
+ ``coqdep`` now reports an error if files specified on the
+ command line don't exist or if it encounters unreadable files.
+ Unknown options now generate a warning. Previously these
+ conditions were ignored.
+ (`#14024 <https://github.com/coq/coq/pull/14024>`_,
+ fixes `#14023 <https://github.com/coq/coq/issues/14023>`_,
+ by Hendrik Tews).