| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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. | |||
| 2020-05-01 | test: Add ert-problem-matcher for CI workflow | Erik Martin-Dorel | |
| 2020-05-01 | test: Slightly increase 'ert-batch-backtrace-right-margin | Erik Martin-Dorel | |
| 2020-04-30 | [WIP] add 2 tests | Cyril Anaclet | |
| 2020-04-29 | fix: ERT tests OK in batch & interactive mode at once | Erik Martin-Dorel | |
| 2020-04-29 | ci: Build all branches for now | Erik Martin-Dorel | |
| TODO: revert this commit before creating a Pull Request | |||
| 2020-04-29 | fix: coq-tests.el and related files | Erik Martin-Dorel | |
| * The "./test1.v" relative filename triggered an issue => use (coq-test-full-path "test1.v") * The (coq-test-cmd "...") was not optimal for coq-test-print => use (progn (coq-test-goto-before "(*some-unique-identifier*)") (proof-goto-point) (proof-shell-wait)) * The (string-trim "...") function was not defined in batch mode => use (require 'subr-x) & Remove forgotten "(setq temp" snippet. | |||
| 2020-04-29 | fix(test.sh): $_dir naming | Erik Martin-Dorel | |
| 2020-04-29 | Add ERT tests (WIP) | Cyril Anaclet | |
| Co-authored-by: Cyril Anaclet <cyril.anaclet@gmail.com> Co-authored-by: Erik Martin-Dorel <erik.martin-dorel@irit.fr> | |||
| 2020-04-29 | Add a test | Cyril Anaclet | |
| 2020-04-27 | [CI] fail-fast:=false | Erik Martin-Dorel | |
| href: https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idstrategyfail-fast | |||
| 2020-04-27 | [CI] Use coq-community/docker-coq-action@v1 | Erik Martin-Dorel | |
| 2020-04-22 | [CI] Use erikmd/docker-coq-action@master | Erik Martin-Dorel | |
| 2020-04-21 | Merge pull request #483 from ProofGeneral/use-github-actions | Erik Martin-Dorel | |
| Use GitHub actions | |||
| 2020-04-21 | docs(README.md): Update CI badge | Erik Martin-Dorel | |
| 2020-04-21 | [CI] Tweak max-parallel spec | Erik Martin-Dorel | |
