coq-club AT inria.fr
Subject: The Coq mailing list
List archive
- From: Ralf Jung <jung AT mpi-sws.org>
- To: coq-club AT inria.fr
- Subject: Re: [Coq-Club] Coq 8.6 is out!
- Date: Fri, 16 Dec 2016 21:19:21 +0100
- Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None smtp.pra=jung AT mpi-sws.org; spf=Pass smtp.mailfrom=jung AT mpi-sws.org; spf=None smtp.helo=postmaster AT hera.mpi-klsb.mpg.de
- Ironport-phdr: 9a23:OYyk2xNiMHr61itDetYl6mtUPXoX/o7sNwtQ0KIMzox0Lf39rarrMEGX3/hxlliBBdydsKMfzbWP+Pm7ByQp2tWoiDg6aptCVhsI2409vjcLJ4q7M3D9N+PgdCcgHc5PBxdP9nC/NlVJSo6lPwWB6nK94iQPFRrhKAF7Ovr6GpLIj8Swyuu+54Dfbx9GiTe5b75+Nhe7oRjeusULj4ZvK7s6xwfUrHdPZ+lY335jK0iJnxb76Mew/Zpj/DpVtvk86cNOUrj0crohQ7BAAzsoL2465MvwtRneVgSP/WcTUn8XkhVTHQfI6gzxU4rrvSv7sup93zSaPdHzQLspVzmu87tnRRn1gyoBKjU38nzYitZogaxGvhyhqRxxzY3abo6bO/VxfL/Sc9wBSGpdXctcTTBNDp+yYoYNCecKIOZWr5P6p1sLtRawGROjBOfhyjRVgnH2wKs60+s8GgzB3gwgAtQOsHvPodXwLKcSUPm5zLLGzDXYdf9W3i396IfRfx0nvPqCU7Vwcc/LxkkuEQPIllSQqYr/PzOUzOsBqWab7/B4WeOgiGMrtxt9oj+1xscjjITCm4Ebykjc+Clkzos4Ice0RFN/bNK+DZdcrS6XOo9wT8g/WW9nojw6xacDuZOjfCgF1pAnxxnHZvyHbYeI+AjsWPyUITdghXJpYbG/hxKp8Ue70OH8U9G00FlQoiVYjNbArnEN1xrN5cibUvZx40ms1DKV2wzO7uxIO104mbDUJpMl2rIwk4AcsUXHHi/4gkX2i6qWe10m+ui17eTnba7rppqEN491kw3+KaovmtelDeQ/KAgOUHCX+f6g27374U35XLJKg+UqnaneqZDWPNgUpqqkAwBOyYsj8Ba+DzK+0NsCh3UHLVRFeAiGj4fzIV3OLur4Xr+DhAGnly4uzPTbNJXgBI/MJz7NiuTPZ7F4vnRVzAR7781Z6NoACKwHL9r2Qk60r8PDSBgjPFrnkK7cFNxh29ZGCiq0CaiDPfaKvA==
Hi all,
thanks a lot to everyone involved in this release :)
I've already been using the 8.6 branch for some weeks now because it's
so much faster than 8.5 (~30% speedup for us) -- this is a solid release
indeed.
Now I'm waiting for the new version to appear in opam so that I can
switch away from the 8.6.dev branch... ;)
Kind regards,
Ralf
On 16.12.2016 17:29, Maxime Dénès wrote:
> 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
>
- [Coq-Club] Coq 8.6 is out!, Maxime Dénès, 12/16/2016
- Re: [Coq-Club] Coq 8.6 is out!, Ralf Jung, 12/16/2016
- Re: [Coq-Club] Coq 8.6 is out!, Jeehoon Kang, 12/20/2016
- Re: [Coq-Club] Coq 8.6 is out!, Benoît Viguier, 12/20/2016
- Re: [Coq-Club] Coq 8.6 is out!, Ralf Jung, 12/20/2016
- Re: [Coq-Club] Coq 8.6 is out!, immanuel litzroth, 12/20/2016
- Re: [Coq-Club] Coq 8.6 is out!, Enrico Tassi, 12/21/2016
- Re: [Coq-Club] Coq 8.6 is out!, Ralf Jung, 12/20/2016
- Re: [Coq-Club] Coq 8.6 is out!, Benoît Viguier, 12/20/2016
- Re: [Coq-Club] Coq 8.6 is out!, Maxime Dénès, 12/20/2016
- Re: [Coq-Club] Coq 8.6 is out!, Benoît Viguier, 12/21/2016
- Re: [Coq-Club] Coq 8.6 is out!, Jeehoon Kang, 12/20/2016
- Re: [Coq-Club] Coq 8.6 is out!, Ralf Jung, 12/16/2016
Archive powered by MHonArc 2.6.18.