Erik Martin-Dorel

Results 79 issues of Erik Martin-Dorel

Hi @ejgallego, FYI after the bump of opam to 2.1.2 in `coqorg/base` (coq-community/docker-base#17), I rebuilt all `coqorg/coq` images ([pipeline](https://gitlab.com/coq-community/docker-coq/-/pipelines/507529655)) but some jobs failed: https://gitlab.com/coq-community/docker-coq/-/jobs/2284076471 https://gitlab.com/coq-community/docker-coq/-/jobs/2284076472 with the same error: ```bash...

I recently noticed that despite the availability of this new feature in docutils: https://sourceforge.net/p/docutils/feature-requests/28/ (which BTW can only be enabled **in HTML5**), the feature requested in cpitclaudel/alectryon#19 was not yet...

Hi @cpitclaudel, I'm not sure but I believe I found a small bug when processing `alectryon.py --frontend coq+rst --backend webpage foo.v` on this `foo.v` file: ```coq Check nat. (* .unfold...

status: help wanted
kind: help

Dear @cpitclaudel, @pPomCo and I like the `(company-coq-occur)` function very much (bound to `C-c C-,`) but it often happens that definitions and lemmas are not one-liners… so that we end...

When the DIffs feature (recently added in PG by @jfehrle) is enabled (menu `Coq > Diffs > "on"`), the extraction lemma C-c C-a C-x doesn't work out-of-the-box. MWE: ``` Require...

*[Follow-up of ]* Using current PG master and company-coq from MELPA, a right-click on a Coq phrase doesn't make the standard PG context menu to appear (for the expected feature,...

When enabling the "automatic Show Proof Diffs feature" (#487), the output of regular commands such as `Check nat.` etc. is not shown anymore. Here is another unexpected side effect: ```coq...

kind: bug

The [ci](https://github.com/ProofGeneral/PG/tree/master/ci) folder has been significantly extended by @hendriktews (and organized in several subfolders) when adding new tests, so the tests I had initially added could be structured in a...

kind: test

As pointed out in PR https://github.com/ProofGeneral/PG/pull/501, it would be nice to add at least one integration test for EasyCrypt in the GitHub-actions based CI. For the record, the two main...

help wanted
kind: infrastructure
kind: test

TODO: * Add `info` documentation for #490 * Add summary in `CHANGES`

kind: documentation