20
I Use This!
Very High Activity

News

Analyzed about 19 hours ago. based on code collected about 21 hours ago.
Posted about 7 years ago by Maxime Dénès
The final release of Coq 8.8.0 is available. It features better performances, tactic improvements, many enhancements for universe users, a new Export modifier for setting options, support for goal selectors in front of focusing brackets and a new ... [More] experimental -mangle-names option for linting proof scripts. Feedback and bug reports are extremely welcome. [Less]
Posted over 7 years ago by Maxime Dénès
The first beta release of Coq 8.8 is available for testing. It features better performances, tactic improvements, many enhancements for universe users, a new Export modifier for setting options, support for goal selectors in front of focusing ... [More] brackets and a new experimental -mangle-names option for linting proof scripts. Feedback and bug reports are extremely welcome. [Less]
Posted over 7 years ago by Maxime Dénès
The first beta release of Coq 8.8 is available for testing. It features better performances, tactic improvements, many enhancements for universe users, a new Export modifier for setting options, support for goal selectors in front of focusing ... [More] brackets and a new experimental -mangle-names option for linting proof scripts. Feedback and bug reports are extremely welcome. [Less]
Posted over 7 years ago by Théo Zimmermann
Version 8.7.2 of Coq is available. It fixes a critical bug in the VM handling of universes. This bug affected all releases since 8.5. Other changes include improved support for building with OCaml 4.06.0 and external num package, many other bug ... [More] fixes, documentation improvements, and user message improvements (for details, see the 8.7.2 milestone). [Less]
Posted over 7 years ago by Théo Zimmermann
Version 8.7.2 of Coq is available. It fixes a critical bug in the VM handling of universes. This bug affected all releases since 8.5. Other changes include improved support for building with OCaml 4.06.0 and external num package, many other bug ... [More] fixes, documentation improvements, and user message improvements (for details, see the 8.7.2 milestone). [Less]
Posted over 7 years ago by Théo Zimmermann
The macOS installer for Coq 8.7.1 was updated on 2018-01-08 to fix frequent crashes of CoqIDE due to the use of an outdated dependency. Direct link to the new version: coq-8.7.1-1-installer-macos.dmg.
Posted over 7 years ago by Théo Zimmermann
Version 8.7.1 of Coq is available. It brings compatibility with OCaml 4.06.0, many bug fixes, documentation improvements, and user message improvements (for details see the 8.7.1 milestone).
Posted over 7 years ago by Théo Zimmermann
Version 8.7.1 of Coq is available. It brings compatibility with OCaml 4.06.0, many bug fixes, documentation improvements, and user message improvements (for details see the 8.7.1 milestone).
Posted over 7 years ago by Théo Zimmermann
After several years of using GitHub specifically for its pull request system, the Coq development team has migrated the Coq bug tracker and Cocorico, the Coq wiki to GitHub as well. More information about the migration of the Coq bug tracker may be ... [More] found in this blog post. More information about the migration of Cocorico, the Coq wiki, may be found on this wiki page. Finally, the GitHub repository is now the repository we push to (as opposed to a mirror). Make sure that your git clone is tracking https://github.com/coq/coq.git to be always up-to-date. [Less]
Posted over 7 years ago by Maxime Dénès
The final release of Coq 8.7.0 is available. Coq 8.7 includes: A large amount of work on cleaning and speeding up the code base, notably the work of Pierre-Marie Pédrot on making the tactic-level system insensitive to existential ... [More] variable expansion, providing a safer API to plugin writers and making the code more robust. New tactics: Variants of tactics supporting existential variables eassert, eenough, etc. by Hugo Herbelin; Tactics extensionality in H and inversion_sigma by Jason Gross; specialize with accepting partial bindings by Pierre Courtieu. Cumulative Polymorphic Inductive Types, allowing cumulativity of universes to go through applied inductive types, by Amin Timany and Matthieu Sozeau. The SSReflect plugin by Georges Gonthier, Assia Mahboubi and Enrico Tassi was integrated (with its documentation in the reference manual) by Maxime Dénès, Assia Mahboubi and Enrico Tassi. The coq_makefile tool was completely redesigned to improve its maintainability and the extensibility of generated Makefiles, and to make _CoqProject files more palatable to IDEs by Enrico Tassi. More information can be found in the CHANGES file. Feedback and bug reports are extremely welcome. This is the second release of Coq developed on a time-based development cycle. Its development spanned 9 months from the release of Coq 8.6 and was based on a public road-map. It attracted many external contributions. Code reviews and continuous integration testing were systematically used before integration of new features, with an important focus given to compatibility and performance issues. [Less]