| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-03-17 | Merge PR #11811: Remove a positivity check when Positivity Checking is off | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer | |||
| 2020-03-17 | Add test for PR11811 (disable a positivity check) | SimonBoulier | |
| 2020-03-16 | Merge PR #11813: Fixed link to "match" syntax figures. | Théo Zimmermann | |
| Reviewed-by: Zimmi48 | |||
| 2020-03-16 | Merge PR #11831: [ci] Re-enable VST testing | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer | |||
| 2020-03-15 | [ci] Re-enable VST testing | Emilio Jesus Gallego Arias | |
| VST has been fixed upstream, c.f. https://github.com/PrincetonUniversity/VST/issues/392 | |||
| 2020-03-14 | Merge PR #10858: Implementing postponed constraints in TC resolution | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer Ack-by: Zimmi48 Ack-by: ejgallego | |||
| 2020-03-13 | Merge PR #11797: Dune build rules for doc_grammar and fullGrammar. | Emilio Jesus Gallego Arias | |
| Ack-by: ejgallego | |||
| 2020-03-13 | Merge PR #11688: When parsing a negative integer, ensure that the minus sign ↵ | Emilio Jesus Gallego Arias | |
| is contiguous to the number. Reviewed-by: ejgallego | |||
| 2020-03-13 | Merge PR #11803: Update Azure MacOS version 10.13 -> 10.14 | Emilio Jesus Gallego Arias | |
| Reviewed-by: ejgallego | |||
| 2020-03-13 | Implementing postponed constraints in TC resolution | Matthieu Sozeau | |
| A constraint can be stuck if it does not match any of the declared modes for its head (if there are any). In that case, the subgoal is postponed and the next ones are tried. We do a fixed point computation until there are no stuck subgoals or the set does not change (it is impossible to make it grow, as asserted in the code, because it is always a subset of the initial goals) This allows constraints on classes with modes to be treated as if they were in any order (yay for stability of solutions!). Also, ultimately it should free us to launch resolutions more agressively (avoiding issues like the ones seen in PR #10762). Add more examples of the semantics of TC resolution with apply in test-suite Properly catch ModeMatchFailure on calls to map_e* Add fixed bug 9058 to the test-suite Close #9058 Add documentation Fixes after Gaëtan's review. Main change is to not use exceptions for control-flow Update tactics/class_tactics.ml Clearer and more efficient mode mismatch dispatch Co-Authored-By: Gaëtan Gilbert <gaetan.gilbert@skyskimmer.net> Remove exninfo argument | |||
| 2020-03-13 | Update Azure MacOS version 10.13 -> 10.14 | Gaëtan Gilbert | |
| 10.13 is deprecated as an azure VM Close #11449 | |||
| 2020-03-13 | Merge PR #11805: Fix coqchk for primitive integers on 32bit arch with OCaml ↵ | Pierre-Marie Pédrot | |
| >= 4.08 (#11624) Reviewed-by: ppedrot | |||
| 2020-03-13 | Merge PR #11016: [proof] Remove duplication in the proof save path. | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer Reviewed-by: herbelin | |||
| 2020-03-13 | Merge PR #11804: [CI] test hierarchy builder as part of elpi | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer | |||
| 2020-03-13 | Merge PR #11815: [ci] [doc] Point to actual docker instructions. | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer | |||
| 2020-03-13 | Merge PR #11003: [vernac] Remove deprecated function. | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer | |||
| 2020-03-13 | [lemmas] Consolidate some declaration data on Info.t | Emilio Jesus Gallego Arias | |
| Now that `MutualEntry` provides a more uniform interface we can reuse `Info.t` In the medium term we shall consolidate `Proof` / `Proof_global` and `Lemmas` so admitted / finish are uniform too. | |||
| 2020-03-12 | [declare] Remove trivial wrapper | Emilio Jesus Gallego Arias | |
| In preparation for the introduction of an opaque mutual definition type at the `Declare` level we remove the not very useful wrapper `declare_fix`. Now we should be ready to profit from `DeclareDef` and its handling of common stuff such as `restrict_universe_context` and `check_univ_decl` etc... | |||
| 2020-03-12 | [lemmas] Handle mutual lemmas more uniformly. | Emilio Jesus Gallego Arias | |
| We split the paths for mutual / non-mutual constants, and we enforce some further invariants, in particular we avoid messing around with the body of saved constants, and using the indirect accessor. This should be almost semantically equivalent to the previous code, including some questionable choices present there. In further cleanups we will move this code to Declare, which should hopefully help clarify some of the semantics. | |||
| 2020-03-12 | [save proof] Declare universe_binders unconditionally for mutual assumptions. | Emilio Jesus Gallego Arias | |
| As suggested by Gaëtan in review, we move declaration of universe binders to the common code in `DeclareDef`; this changes the semantics for the assumption case when Recthms is not empty. | |||
| 2020-03-12 | [proof] Remove duplication in the proof save path. | Emilio Jesus Gallego Arias | |
| We move towards more unification in the proof save path of interactive and non-interactive proofs. | |||
| 2020-03-12 | [vernac] Minor cleanup of opens in `Vernacentries` | Emilio Jesus Gallego Arias | |
| 2020-03-12 | Merge PR #11796: Remove parallel building of Sphinx documentation. | Emilio Jesus Gallego Arias | |
| 2020-03-12 | [ci] [doc] Point to actual docker instructions. | Emilio Jesus Gallego Arias | |
| 2020-03-12 | Update doc/sphinx/addendum/extended-pattern-matching.rst | larsr | |
| Co-Authored-By: Théo Zimmermann <theo.zimmi@gmail.com> | |||
| 2020-03-12 | Fixed link to "match" syntax. | larsr | |
| and removed the now incorrect "section 8.2.3" reference, as it is the same as the "refine" link. | |||
| 2020-03-12 | Merge PR #11798: Tests make bytecode | Enrico Tassi | |
| Ack-by: SkySkimmer Reviewed-by: gares | |||
| 2020-03-12 | Merge PR #11781: Minor improvements to the unreleased changelog. | Clément Pit-Claudel | |
| Reviewed-by: cpitclaudel | |||
| 2020-03-12 | Merge PR #11780: Minor improvements to the unreleased changelog. | Clément Pit-Claudel | |
| Reviewed-by: cpitclaudel | |||
| 2020-03-12 | Merge PR #11810: [dune] Fix ocamlopt_flags for release profile | Théo Zimmermann | |
| Reviewed-by: Zimmi48 | |||
| 2020-03-12 | Dune build rules for doc_grammar and fullGrammar. | Théo Zimmermann | |
| 2020-03-12 | Add changelog entry | SimonBoulier | |
| 2020-03-12 | Remove a positivity check when Check Positivity is off | SimonBoulier | |
| 2020-03-12 | [dune] Fix ocamlopt_flags for release profile | Emilio Jesus Gallego Arias | |
| Closes #11758 It turns out that we were overwriting the default `ocamlopt_flags`, thus creating a problem in the release build. | |||
| 2020-03-11 | Merge PR #11754: [micromega] Add numerical compatibility layer. | Frédéric Besson | |
| Ack-by: SkySkimmer Reviewed-by: fajb | |||
| 2020-03-11 | Merge PR #11800: [ci] [gitlab] Move VST to `allow_failure` | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer | |||
| 2020-03-11 | Update dev/ci/ci-basic-overlay.sh | Enrico Tassi | |
| Co-Authored-By: Gaëtan Gilbert <gaetan.gilbert@skyskimmer.net> | |||
| 2020-03-11 | Fix coqchk for primitive integers on 32bit arch with OCaml >= 4.08 (#11624) | Pierre Roux | |
| 2020-03-11 | [CI] test hierarchy builder as part of elpi | Enrico Tassi | |
| 2020-03-11 | Merge PR #11769: Fix #9930: "change" replaces 0-param projections by constants | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 2020-03-11 | Merge PR #11786: Fix #11730: Mangle Names vs Infix | Pierre-Marie Pédrot | |
| Reviewed-by: herbelin Reviewed-by: ppedrot | |||
| 2020-03-11 | Merge PR #11790: [lib] [ccalgo] Remove unused code / cleanup | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 2020-03-10 | [ci] [gitlab] Move VST to `allow_failure` | Emilio Jesus Gallego Arias | |
| VST has been broken for a few days, moving to allow failure. | |||
| 2020-03-10 | Merge PR #11767: Fix #11738 : Funind using deprecated Coqlib API. | Emilio Jesus Gallego Arias | |
| Reviewed-by: ejgallego Reviewed-by: maximedenes | |||
| 2020-03-10 | test coq-makefile/findlib-package-unpacked: only try to invoke 'make' when | Ralf Treinen | |
| there is an ocamlopt compiler. | |||
| 2020-03-10 | test coq-makefile/camldep: try to build a cmx only when there is an ocamlopt | Ralf Treinen | |
| compiler. In any case, try to build a cmo file. | |||
| 2020-03-10 | Merge PR #11788: Prevent CoqIDE from hanging when invalid channels are still ↵ | Michael Soegtrop | |
| open. Reviewed-by: MSoegtropIMC | |||
| 2020-03-10 | Remove parallel building of Sphinx documentation. | Théo Zimmermann | |
| Since version 1.0.0 of the sphinxcontrib-bibtex extension, parallel building of the Sphinx documentation emits a warning (and thus makes our warning-free build fail). This change was already done in Makefile.doc as part of #11732. | |||
| 2020-03-10 | Merge PR #11732: Update the OCaml version in `default.nix` to 4.09.0 | Théo Zimmermann | |
| Reviewed-by: Zimmi48 | |||
| 2020-03-10 | Merge PR #11764: Simplify mutual template polymorphism | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer | |||
