| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-06-15 | evd: restrict_evar with candidates, can raise NoCandidatesLeft | Matthieu Sozeau | |
| When restricting an evar with candidates, raise an exception if this restriction would leave the evar without candidates, i.e. unsolvable. - evarutil: mark restricted evars as "cleared" They would otherwise escape being catched by the [advance] function of clenv, and result in dangling evars not being registered to the shelf. - engine: restrict_evar marks it cleared, update the future goals We make the new evar a future goal and remove the old one. If we did nothing, [unshelve tac] would work correctly as it uses [Proofview.advance] to find the shelved goals, going through the cleared evar. But [Unshelve] would fail as it expects only undefined evars on the shelf and throws away the defined ones. | |||
| 2018-06-15 | evd/evarutil: safe [add_unification_pb] interface, taking EConstr's | Matthieu Sozeau | |
| Avoid adding the same unification problem twice, module evar instantiation. | |||
| 2018-06-15 | cArray: proper invalid_arg exceptions | Matthieu Sozeau | |
| 2018-06-14 | Workaround to handle non-value arguments in tactics. | Cyprien Mangin | |
| Although the fix is not a proper one, it seems to solve every instance of #2800 that could be tested. | |||
| 2018-06-14 | Merge PR #7803: [TYPO FIX] elimitate -> eliminate | Hugo Herbelin | |
| 2018-06-14 | Merge PR #7793: [ci] update docker image to include elpi 1.0.4 | Emilio Jesus Gallego Arias | |
| 2018-06-14 | Merge PR #7809: Fix deprecation warning introduced by PR 664 merge | Pierre-Marie Pédrot | |
| 2018-06-14 | Fix deprecation warning introduced by PR 664 merge | Matthieu Sozeau | |
| 2018-06-14 | Merge PR #7193: Fixes #7192: Print Assumptions does not enter implementation ↵ | Pierre-Marie Pédrot | |
| of submodules. | |||
| 2018-06-14 | Merge PR #664: Fixing #5500 (missing test in return clause of match leading ↵ | Matthieu Sozeau | |
| to anomaly) | |||
| 2018-06-14 | Merge PR #7787: Fixes #7780: missing lift in expanding alias under a binder ↵ | Matthieu Sozeau | |
| in unification | |||
| 2018-06-14 | Merge PR #7105: Getting rid of some false "collision between bound variable ↵ | Matthieu Sozeau | |
| names" warnings | |||
| 2018-06-14 | Merge PR #7771: Tweak printing boxes for unicode binders | Hugo Herbelin | |
| 2018-06-14 | [TYPO FIX] elimitate -> eliminate | Siddharth | |
| 2018-06-14 | Merge PR #7790: [ci] Require runner `docker` tag on `docker-boot` job. | Gaëtan Gilbert | |
| 2018-06-13 | [vernac] Add option to force building really mutual induction schemes | Matthieu Sozeau | |
| Currently, if one of the inductives is non recursive, it defaults to a case analysis schems taking fewer predicates and methods just for that inductive. This irregularity prevents doing a combined scheme afterwards to gather all eliminators into one, as combined scheme expects all the eliminators to have the same predicates and methods. I have a use case in building function graphs in Equations where some of the inductives might not be recursive but I expect many other use cases could exist. | |||
| 2018-06-13 | doc: fix typo. | whitequark | |
| 2018-06-13 | Merge PR #7785: Document how to restart failed CI jobs. | Emilio Jesus Gallego Arias | |
| 2018-06-13 | Merge PR #7800: Markdown docs: switch from absolute to relative links. | Emilio Jesus Gallego Arias | |
| 2018-06-13 | [ci] update docker image to include elpi 1.0.4 | Enrico Tassi | |
| 2018-06-13 | Document how to restart failed CI jobs. | Théo Zimmermann | |
| [ci skip] | |||
| 2018-06-13 | Markdown docs: switch from absolute to relative links. | Théo Zimmermann | |
| We had mostly used absolute links in the past. I just discovered that GitHub recommends using relative links instead: https://help.github.com/articles/basic-writing-and-formatting-syntax/#relative-links and indeed my Emacs Markdown mode can handle relative links but doesn't interpret absolute links relatively to the root of the git repository. [ci skip] | |||
| 2018-06-13 | Merge PR #7241: [coq_makefile] COQMF_WINDRIVE is empty on linux (fix #7233) | Théo Zimmermann | |
| 2018-06-13 | Merge PR #7789: Fixes #7779: destruct's "in" clause was forgetting the ↵ | Pierre-Marie Pédrot | |
| possibility of an "eqn" clause | |||
| 2018-06-13 | Merge PR #7677: [api] Remove Misctypes | Pierre-Marie Pédrot | |
| 2018-06-13 | Merge PR #7782: [VM] Rename reloc -> cenv | Pierre-Marie Pédrot | |
| 2018-06-12 | [ci] Require runner `docker` tag on `docker-boot` job. | Emilio Jesus Gallego Arias | |
| Not all runners are equipped with docker services, thus we must add a hard dependency on the `docker` tag for our Docker job. | |||
| 2018-06-12 | Fixes #7779 (destruct's "in" clause was forgetting the possibility of "eqn"). | Hugo Herbelin | |
| This is a quick fix. Code should be made nicer along these lines: - try to pass the name of the variable created by "mkletin_goal" in the monad using "refine_one"; - use a disjunctive type of "inhyps" to indicate when it is meaningful, rather than using []. | |||
| 2018-06-12 | [api] Add compatiblity Misctypes module. | Emilio Jesus Gallego Arias | |
| To be removed in 8.10. | |||
| 2018-06-12 | [api] Remove Misctypes. | Emilio Jesus Gallego Arias | |
| We move the last 3 types to more adequate places. | |||
| 2018-06-12 | [api] Misctypes removal: tactic flags. | Emilio Jesus Gallego Arias | |
| We move the "flag types" to its use place, and mark some arguments with named parameters better. | |||
| 2018-06-12 | [api] Misctypes removal: move Tactypes to proofs | Emilio Jesus Gallego Arias | |
| This gets `Tactypes` closer to `tactics/`, however some legacy stuff blocks it in `proofs`. We consider that is satisfactory for now. | |||
| 2018-06-12 | [api] Misctypes removal: several moves: | Emilio Jesus Gallego Arias | |
| - move_location to proofs/logic. - intro_pattern_naming to Namegen. | |||
| 2018-06-12 | [api] Misctypes removal: remove dummy alias. | Emilio Jesus Gallego Arias | |
| 2018-06-12 | [api] Misctypes removal: miscellaneous aliases. | Emilio Jesus Gallego Arias | |
| 2018-06-12 | [api] Misctypes removal: module_kind to Declaremods | Emilio Jesus Gallego Arias | |
| 2018-06-12 | [api] Misctypes removal: multi to tactics/rewrite | Emilio Jesus Gallego Arias | |
| 2018-06-12 | Merge PR #7008: Bump version number to 8.9+alpha1 | Guillaume Melquiond | |
| 2018-06-12 | Fixes #7780 (missing lift in expanding alias under a binder in unification). | Hugo Herbelin | |
| 2018-06-12 | [VM] Rename reloc -> cenv | Maxime Dénès | |
| The renaming is internal only. I believe the name reloc is legacy and a bit confusing now that the structure contains a full compilation environment. | |||
| 2018-06-11 | Simplify the cooking of primitive projections. | Pierre-Marie Pédrot | |
| There is no need to expand a primitive projection with the section parameters and universes, for one good reason: they are never applied neither to parameters nor universe instances. | |||
| 2018-06-11 | Merge PR #6827: [VM] Remove projection names from structured constants. | Pierre-Marie Pédrot | |
| 2018-06-11 | Merge PR #7761: Fixing #7700: section variables bound to abbreviations were ↵ | Emilio Jesus Gallego Arias | |
| not found | |||
| 2018-06-11 | Merge PR #7406: Fix #7214: install knows which ml files do not get compiled ↵ | Pierre-Marie Pédrot | |
| to cmx. | |||
| 2018-06-11 | Merge PR #7748: Add a bit of doc to EConstr.decompose_lam* | Pierre-Marie Pédrot | |
| 2018-06-11 | Merge PR #7757: [lib] Fix wrong deprecation comment. | Pierre-Marie Pédrot | |
| 2018-06-11 | [build] Fix checks and notes noting 4.02.1 instead of 4.02.3 | Emilio Jesus Gallego Arias | |
| Bumping to 4.02.3 was decided some time ago in the WG, however a couple of places escaped updating. | |||
| 2018-06-11 | Bump version number to 8.9+alpha1 | Maxime Dénès | |
| 2018-06-11 | Merge PR #7736: [ci] Fix GeoCoq after https://github.com/GeoCoq/GeoCoq/issues/12 | Gaëtan Gilbert | |
| 2018-06-11 | Merge PR #7284: [sphinx] Start fixing SSR chapter. | Maxime Dénès | |
