| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2020-04-21 | [CI] Fix on/(push,pull_request) spec | Erik Martin-Dorel | |
| 2020-04-21 | s/4.07-flambda/minimal/ | Erik Martin-Dorel | |
| 2020-04-21 | fix: Install emacs in the Docker container | Erik Martin-Dorel | |
| 2020-04-17 | feat: Update test.yml to trigger integration tests | Erik Martin-Dorel | |
| * Fix test.sh so it can be run from the parent dir | |||
| 2020-04-17 | feat: Add first version of coq-tests.el | Erik Martin-Dorel | |
| TODO: Expand it using - https://github.com/rejeep/ert-async.el - and/or https://www.gnu.org/software/emacs/manual/html_node/ert/index.html | |||
| 2020-04-17 | chore: Add shell script to automate the tests | Erik Martin-Dorel | |
| * Inspired by https://github.com/pfitaxel/learn-ocaml.el/blob/master/test.sh (under license MIT) | |||
| 2020-04-16 | chore: Add init-tests.el | Erik Martin-Dorel | |
| * Taken from https://github.com/pfitaxel/learn-ocaml.el/blob/master/tests/init-tests.el (under license MIT) | |||
| 2020-04-16 | feat: Add GitHub-action workflow | Erik Martin-Dorel | |
| 2020-04-16 | feat: Remove Travis CI configuration | Erik Martin-Dorel | |
| 2020-04-16 | Fix hide/show proof. | Pierre Courtieu | |
| Bug described by @MdeLv at: https://github.com/coq/coq/issues/12088#issuecomment-613266520 | |||
| 2020-04-15 | Fix a bug in detection of "Proof." when "proof using" insertion | Pierre Courtieu | |
| 2020-04-15 | Fixed disabled proof using menu. | Pierre Courtieu | |
| 2020-04-15 | add CHANGES entry for vos | Hendrik Tews | |
| 2020-04-15 | update documentation for vos compilation | Hendrik Tews | |
| 2020-04-15 | menu entry for coq-compile-vos | Hendrik Tews | |
| 2020-04-15 | coq-par-compile: support -vos for coq >= 8.11 and default setting change | Hendrik Tews | |
| This commit adds support for the new -vos compilation. For coq >= 8.11 only -vos can be used, depending on the config option coq-compile-vos. For coq < 8.11 only -quick/-vio is used, depending on option coq-compile-quick, as before. For a smooth upgrade path, if coq-compile-vos has not been configured, the users intention on whether to use -vos or not for coq >= 8.11 is derived from coq-compile-quick. Some defaults have been changed: - parallel background compilation is the default now in case coq-compile-before-require is enabled. - for coq < 8.11, quick/vio compilation with delayed vio-to-vo conversion is now the default | |||
| 2020-04-15 | Span menu entry for proof using annotation + doc. | Pierre Courtieu | |
| 2020-04-10 | docs: Update CHANGES after issue #479 and PR #480 | Erik Martin-Dorel | |
| * Make (coq-insert-intros) conditionnaly insert `move=>` or `intros` | |||
| 2020-04-10 | Merge branch 'master' of https://github.com/ProofGeneral/PG | Pierre Courtieu | |
| 2020-04-10 | Fixed proof using annotation mechanism. | Pierre Courtieu | |
| I ended up using (in a slight devious way) the lemma dependency mechanism of PG: the dependency information stored in the span is only the ones suggested by coq: only the one that should appear in theproof using annotation (and only when coq felt the need to suggest them. | |||
| 2020-04-10 | Merge pull request #480 from CyrilAnac/master | Erik Martin-Dorel | |
| feat(coq-insert-intros): Conditionally insert `move=>` or `intros` | |||
| 2020-04-10 | Close #479 | cyrilzak31 | |
