Skip to Content.
Sympa Menu

coq-club - [Coq-Club] Coq 8.6 is out!

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] Coq 8.6 is out!


Chronological Thread 
  • From: Maxime Dénès <mail AT maximedenes.fr>
  • To: coq-club AT inria.fr
  • Subject: [Coq-Club] Coq 8.6 is out!
  • Date: Fri, 16 Dec 2016 17:29:40 +0100
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None smtp.pra=mail AT maximedenes.fr; spf=Pass smtp.mailfrom=mail AT maximedenes.fr; spf=None smtp.helo=postmaster AT 5.mo2.mail-out.ovh.net
  • Ironport-phdr: 9a23:PiEB4xe0QQ3Z6W/BuH9uG3vqlGMj4u6mDksu8pMizoh2WeGdxcu9Zx7h7PlgxGXEQZ/co6odzbGH6Oa/ACdQvt6oizMrSNR0TRgLiMEbzUQLIfWuLgnFFsPsdDEwB89YVVVorDmROElRH9viNRWJ+iXhpTEdFQ/iOgVrO+/7BpDdj9it1+C15pbffxhEiCCzbL52Ihi6twfcutQZjYZhKKs61wfErGZPd+lK321jOEidnwz75se+/Z5j9zpftvc8/MNeUqv0Yro1Q6VAADspL2466svrtQLeTQSU/XsTTn8WkhtTDAfb6hzxQ4r8vTH7tup53ymaINH2QLUpUjms86tnVBnlgzoBOjUk8m/Yl9Zwgbpbrhy8uRJxwIDab4+aO/Vica3QZs8aSGlbU8pNSyBMDIGxYo0SBOQBJ+ZYqIz9qkMJoxSkCgisBebvxSFVjXH4x6o61f0mERrb1wEnGtIBqnXUrNHuOacXS++0w6jIzTDdYPxLxzj97pbHcgs7rfGCR7J9aMzcwlQhGQPCi1Wfs43lPzWN2+QMtWib9etgWvi1h24psQF9ujeuy8QwhoXTgYIV0F/E+CNky4g2Pd21UE12bNy+HJZUtCyWLZZ6T8A/T21ypio3xb4LtYa4cSUE0pgr2h7SZvKdf4WH/h7vTvudLSl5iX9jZbmxnQy98VK6xe35TsS00EhFri5CktTUtn0BzRnT6s+ZRvdn+0euwzeP1wTK5uFDPEA0ibDXK5k/wr4wjJYTt1rMHjPulEX3iq+ZaFkk9/Cr5unleLnropyRO5Vphgz9L6gigNKzDOs7PwQWWmiU4+W81Lnt/U3jR7VKi+U7kqzDv5DbIcQWvau5DBVa04Yi7hawESqp38oenXYZN1JJYhyHj5LxN1HUPP/4Feu/g0irkDpz2//GOaThDozRIXjHjbfuZq1w61VcyQo21dBQ/YhYCrAHIPLpW0/+rsbUDhEjM1/8/+GyA9Jkk4gaRGinA6mDMaqUv0XbyPgoJrypbZ8UvTu1B3kjZ+Wm2XowmFs1eKC53J4aZH2+E+8gLV/PMimkucsIDWpf5ll2d+ftklDXCTM=

Dear Coq Clubbers,

The Coq development team is pleased to announce the final release of Coq
8.6, available at:

http://coq.inria.fr/download

You may need to refresh the page if your browser has a previous version
in cache.

Source, Windows and OS X packages are available.

This release includes:

- A new, faster state-of-the-art universe constraint checker by
Jacques-Henri Jourdan.
- In CoqIDE and other asynchronous interfaces, more fine-grained
asynchronous processing and error reporting by Enrico Tassi, making
Coq capable of recovering from errors and continuing to process the
document.
- Better access to the proof engine features from Ltac: goal management
primitives, range selectors and a typeclasses eauto engine handling
multiple goals and multiple successes, by Cyprien Mangin, Matthieu
Sozeau and Arnaud Spiwack.
- Tactic behavior uniformization and specification, generalization of
intro-patterns by Hugo Herbelin and others.
- A brand new warning system allowing to control warnings, turn them
into errors or ignore them selectively by Maxime Dénès, Guillaume
Melquiond, Pierre-Marie Pédrot and others.
- Irrefutable patterns in abstractions, by Daniel de Rauglaudre.
- The ssreflect subterm selection algorithm by Georges Gonthier and
Enrico Tassi, now accessible to tactic writers through the
ssrmatching plugin.
- LtacProf, a profiler for Ltac by Jason Gross, Paul Steckler, Enrico
Tassi and Tobias Tebbi.

A short demo of some of these new features can be run in your browser,
thanks to Emilio Gallego's JsCoq, at:

https://x80.org/rhino-coq/examples/Coq86.html

See http://coq.inria.fr/ and the CHANGES file in the distribution for
for more details.

Coq 8.6 initiates a time-based release cycle, with a major version being
released every 10 months. The roadmap is also made public.

To date, Coq 8.6 contains more external contributions than any previous
Coq version. Code reviews were systematically done before integrating
new features, with an important focus given to compatibility and
performance issues.

The Coq Development Team



Archive powered by MHonArc 2.6.18.

Top of Page