Skip to Content.
Sympa Menu

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

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Coq 8.6 is out!


Chronological Thread 
  • From: Jeehoon Kang <jeehoon.kang AT sf.snu.ac.kr>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] Coq 8.6 is out!
  • Date: Tue, 20 Dec 2016 12:08:58 +0900
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None smtp.pra=jeehoon.kang AT sf.snu.ac.kr; spf=None smtp.mailfrom=jeehoon.kang AT sf.snu.ac.kr; spf=None smtp.helo=postmaster AT mail-it0-f48.google.com
  • Ironport-phdr: 9a23:h0d25R1WZCL8qLBpsmDT+DRfVm0co7zxezQtwd8ZseIXLfad9pjvdHbS+e9qxAeQG96KsLQb26GL6OjJYi8p2d65qncMcZhBBVcuqP49uEgeOvODElDxN/XwbiY3T4xoXV5h+GynYwAOQJ6tL1LdrWev4jEMBx7xKRR6JvjvGo7Vks+7y/2+94fdbghMijexe7F/IRa5oQjRuMQdnJdvJLs2xhbVuHVDZv5YxXlvJVKdnhb84tm/8Zt++ClOuPwv6tBNX7zic6s3UbJXAjImM3so5MLwrhnMURGP5noHXWoIlBdDHhXI4wv7Xpf1tSv6q/Z91SyHNsD4Ubw4RTKv5LptRRT1iikIKiQ5/XnVhcx+jKxVrhGvqQFhzYHIe4yaLuZyc7nHcN8GWWZMXMBcXDFBDIOmaIsPCvIMM+JGoIbjp1sOqhy+BQ+xD+3q0DBIgHD21rA93uQjDw7JwgwgH9UJsHTSttn1N70dUea6zKTT1jXDYela2Sz76IjVaBwuu+2DUahzccrL0EQiER7OgFuXqYzgJTyV1+INvnCa7+pmT+KvinQopxt/oji13ssthYrEip4PxlDD7yV5z545Jca+SE5me9KrCodfuzuZN4tsWs8iTGBouDo6yr0bopG3ZjQFyJMixxPZdveJcJCI7wr9WOqNJTp0nnFodbKlixqs7EStxffwW8a33VtMsyFLiMPDtmoX2BzW8sWHSuVy/kOm2TuX0gDc8OBEIUQtmaraN54t3qc8lpQcvEnABCP2l0L2jKiZdkUg5Oek8fjoYrLjppOENo90jB/xMrg2l8ChHeg1NhICUmub9OimyrHv4EL0TK9Fg/A1iqXZtYrVJcUfpq63GQ9V1YMj5g69Dzi4ztsYnX4HLFVDeB6djIjmIVfOIP/jAPekjVSgiixrx/bbPrH7GJrCMmLPkLT7fbpl8U5T1BIzzcxD55JTErwOPPXzWlbouNPECh85Lhe7zv38CNR904MeQXiADrWYMKPUq1+I5/ggL/OCZI8P637BLK0u4Oerhnskk3cce7Oo1N0ZciOWBPNjdmeUbHrrhdFJMm4MsUJqTuHniFqFV3hQbnC9d7kyoCo9FcSvBsHAXNb+0/S6wC6nE8gONSh9AVeWHCKweg==

It seems Coq 8.6 is in the official opam repository: https://github.com/ocaml/opam-repository/pull/8117

2016-12-17 5:19 GMT+09:00 Ralf Jung <jung AT mpi-sws.org>:
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
>



--



Archive powered by MHonArc 2.6.18.

Top of Page