| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-04-24 | Merge PR#552: Miscelaneous commits | Maxime Dénès | |
| 2017-04-24 | Merge PR#569: Documenting EConstr for developpers. | Maxime Dénès | |
| 2017-04-24 | Merge PR#565: Remove VernacError | Maxime Dénès | |
| 2017-04-24 | Merge PR#580: [ide] Fix #5482 "location for query commands" in IDE. | Maxime Dénès | |
| 2017-04-24 | Merge PR#581: [toplevel] [emacs] Don't quote errors in emacs mode. | Maxime Dénès | |
| 2017-04-24 | Merge PR#492: [travis] Pin camlp5 to the minimal version 6.14 for 4.02.3 | Maxime Dénès | |
| 2017-04-24 | Merge PR#576: [ide] Rely less on `Stateid.dummy` | Maxime Dénès | |
| 2017-04-24 | [travis] Pin camlp5 to the minimal version 6.14 for 4.02.3 | Emilio Jesus Gallego Arias | |
| We now test: - 4.02.3 + 6.14 [and 32bits of those] - 4.04.0 + 6.17 this looks like what the official support set should be for 8.7, given that both Ubuntu and Debian will ship the first, then switch to the latter. We also pin xmlm to version 1.2.0 to workaround bug https://github.com/ocaml/opam-repository/issues/8815 | |||
| 2017-04-23 | [toplevel] [emacs] Don't quote errors in emacs mode. | Emilio Jesus Gallego Arias | |
| In 8.6 + emacs, errors were quoted sometimes with special markers (e.g. `Print Module foo.` for a non-existing `foo`) In 8.7 we uniformized error handling and now all errors are quoted, however, this behavior confuses emacs as it seems that the quotes are meant to be applied only to warnings. We thus reflect the de-facto situation, removing quoting for errors and updating the code so it is clear that the quoter is a warnings quoter. We also update the warnings quoter to use a warning tag instead of a non-printable char. This fixes ProofGeneral for trunk users. c.f. https://github.com/ProofGeneral/PG/issues/175 | |||
| 2017-04-22 | Merge branch v8.6 into trunk | Hugo Herbelin | |
| Note: I removed what seemed to be dead code in recdef.ml (local_assum and local_def introduced with econstr branch), assuming that this is what should be done. | |||
| 2017-04-22 | Removing TODO file which is unused for more than 10 years. | Hugo Herbelin | |
| Hoping this is ok for everyone, otherwise we can discuss about it. | |||
| 2017-04-21 | [ide] Fix #5482 "location for query commands" in IDE. | Emilio Jesus Gallego Arias | |
| This warning is a special case as it happens outside the execution context. We could move the check inside, but instead we opt for the simpler solution of properly setting the warning target. | |||
| 2017-04-21 | Remove VernacError | Gaetan Gilbert | |
| 2017-04-20 | COMMENT: Pre_env.env | Matej Kosik | |
| 2017-04-20 | COMMENT: Proof_global.pstate.pid | Matej Kosik | |
| 2017-04-20 | refactoring "Ppvernac.pr_extend" | Matej Kosik | |
| 2017-04-20 | correcting a typo in a comment | Matej Kosik | |
| 2017-04-20 | correcting comments in the "Context" module | Matej Kosik | |
| 2017-04-20 | "tclENV" is sexier, use it instead of "Env.get" | Matej Kosik | |
| 2017-04-20 | reduce syntactic noise | Matej Kosik | |
| 2017-04-20 | simplifying "Environ.push_named" function | Matej Kosik | |
| 2017-04-20 | refactoring "Names.DirPath.is_empty" function | Matej Kosik | |
| 2017-04-20 | refactoring "Names.DirPath.compare" function | Matej Kosik | |
| 2017-04-20 | refactoring "Names.DirPath.equal" function | Matej Kosik | |
| 2017-04-20 | correcting a typo in a comment | Matej Kosik | |
| 2017-04-20 | [ide] Set Stateid in query pane. | Emilio Jesus Gallego Arias | |
| We again remove another user of Stateid.dummy. However, we need to adapt the protocol so `Coq.query` takes the `route_id` and we can redirect the output properly to the subwindow. | |||
| 2017-04-19 | [ide] Rely less on `Stateid.dummy` | Emilio Jesus Gallego Arias | |
| In particular, we set queries from the menu to the tip of the document, and process feedback coming with a `dummy` id. There are still more places to tweak, but this should be good for now. We also display a few more query messages, in particular the feedbacks produced by query that carry a dummy state id. This hack of reporting with from the STM should be solved once we update the protocol. | |||
| 2017-04-19 | Documenting EConstr for developpers. | Pierre-Marie Pédrot | |
| 2017-04-19 | Merge PR#573: [toplevel] Fix printing of parsing errors + corner case. | Maxime Dénès | |
| 2017-04-19 | CHANGES entry for #545. | Maxime Dénès | |
| 2017-04-19 | Merge PR#545: Add some hints to the "real" database to automatically ↵ | Maxime Dénès | |
| discharge literal comparisons. | |||
| 2017-04-19 | Merge PR#538: Correction of bug #4306 | Maxime Dénès | |
| 2017-04-19 | Merge PR#570: Adding and fixing links in README. | Maxime Dénès | |
| 2017-04-19 | Merge PR#571: [toplevel] Fix #5475 | Maxime Dénès | |
| 2017-04-19 | [toplevel] Fix printing of parsing errors + corner case. | Emilio Jesus Gallego Arias | |
| PR #441 and #530 had an interesting interaction creating two bugs: - #441 stopped emitting feedback for the parser, however #530 changed the mechanism to print parser errors to the feedback, thus when the two patches were applied, parsing errors were not printed in batch_mode. - Additionally, #530 contains an error: prior to `Stm.init` we must take care of exceptions `require ()`/etc... otherwise they won't get printed. | |||
| 2017-04-18 | [toplevel] Fix #5475 | Emilio Jesus Gallego Arias | |
| This was a logic error in 63cfc77ddf3586262d905dc351b58669d185a55e, `Notice`-level messages should not be wrapped in `<infomsg>` tags. | |||
| 2017-04-18 | Adding and fixing links in README. | Théo Zimmermann | |
| 2017-04-17 | Add a test for bug #5321: clearbody breaks typing of goal. | Pierre-Marie Pédrot | |
| The bug has been solved as a side-effect of the EConstr branch. | |||
| 2017-04-15 | Merge branch 'v8.6' into trunk | Maxime Dénès | |
| 2017-04-15 | Merge PR#523: [readme] Add badges for Travis and Gitter. | Maxime Dénès | |
| 2017-04-14 | Fixing bug #5470 (anomaly on notations with misused "binder" type). | Hugo Herbelin | |
| 2017-04-14 | Fixing bug #5469 (notation format not recognizing curly braces). | Hugo Herbelin | |
| 2017-04-14 | Fix EOL characters in xml protocol documentation. | Maxime Dénès | |
| 2017-04-14 | Merge PR#556: Fix anomaly when doing [all:Check _.] during a proof. | Maxime Dénès | |
| 2017-04-14 | Fix anomaly when doing [all:Check _.] during a proof. | Gaetan Gilbert | |
| 2017-04-14 | Merge PR#557: [toplevel] Don't print goals if there is no pending proof. | Maxime Dénès | |
| 2017-04-14 | Merge PR#554: Update INSTALL now that -debug is the default. | Maxime Dénès | |
| 2017-04-14 | Merge PR#563: add XML protocol doc for 8.6 | Maxime Dénès | |
| 2017-04-14 | [travis] Use the lite target for fiat-crypto. | Maxime Dénès | |
| 2017-04-14 | Merge PR#559: Fix compilation with camlp5 transitional mode. | Maxime Dénès | |
