diff options
| author | coqbot-app[bot] | 2020-09-10 12:34:40 +0000 |
|---|---|---|
| committer | GitHub | 2020-09-10 12:34:40 +0000 |
| commit | 73210d05ebbb50431bf31c03d18705cbec7c449f (patch) | |
| tree | 29614eeffbda33fc3e1475f1bd3f7045e06ddafa /doc | |
| parent | cdfe69d6da6b32338ba74c9f599c74389089c9dd (diff) | |
| parent | 6cdbbf2896ee09b4787f168070d43b642270c880 (diff) | |
Merge PR #12998: changelog entry for 12857
Reviewed-by: Zimmi48
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/changelog/06-ssreflect/12857-changelog-for-12857.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/changelog/06-ssreflect/12857-changelog-for-12857.rst b/doc/changelog/06-ssreflect/12857-changelog-for-12857.rst new file mode 100644 index 0000000000..4350fd0238 --- /dev/null +++ b/doc/changelog/06-ssreflect/12857-changelog-for-12857.rst @@ -0,0 +1,8 @@ +- **Fixed:** + Regression in error reporting after :tacn:`case <case (ssreflect)>`. + A generic error message "Could not fill dependent hole in apply" was + reported for any error following :tacn:`case <case (ssreflect)>` or + :tacn:`elim <elim (ssreflect)>` + (`#12857 <https://github.com/coq/coq/pull/12857>`_, + fixes `#12837 <https://github.com/coq/coq/issues/12837>`_, + by Enrico Tassi). |
