| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-11-05 | Merge PR #12099: More parsing/printing notation/abbreviation consistency for ↵ | Emilio Jesus Gallego Arias | |
| mixed terms and pattern Reviewed-by: ejgallego | |||
| 2020-11-05 | Merge PR #12797: [refman] Take large chunks out of the tactics chapter. | coqbot-app[bot] | |
| Reviewed-by: jfehrle | |||
| 2020-11-05 | Added change log for #12099. | Hugo Herbelin | |
| 2020-11-05 | Minor cut elimination in the code of constrintern.ml. | Hugo Herbelin | |
| 2020-11-05 | Regression tests for the various combinations of mixed terms and binders in ↵ | Hugo Herbelin | |
| notations. This also includes tests for abbreviations. | |||
| 2020-11-05 | Accept local variables in mixed terms and binders of notations. | Hugo Herbelin | |
| 2020-11-05 | Accept section variables in notations with mixed terms and binders. | Hugo Herbelin | |
| 2020-11-05 | Passing full interning env to pattern interning, for better control. | Hugo Herbelin | |
| This will allow for instance to check the status of a variable name used both as a term and binder in notations. | |||
| 2020-11-05 | Notations: Giving a consistent role to global references occurring patterns. | Hugo Herbelin | |
| Currently, global references in patterns used also as terms were accepted for parsing but not for printing. We accept section variables for both parsing and printing. We reject constant and inductive types for both parsing and printing. Among other, this also fixes a hole in interpreting variables used both patterns and terms: the term part was not interpreted. | |||
| 2020-11-05 | Merge PR #13311: Changelog for 8.12.1. | coqbot-app[bot] | |
| Reviewed-by: ejgallego | |||
| 2020-11-05 | Changelog for 8.12.1. | Théo Zimmermann | |
| 2020-11-05 | Merge PR #12218: Numeral notations for non inductive types | coqbot-app[bot] | |
| Reviewed-by: herbelin Reviewed-by: JasonGross Reviewed-by: jfehrle Ack-by: Zimmi48 | |||
| 2020-11-05 | Merge PR #13301: Fixes #13298: Search applied to primitive projections needs ↵ | coqbot-app[bot] | |
| a correct typing environment Reviewed-by: SkySkimmer | |||
| 2020-11-05 | Add a redirection from previous location of the proof handling chapter. | Théo Zimmermann | |
| 2020-11-05 | Improve title of first proof chapter. | Théo Zimmermann | |
| 2020-11-05 | Change the title of the automatic tactic chapter and of its sections. | Théo Zimmermann | |
| Prefer the term 'solver' to 'decision procedure'. | |||
| 2020-11-05 | Add new sections to automatic tactic chapter. | Théo Zimmermann | |
| 2020-11-05 | Various fixes. | Théo Zimmermann | |
| 2020-11-05 | Merge PR #13191: Fix anomaly when importing a functor | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 2020-11-05 | Merge content from two origins into the same file. | Théo Zimmermann | |
| 2020-11-05 | Move proof handling chapter in new location. | Théo Zimmermann | |
| 2020-11-05 | Octopus merge to preserve history of content split over multiple files. | Théo Zimmermann | |
| 2020-11-05 | Remove everything before goal management. | Théo Zimmermann | |
| 2020-11-05 | Remove everything after the content on goal management. | Théo Zimmermann | |
| 2020-11-05 | Move some content on goal management to the proof mode page. | Théo Zimmermann | |
| 2020-11-05 | Remove parts of Tactics that were moved elsewhere. | Théo Zimmermann | |
| 2020-11-05 | Keep only the content on solvers for logic and equality. | Théo Zimmermann | |
| 2020-11-05 | Move some content to a new page on solvers for logic and equality. | Théo Zimmermann | |
| 2020-11-05 | Keep only content about auto. | Théo Zimmermann | |
| 2020-11-05 | Move some content to a new page on automation. | Théo Zimmermann | |
| 2020-11-05 | Add new page to writing proof index. | Théo Zimmermann | |
| 2020-11-05 | Remove everything before term rewriting and simplification. | Théo Zimmermann | |
| 2020-11-05 | Remove everything after term rewriting and simplification. | Théo Zimmermann | |
| 2020-11-05 | Move some content to a new page on term rewriting and simplification. | Théo Zimmermann | |
| 2020-11-05 | Merge PR #13231: Remove warning on SSR Search having moved. | coqbot-app[bot] | |
| Reviewed-by: gares | |||
| 2020-11-05 | Merge PR #13182: Check types when converting irrelevant terms in old unification | coqbot-app[bot] | |
| Reviewed-by: gares | |||
| 2020-11-05 | Add overlays | Pierre Roux | |
| 2020-11-05 | Add changelog | Pierre Roux | |
| 2020-11-05 | Rename Dec and HexDec to Decimal and Hexadecimal | Pierre Roux | |
| As noted by Hugo Herbelin, Dec is rather used for "decidable". | |||
| 2020-11-05 | [refman] Add an example for number notations | Pierre Roux | |
| As suggested by Jim Fehrle while reviewing #12218 | |||
| 2020-11-05 | Allow multiple primitive notation on the same scope and triggers | Pierre Roux | |
| Until now, declaring a number or string notation on some trigger removed all previous notations on the same scope. Bug discovered by Jason Gross while reviewing #12218. | |||
| 2020-11-05 | [string notation] Handle parameterized inductives and non inductives | Pierre Roux | |
| 2020-11-05 | Merge numeral and string notation plugins | Pierre Roux | |
| 2020-11-05 | [numeral notation] Add support for parameterized inductives | Pierre Roux | |
| 2020-11-05 | [numeral notation] Add tests for implicit arguments | Pierre Roux | |
| 2020-11-05 | [numeral notation] Handle implicit arguments | Pierre Roux | |
| 2020-11-05 | [numeral notation] Allow to put/ignore holes during pre/postprocessing | Pierre Roux | |
| This will enable to handle implicit arguments by ignoring them during preprocessing (before uninterpreting (i.e., printing)) and remplace them with holes `_` during postprocessing (after interpreting (i.e., parsing)). | |||
| 2020-11-05 | [numeral notation] Prove R | Pierre Roux | |
| 2020-11-05 | [numeral notation] Specify R | Pierre Roux | |
| 2020-11-05 | [numeral notation] R | Pierre Roux | |
| Previously real constants were parsed by an unproved OCaml code. The parser and printer are now implemented in Coq, which will enable a proof and hopefully make it easier to maintain / make evolve. Previously reals were all parsed as an integer, an integer multiplied by a power of ten or an integer divided by a power of ten. This means 1.02 and 102e-2 were both parsed as 102 / 100 and could not be tell apart when printing. So the printer had to choose between two representations : without exponent or without decimal dot. The choice was made heuristically toward a most compact representation. Now, decimal dot is parsed as a rational and exponents are parsed as a product or division by a power of ten. For instance, 1.02 is parsed as Q2R (102 # 100) whereas 102e-2 is parsed as IZR 102 / IZR (Z.pow_pos 10 2). 1.02 and 102e-2 remain equal (proved by reflexivity) but 1.02e1 = Q2R (102 # 100) * 10 and 10.2 = Q2R (102 # 10) no longer are. | |||
