SHA256
1
0
forked from pool/coq

- Update to version 8.12.1. This contains mostly bug fixes:

* Polymorphic side-effects inside monomorphic definitions were
    incorrectly handled as not inlined. This allowed deriving an
    inconsistency.
  * Regression in error reporting after SSReflect's case tactic.
    A generic error message "Could not fill dependent hole in
    apply" was reported for any error following case or elim.
  * Several bugs with Search.
  * The details environment introduced in coqdoc in Coq 8.12 can
    now be used as advertised in the reference manual.
  * View menu "Display parentheses" introduced in CoqIDE in
    Coq 8.12 now works correctly.

OBS-URL: https://build.opensuse.org/package/show/science/coq?expand=0&rev=22
This commit is contained in:
Aaron Puchert 2020-11-17 22:12:19 +00:00 committed by Git OBS Bridge
parent 2cfc0855cf
commit c3225375ef
4 changed files with 20 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ecde14c6132f5abb459e7f4724788788928174ad4484fff88e86b0086779bcee
size 6774001

3
coq-8.12.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dabad911239c69ecf79931b513cb427101c2f15f0451af056fbf181df526f8a5
size 6855317

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Nov 17 22:09:12 UTC 2020 - Aaron Puchert <aaronpuchert@alice-dsl.net>
- Update to version 8.12.1. This contains mostly bug fixes:
* Polymorphic side-effects inside monomorphic definitions were
incorrectly handled as not inlined. This allowed deriving an
inconsistency.
* Regression in error reporting after SSReflect's case tactic.
A generic error message "Could not fill dependent hole in
apply" was reported for any error following case or elim.
* Several bugs with Search.
* The details environment introduced in coqdoc in Coq 8.12 can
now be used as advertised in the reference manual.
* View menu "Display parentheses" introduced in CoqIDE in
Coq 8.12 now works correctly.
-------------------------------------------------------------------
Thu Aug 20 08:33:34 UTC 2020 - Martin Liška <mliska@suse.cz>

View File

@ -18,7 +18,7 @@
Name: coq
Version: 8.12.0
Version: 8.12.1
Release: 0
Summary: Proof Assistant based on the Calculus of Inductive Constructions
License: LGPL-2.1-only