| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-10-02 | Update the -compat flags | Jason Gross | |
| Mostly via `dev/tools/update-compat.py --cur-version=8.9` We just remove test-suite/success/FunindExtraction_compat86.v because, except for the `Extraction iszero.` line at the bottom, it is a duplicate of `test-suite/success/Funind.v` (except with `-compat 8.6`). We also manually update a number of test-suite files to pre-emptively remove compatibility notations (which used to be compat 8.6, but are now compat 8.7). | |||
| 2018-10-02 | Update compat notations to be compat 8.7 | Jason Gross | |
| All changes done with ``` git grep --name-only 'compat "8.6"' | xargs sed -i s'/compat "8.6"/compat "8.7"/g' ``` As per https://github.com/coq/coq/pull/8374#issuecomment-426202818 and https://github.com/coq/coq/issues/8383#issuecomment-426200497 | |||
| 2018-10-02 | Update dev/doc/release-process: compat+automate | Jason Gross | |
| As requested in https://github.com/coq/coq/issues/8311#issuecomment-415976318 the release process describes the steps to take. All automatable steps are taken by the new script dev/tools/update-compat.py I've tried to make the script relatively easy to update if functions get renamed or moved, but since it's doing unstructured source manipulation, it is sort-of fragile. We could plausibly add a file to the test-suite to ensure that we catch script-breakage early, but this would require dropping compatibility support much earlier in the development cycle (the compatibility changes would have to come right when the new version is branched, rather than shortly before the beta release). | |||
| 2018-10-02 | Merge PR #8618: [dune] [tools] Cleanup and extra install. | Théo Zimmermann | |
| 2018-10-02 | Merge PR #8625: Fix issue #8611 - Change extensions of log files in WIndows ↵ | Théo Zimmermann | |
| build to … | |||
| 2018-10-02 | Merge PR #8623: [dune] Fix PHONY target in Dune's helper makefile. | Théo Zimmermann | |
| 2018-10-02 | Merge PR #8617: [dune] Provide workspace file with all supported Ocaml builds. | Théo Zimmermann | |
| 2018-10-02 | Merge PR #8620: Docs: Missing backquote | Théo Zimmermann | |
| 2018-10-02 | Fix issue #8611 - Change extensions of log files in WIndows build to ↵ | Michael Soegtrop | |
| _log.txt and _err.txt so that they can be viewed immediately in gitlab | |||
| 2018-10-02 | Merge PR #8572: [config] Miscellaneous cleaning of configuration variables. | Pierre-Marie Pédrot | |
| 2018-10-02 | [dune] Provide workspace file will all OCaml builds tested in CI. | Emilio Jesus Gallego Arias | |
| 2018-10-02 | [dune] Fix PHONY target in Dune's helper makefile. | Emilio Jesus Gallego Arias | |
| 2018-10-02 | Merge PR #8612: Fix issue 8610 - Change important CI DOS batch files to CRLF | Théo Zimmermann | |
| 2018-10-02 | Merge PR #8614: [dune] [doc] Some tweaks to doc + per user flags. | Théo Zimmermann | |
| 2018-10-02 | [dune] [doc] Some tweaks to doc + per user flags. | Emilio Jesus Gallego Arias | |
| 2018-10-02 | Merge PR #7522: [ocaml] Update required OCaml version to 4.05.0 | Pierre-Marie Pédrot | |
| 2018-10-02 | Merge PR #7823: [tactics] function to gather undef evars of the goal | Pierre-Marie Pédrot | |
| 2018-10-02 | Merge PR #8595: Replacing Refine.pr_constr by Termops.Internal.print_constr. | Pierre-Marie Pédrot | |
| 2018-10-01 | Docs: Missing backquote | Joachim Breitner | |
| 2018-10-02 | [dune] Install more files from `tools`. | Emilio Jesus Gallego Arias | |
| These are needed for example for the test suite. | |||
| 2018-10-02 | [tools] Remove unused / obsolete files. | Emilio Jesus Gallego Arias | |
| TTBOMK we don't use any of these files since a long time. | |||
| 2018-10-01 | Merge PR #8531: [ci] Add plugin-tutorial to CI. | Gaëtan Gilbert | |
| 2018-10-01 | Merge PR #8565: Make coqpp handle OCaml locations | Emilio Jesus Gallego Arias | |
| 2018-10-01 | Print location in OCaml code output by coqpp. | Pierre-Marie Pédrot | |
| Fixes #8018. | |||
| 2018-10-01 | Store locations of OCaml quotations in coqpp. | Pierre-Marie Pédrot | |
| 2018-10-01 | Merge PR #7372: Four new lemmas for lists | Hugo Herbelin | |
| 2018-10-01 | Fix issue 8610 - Change important CI DOS batch files to CRLF | Michael Soegtrop | |
| 2018-10-01 | [ci] Add plugin-tutorial to CI. | Emilio Jesus Gallego Arias | |
| This closes #7618. | |||
| 2018-10-01 | Merge PR #8254: Inline the definition of CClosure.mk_clos_deep. | Maxime Dénès | |
| 2018-10-01 | Merge PR #8577: Generalize type of compare_head_with functions, and use for ↵ | Pierre-Marie Pédrot | |
| econstr | |||
| 2018-10-01 | Merge PR #8575: Remove {Safe_typing,Global}.push_context | Maxime Dénès | |
| 2018-10-01 | Merge PR #8579: [dune] [merlin] Fix some usability issues. | Maxime Dénès | |
| 2018-10-01 | Merge PR #7634: Extend combined scheme to Schemes in Type | Matthieu Sozeau | |
| 2018-10-01 | Merge PR #8177: Make the warning for non-imported hints compatible with ↵ | Matthieu Sozeau | |
| internal backtracking | |||
| 2018-10-01 | Merge PR #8501: [classes] Split large `new_instance` function up. | Matthieu Sozeau | |
| 2018-10-01 | Merge PR #8608: [default.nix] Add odoc to the documentation build-inputs | Théo Zimmermann | |
| 2018-10-01 | Merge PR #8606: [dune] [configure] Fix typo in default prefix setting. | Théo Zimmermann | |
| 2018-10-01 | Merge PR #517: Some lemmas about dependent equality | Pierre-Marie Pédrot | |
| 2018-10-01 | Merge PR #8301: Documentation for proof diffs | Théo Zimmermann | |
| 2018-10-01 | Merge PR #8604: Fix issue 8603 Move Windows CI runs to folder C:/ci | Théo Zimmermann | |
| 2018-10-01 | [default.nix] Add odoc to the documentation build-inputs | Vincent Laporte | |
| 2018-10-01 | [default.nix] Update the reference to nixpkgs; make it the default | Vincent Laporte | |
| 2018-10-01 | [config] Remove unused ML variables. | Emilio Jesus Gallego Arias | |
| These are unused and not likely to come back. | |||
| 2018-10-01 | [envars] Small implementation cleanup for coqlib internals. | Emilio Jesus Gallego Arias | |
| 2018-10-01 | [lib] [flags] Move coqlib handling out of `Flags` | Emilio Jesus Gallego Arias | |
| The relevant logic is already in `Envars`, so it makes sense to make it private and don't expose the low-level implementation of the logic. | |||
| 2018-10-01 | [lib] [flags] Move private IDE functions to `ide` | Emilio Jesus Gallego Arias | |
| 2018-10-01 | [nit] Qualify `Envars` use. | Emilio Jesus Gallego Arias | |
| This eases grep to implement a different location system. | |||
| 2018-10-01 | [envars] Defer CAMLP5 location to configure. | Emilio Jesus Gallego Arias | |
| These functions are unused, and configure should suffice for this purpose. | |||
| 2018-10-01 | [dune] [configure] Fix typo in default prefix setting. | Emilio Jesus Gallego Arias | |
| Fix silly typo that created havoc in developer out-of-the-box setups. | |||
| 2018-09-30 | Fix issue 8603 Move Windows CI runs to folder C:/ci | Michael Soegtrop | |
