| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-11-16 | Fixing alpha-equality of notation interpretations with recursive patterns. | Hugo Herbelin | |
| The name bound in binders were not checked up to alpha-equivalence, nor were the names binding the recursive patterns. | |||
| 2020-11-16 | Merge PR #12873: Unification: A type-checking fix in imitation + an error ↵ | coqbot-app[bot] | |
| locating fix Reviewed-by: gares | |||
| 2020-11-16 | Merge PR #13040: [gc] Set GC policy as best-fit in OCaml >= 4.10.0 | coqbot-app[bot] | |
| Reviewed-by: gares Reviewed-by: ppedrot | |||
| 2020-11-16 | Merge PR #13384: Warn on hints without an explicit locality | coqbot-app[bot] | |
| Reviewed-by: Zimmi48 | |||
| 2020-11-16 | Merge PR #13212: Suggesting to use injection when an injection pattern is ↵ | coqbot-app[bot] | |
| given to destruct (wish #13205) Reviewed-by: gares Ack-by: Blaisorblade Ack-by: RalfJung | |||
| 2020-11-16 | Merge PR #13380: Fixing the "IllTypedInstance" anomaly part of #5512 | coqbot-app[bot] | |
| Reviewed-by: gares | |||
| 2020-11-16 | Suggesting to use injection when an injection pattern is given to destruct. | Hugo Herbelin | |
| This hopefully clarifies the confusing role of destruct (see #13205). | |||
| 2020-11-16 | [gc] Set GC policy as best-fit in OCaml >= 4.10.0 | Emilio Jesus Gallego Arias | |
| Closes #11277 ; the `space_overhead` parameter has been selected for maximum speedup, in some cases it could also increase memory consumption. Please use `OCAMLRUNPARAM` to tune it and report back your experiments. | |||
| 2020-11-16 | Merge PR #12690: Mini-fix of Locate for recursive notations using named ↵ | coqbot-app[bot] | |
| variables. Reviewed-by: ejgallego Ack-by: ppedrot Ack-by: SkySkimmer | |||
| 2020-11-16 | Merge PR #13337: Avoid exposing an internal name when "intros _ H" fails ↵ | coqbot-app[bot] | |
| because of _ being dependent in H Reviewed-by: gares | |||
| 2020-11-16 | Add changelog for #13337. | Hugo Herbelin | |
| 2020-11-16 | Avoid exposing an internal names when "intros _ H" fails. | Hugo Herbelin | |
| 2020-11-16 | Merge PR #13373: Fixes #13363: in pose_all_metas_as_evars, use the context ↵ | coqbot-app[bot] | |
| of the definition of the metas Reviewed-by: mattam82 | |||
| 2020-11-16 | Merge PR #12516: Deprecate `Grab Existential Variables` and `Existential` ↵ | Pierre-Marie Pédrot | |
| commands Reviewed-by: Zimmi48 Reviewed-by: ppedrot | |||
| 2020-11-16 | Merge PR #13381: Deprecate "eauto @int_or_var @int_or_var", add "bfs eauto" | coqbot-app[bot] | |
| Reviewed-by: Zimmi48 | |||
| 2020-11-16 | Merge PR #13387: Fixes #12348: de Bruijn indices bug in the imitation part ↵ | coqbot-app[bot] | |
| of unification Reviewed-by: mattam82 | |||
| 2020-11-16 | Merge PR #13188: Default disable automatic generalization of Instance type | Pierre-Marie Pédrot | |
| Ack-by: Blaisorblade Reviewed-by: JasonGross Reviewed-by: Zimmi48 Ack-by: jfehrle Reviewed-by: ppedrot | |||
| 2020-11-16 | Merge PR #12685: Propagating scope information in indirect application to a ↵ | Pierre-Marie Pédrot | |
| reference. Ack-by: SkySkimmer Reviewed-by: ppedrot | |||
| 2020-11-16 | Document the deprecation of the commands. | Pierre-Marie Pédrot | |
| 2020-11-16 | Document the new warning. | Pierre-Marie Pédrot | |
| 2020-11-16 | Tentative fix for the refman. | Pierre-Marie Pédrot | |
| 2020-11-16 | Fix test-suite. | Pierre-Marie Pédrot | |
| 2020-11-16 | Explicitly annotate all hint declarations of the standard library. | Pierre-Marie Pédrot | |
| By default Coq stdlib warnings raise an error, so this is really required. | |||
| 2020-11-16 | Warning on hint commands that have no explicit locality. | Pierre-Marie Pédrot | |
| 2020-11-16 | Merge PR #13388: Export locality for all hint commands | coqbot-app[bot] | |
| Reviewed-by: silene Reviewed-by: gares Reviewed-by: Zimmi48 | |||
| 2020-11-16 | Deprecate `Grab Existential Variables` and `Existential` commands | Maxime Dénès | |
| 2020-11-16 | Overlay for Coq-Equations. | Hugo Herbelin | |
| 2020-11-16 | Checking type in unification imitation: avoid raising a non-located error. | Hugo Herbelin | |
| 2020-11-16 | Fixing a (known) "bugged" part of imitation in unification. | Hugo Herbelin | |
| We ensure that when imitation stops to be possible, we postpone an equation of the type of the subterm (and not of the arbitrary type of an evar possibly depending on this subterm). | |||
| 2020-11-16 | Merge PR #13365: Fix proof of Coq.Program.Wf.Fix_F_inv to be axiom-free | coqbot-app[bot] | |
| Reviewed-by: anton-trunov Reviewed-by: Blaisorblade | |||
| 2020-11-16 | Fixing the "IllTypedInstance" anomaly part of #5512. | Hugo Herbelin | |
| It remains to accept resolving Type(u)<=Prop for u arbitrary sort variable. | |||
| 2020-11-16 | Merge PR #13290: Grant #13278: computation of return predicate takes care of ↵ | coqbot-app[bot] | |
| sort elimination constraints Reviewed-by: gares | |||
| 2020-11-16 | Slight improvement to the changelog entry. | Théo Zimmermann | |
| 2020-11-15 | Deprecate "eauto @int_or_var @int_or_var", add "bfs eauto" | Jim Fehrle | |
| 2020-11-15 | Merge PR #12611: [record] Cleanup of data structure and functions | coqbot-app[bot] | |
| Reviewed-by: SkySkimmer Ack-by: gares | |||
| 2020-11-15 | Ensuring the body of the notation in Locate is printed at level 0. | Hugo Herbelin | |
| This is consistent with the syntax of Notation and is (IMO) clearer. | |||
| 2020-11-15 | Adding support for Locate "( x , y )". | Hugo Herbelin | |
| It finds "( x , y , .. , z )". Co-authored-by: Gaëtan Gilbert <gaetan.gilbert@skyskimmer.net> | |||
| 2020-11-15 | Fixing Locate for recursive notations with names. | Hugo Herbelin | |
| E.g. Locate "(x , y , .. , z )" now works while only Locate "(_ , _ , .. , _ )" was working before. This also fixes a confusion between a variable and its anonymization into _, wrongly finding notations mentioning '_'. Co-authored-by: Gaëtan Gilbert <gaetan.gilbert@skyskimmer.net> | |||
| 2020-11-15 | Merge PR #13374: [dune] [opam] Generate opam files automatically using Dune. | coqbot-app[bot] | |
| Reviewed-by: Zimmi48 | |||
| 2020-11-15 | Merge PR #13308: Address #13304: in coqdoc, clearly distinguish block ↵ | Li-yao Xia | |
| verbatim from inline verbatim Reviewed-by: Lysxia | |||
| 2020-11-15 | Moving the analysis of notation strings in notation.ml. | Hugo Herbelin | |
| This is a better abstraction barrier (no "symbol" type with uninterpreted ".." exported out of notation.ml). It also allows to "browse" notations mentioning a "..". | |||
| 2020-11-15 | Indentation. | Hugo Herbelin | |
| 2020-11-15 | Add changelog for #13387. | Hugo Herbelin | |
| 2020-11-15 | Fixes #12348: long-standing de Bruijn indices bug in imitation ↵ | Hugo Herbelin | |
| (solve_simple_eqn). The bug was that an assumption could be interpreted as a local definition and wrongly expanded. It triggered rarely because it involved mixing let-ins and local assumptions + imitation under binders. | |||
| 2020-11-15 | Locating the Ill-typed evar instance error. | Hugo Herbelin | |
| Even though it is not strongly supposed to be raised. | |||
| 2020-11-15 | Merge PR #13383: Fixes #11816: using {wf ...} in a local fixpoint is an ↵ | coqbot-app[bot] | |
| error, not an anomaly Reviewed-by: ejgallego | |||
| 2020-11-15 | [dune] [opam] Generate opam files automatically using Dune. | Emilio Jesus Gallego Arias | |
| - closes #12376 : dune version is now consistent as suggested - cc #12858 : coqide and coqide-server do no depend on ocamlfind when built this way. - closes #13372 : more precision in the license identifier | |||
| 2020-11-15 | Merge PR #13376: Fixes #13266: Avoiding encapsulating exceptions w/o a ↵ | coqbot-app[bot] | |
| handler in NotFoundInstance Reviewed-by: ejgallego | |||
| 2020-11-15 | Merge PR #13368: Fix dune rules for @check-gram following recent changes. | coqbot-app[bot] | |
| Reviewed-by: jfehrle | |||
| 2020-11-15 | Merge PR #13375: Distinguish one_pattern and one_term nonterminals, improve ↵ | coqbot-app[bot] | |
| description of Instance command Reviewed-by: Zimmi48 | |||
