| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-10-16 | Fix #514 + support for named goal selector. | Pierre Courtieu | |
| It was hard to separate this too fixes (same regexps). | |||
| 2020-10-16 | Fix #518: "Proof using" mode corrupts "Proof with tac". | Pierre Courtieu | |
| 2020-10-14 | Merge pull request #517 from Lysxia/hl-compute | Clément Pit-Claudel | |
| Highlight Compute | |||
| 2020-10-14 | Highlight Compute | Li-yao Xia | |
| 2020-09-11 | fix(coq/coq.el): spelling of "whether" (#512) | dymil | |
| 2020-09-11 | fix(CHANGES): spelling of "whether" (#511) | dymil | |
| 2020-09-11 | Update PhoX link and add https (#510) | dymil | |
| 2020-06-23 | Merge pull request #503 from hendriktews/issue-499-ancestor-append | Erik Martin-Dorel | |
| coq-par-compile: use hash for ancestors | |||
| 2020-06-20 | Merge pull request #501 from haselwarter/proof-shell-string-match-safe | Erik Martin-Dorel | |
| Use `proof-shell-string-match-safe` to avoid failing on `nil` regexp | |||
| 2020-06-19 | coq-par-compile: use hash for ancestors | Hendrik Tews | |
| The hash avoids an exponentially growing number of duplicates in the ancestor collection. Fixes #499 | |||
| 2020-06-18 | Use `proof-shell-string-match-safe` to avoid failing on `nil` regexp | Philipp G. Haselwarter | |
| Fixes a regression introduced in 22681a3caf2c8f45700585ea74dffbf48bb2ac19. In particular, the Coq module seems to be the only one currently setting `proof-show-proof-diffs-regexp`, causing an error for EasyCrypt. | |||
| 2020-06-15 | Add coloration for Ltac2 commands | Cyril Anaclet | |
| Close #489 | |||
| 2020-06-04 | New hook for early prompt/output analyzis. | Pierre Courtieu | |
| proof-state-change-pre-hook happens earlier than proof-state-change-hook, i.e. before proof-done-advancing. This should be used to register information in the currently processed span before proof-done-advancing classifies it. Historically PG design was to gather these information during proof-done-advancing (or in its hook called at the end) by just looking at the command statement. But it is often useful to look at the output (messages and/or prompt) to gather more accurate information. Some of this information may be needed DURING proof-done-advancing. Hence this early hook. | |||
| 2020-05-29 | Merge pull request #490 from ProofGeneral/feature/487 | Erik Martin-Dorel | |
| Improve PG support of Show Proof (Diffs): Display the proof terms stepwise in the *response* buffer. Close #487 | |||
| 2020-05-29 | refactor: Remove unneeded coq-should-response | Erik Martin-Dorel | |
| 2020-05-29 | Minor changes | Anaclet | |
| 2020-05-29 | Fix the test 081 | Anaclet | |
| 2020-05-29 | Add tests and flags system | Anaclet | |
| 2020-05-29 | fix: backtrack for "Show Proof" disabled | Anaclet | |
| 2020-05-29 | fix: backtrack wrong type argument | Anaclet | |
| 2020-05-29 | fix: Do "Show Proof…" (with "?Goal") as soon as the proof is started | Erik Martin-Dorel | |
| 2020-05-29 | test: Add regression test (currently failing) | Erik Martin-Dorel | |
| 2020-05-29 | Apply reviews of @erikmd | Cyril Anaclet | |
| 2020-05-29 | WIP for #487 | Cyril Anaclet | |
| 2020-05-29 | Fix name clash & rephrase some strings | Erik Martin-Dorel | |
| 2020-05-29 | All case for Show and regex variable | Cyril Anaclet | |
| 2020-05-29 | First try for feature #487 | Cyril Anaclet | |
| 2020-05-28 | Merge pull request #496 | Erik Martin-Dorel | |
| fix: test files should not provide features Fix #493 further | |||
| 2020-05-28 | Added a few coq commands. | Pierre Courtieu | |
| 2020-05-28 | fix: test files should not provide features | Erik Martin-Dorel | |
| href: https://github.com/ProofGeneral/PG/issues/493#issuecomment-634493988 | |||
| 2020-05-28 | Fix default value for proof-shell-last-cmd-left-goals-p. | Pierre Courtieu | |
| This variable was still not used anywhere, but will soon. | |||
| 2020-05-27 | Add proof-shell-last-cmd-left-goals-p. | Pierre Courtieu | |
| Prover specific analyzis of the last prompt/output to determine if there are open goals left. | |||
| 2020-05-26 | [CI] Also run integration tests with Coq 8.9.1 and 8.10.2 | Erik Martin-Dorel | |
| href: https://github.com/coq-community/docker-coq/wiki#supported-tags | |||
| 2020-05-26 | fix: test files should not provide features | Erik Martin-Dorel | |
| Close #493 | |||
| 2020-05-06 | Merge pull request #488 from Flupp/doc-info-menu-fix | Erik Martin-Dorel | |
| doc/ProofGeneral.texi: fix makeinfo | |||
| 2020-05-06 | test: Add CI step to build the doc | Erik Martin-Dorel | |
| * Only build the info manual. * Otherwise we would get the following issue: $ texi2pdf PG-adapting.texi You don't have a working TeX binary (tex) installed anywhere in your PATH, and texi2dvi cannot proceed without one. If you want to use this script, you'll need to install TeX (if you don't have it) or change your PATH or TEX environment variable (if you do). See the --help output for more details. For information about obtaining TeX, please see http://tug.org/texlive, Makefile.doc:50: recipe for target 'PG-adapting.pdf' failed or do a web search for TeX and your operating system or distro. On Debian you can install a working TeX system with apt-get install texlive | |||
| 2020-05-06 | doc/ProofGeneral.texi: fix makeinfo | Toni Dietze | |
| Fixes the following error: node `Coq Proof General' lacks menu item for `Proof using annotations' despite being its Up target | |||
| 2020-05-04 | Merge pull request #486 from ProofGeneral/coq-tests-for-master | Erik Martin-Dorel | |
| Coq tests for master | |||
| 2020-05-04 | docs: Add a comment in ci/test_wholefile.v | Erik Martin-Dorel | |
| * see also https://github.com/ProofGeneral/PG/issues/485 | |||
| 2020-05-04 | add test | Cyril Anaclet | |
| 2020-05-04 | Fixing #485, bug on proof without "Proof". | Pierre Courtieu | |
| Due to a re-search that should fail silently. | |||
| 2020-05-04 | refactor: Rename test file | Erik Martin-Dorel | |
| 2020-05-04 | test: Remove "Proof." workaround | Erik Martin-Dorel | |
| 2020-05-04 | docs: Add docstrings in tests | Erik Martin-Dorel | |
| 2020-05-04 | Fixing #485, bug on proof without "Proof". | Pierre Courtieu | |
| Due to a re-search that should fail silently. | |||
| 2020-05-04 | refactor: Remove unneeded auxiliary functions & Use "coq-" prefix | Erik Martin-Dorel | |
| 2020-05-04 | fix: ert.json | Erik Martin-Dorel | |
| * The zone between "Test ... condition:" & "FAILED ..." can have more than 1 line! | |||
| 2020-05-04 | fix: Tweak comments and workaround ProofGeneral/PG#485 | Erik Martin-Dorel | |
| 2020-05-04 | test: Add tests and some fix | Cyril Anaclet | |
| 2020-05-01 | fix: add some "sudo chown coq:coq" command | Erik Martin-Dorel | |
| * This should solve the "(buffer-read-only #<buffer test1.v>)" error, probably due to permission issues. | |||
