diff options
| author | Jason Gross | 2018-10-02 16:14:20 -0400 |
|---|---|---|
| committer | Vincent Laporte | 2019-04-02 11:55:51 +0000 |
| commit | b1162463d577baf450c3f33ab880e7d9afe21148 (patch) | |
| tree | d85438c47e85ebda6cbccab94daf5d312c502e44 /vernac | |
| parent | 974dc811fe30a762235b68fb3c0ac5c3eeca45b9 (diff) | |
Remove -compat 8.7
This removes various compatibility notations.
Closes #8374
This commit was mostly created by running `./dev/tools/update-compat.py
--release`. There's a bit of manual spacing adjustment around all of the
removed compatibility notations, and some test-suite updates were done
manually.
The update to CHANGES.md was manual.
Diffstat (limited to 'vernac')
| -rw-r--r-- | vernac/g_vernac.mlg | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vernac/g_vernac.mlg b/vernac/g_vernac.mlg index 589b15fd41..2853d6e65f 100644 --- a/vernac/g_vernac.mlg +++ b/vernac/g_vernac.mlg @@ -65,8 +65,7 @@ let parse_compat_version = let open Flags in function | "8.10" -> Current | "8.9" -> V8_9 | "8.8" -> V8_8 - | "8.7" -> V8_7 - | ("8.6" | "8.5" | "8.4" | "8.3" | "8.2" | "8.1" | "8.0") as s -> + | ("8.7" | "8.6" | "8.5" | "8.4" | "8.3" | "8.2" | "8.1" | "8.0") as s -> CErrors.user_err ~hdr:"get_compat_version" Pp.(str "Compatibility with version " ++ str s ++ str " not supported.") | s -> |
