<feed xmlns='http://www.w3.org/2005/Atom'>
<title>proof-general/.github/workflows, branch master</title>
<subtitle>Emacs plugins for proof management systems</subtitle>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/proof-general/'/>
<entry>
<title>Merge pull request #553 from ProofGeneral/test-emacsen</title>
<updated>2021-02-27T19:42:42+00:00</updated>
<author>
<name>Erik Martin-Dorel</name>
</author>
<published>2021-02-27T19:42:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/proof-general/commit/?id=7844e312b2a192c4245d0d05c12908efc5730e3b'/>
<id>7844e312b2a192c4245d0d05c12908efc5730e3b</id>
<content type='text'>
test: Add Emacs 27.1 in CI &amp; Bump the minimal-required version of Emacs (24.5 for now)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
test: Add Emacs 27.1 in CI &amp; Bump the minimal-required version of Emacs (24.5 for now)</pre>
</div>
</content>
</entry>
<entry>
<title>test: Add Emacs 27.1 &amp; Remove Emacs 24.3, 24.4 CI tests</title>
<updated>2021-02-25T15:36:32+00:00</updated>
<author>
<name>Erik Martin-Dorel</name>
</author>
<published>2021-02-25T15:24:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/proof-general/commit/?id=3b93f2e1149ebd13e97d6fd4954269c07fe210bd'/>
<id>3b93f2e1149ebd13e97d6fd4954269c07fe210bd</id>
<content type='text'>
* Document (in README.md) the proposed policy: supporting Emacsen from
  the versions packaged in Debian Stable / Ubuntu LTS until their EOS.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Document (in README.md) the proposed policy: supporting Emacsen from
  the versions packaged in Debian Stable / Ubuntu LTS until their EOS.
</pre>
</div>
</content>
</entry>
<entry>
<title>protect uses of coq-callcoq</title>
<updated>2021-02-22T22:25:30+00:00</updated>
<author>
<name>Hendrik Tews</name>
</author>
<published>2021-02-22T22:00:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/proof-general/commit/?id=76fe29c9b121a0010a0f24b5cca5ac706683e3c3'/>
<id>76fe29c9b121a0010a0f24b5cca5ac706683e3c3</id>
<content type='text'>
Uses of coq-callcoq need to correctly handle nil as result for
the case that coq-callcoq fails.

Additionally, add a regression test.

Fixes #551
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Uses of coq-callcoq need to correctly handle nil as result for
the case that coq-callcoq fails.

Additionally, add a regression test.

Fixes #551
</pre>
</div>
</content>
</entry>
<entry>
<title>new github action for make magic</title>
<updated>2021-02-13T17:22:49+00:00</updated>
<author>
<name>Hendrik Tews</name>
</author>
<published>2021-01-31T21:23:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/proof-general/commit/?id=7f52ca16c0ea17cc388c9c9d07e5c46c9e56ba14'/>
<id>7f52ca16c0ea17cc388c9c9d07e5c46c9e56ba14</id>
<content type='text'>
This action checks that
- make -C doc magic works
- the manual is currently up-to-date
The second check fails when somebody changes variable or function
documentation of something that appears in one of the manuals
without updating the manuals at the same time. Further, it fails
when emacs changes such that the function `texi-docstring-magic'
produces different output.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This action checks that
- make -C doc magic works
- the manual is currently up-to-date
The second check fails when somebody changes variable or function
documentation of something that appears in one of the manuals
without updating the manuals at the same time. Further, it fails
when emacs changes such that the function `texi-docstring-magic'
produces different output.
</pre>
</div>
</content>
</entry>
<entry>
<title>ensure vo compilation for tests, increase parallelism, more config output</title>
<updated>2020-12-19T15:43:49+00:00</updated>
<author>
<name>Hendrik Tews</name>
</author>
<published>2020-12-16T22:21:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/proof-general/commit/?id=221b68de1a06c0833fb91e26f27721e8f928d45c'/>
<id>221b68de1a06c0833fb91e26f27721e8f928d45c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>enable coq background compilation tests in github CI</title>
<updated>2020-12-19T15:43:49+00:00</updated>
<author>
<name>Hendrik Tews</name>
</author>
<published>2020-12-09T19:33:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/proof-general/commit/?id=8bca3fbcf3e2aa51e1035ec0349dc52b652bb9ad'/>
<id>8bca3fbcf3e2aa51e1035ec0349dc52b652bb9ad</id>
<content type='text'>
extend the github workflow to additionally run the tests in
ci/compile-tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
extend the github workflow to additionally run the tests in
ci/compile-tests
</pre>
</div>
</content>
</entry>
<entry>
<title>[CI] Also run integration tests with Coq 8.9.1 and 8.10.2</title>
<updated>2020-05-26T20:33:24+00:00</updated>
<author>
<name>Erik Martin-Dorel</name>
</author>
<published>2020-05-25T13:54:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/proof-general/commit/?id=3ebb5ad5bf0837e0ed7914ec43e803c99130c911'/>
<id>3ebb5ad5bf0837e0ed7914ec43e803c99130c911</id>
<content type='text'>
href: https://github.com/coq-community/docker-coq/wiki#supported-tags
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
href: https://github.com/coq-community/docker-coq/wiki#supported-tags
</pre>
</div>
</content>
</entry>
<entry>
<title>test: Add CI step to build the doc</title>
<updated>2020-05-06T19:37:17+00:00</updated>
<author>
<name>Erik Martin-Dorel</name>
</author>
<published>2020-05-06T19:20:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/proof-general/commit/?id=c3304c49c9d3c1c304e64e34b85ee032b28f3cbe'/>
<id>c3304c49c9d3c1c304e64e34b85ee032b28f3cbe</id>
<content type='text'>
* 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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 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
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: add some "sudo chown coq:coq" command</title>
<updated>2020-05-01T01:36:27+00:00</updated>
<author>
<name>Erik Martin-Dorel</name>
</author>
<published>2020-05-01T01:36:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/proof-general/commit/?id=31108dc120285765142b2bb4f44f34febbe79188'/>
<id>31108dc120285765142b2bb4f44f34febbe79188</id>
<content type='text'>
* This should solve the "(buffer-read-only #&lt;buffer test1.v&gt;)" error,
  probably due to permission issues.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* This should solve the "(buffer-read-only #&lt;buffer test1.v&gt;)" error,
  probably due to permission issues.
</pre>
</div>
</content>
</entry>
<entry>
<title>test: Add ert-problem-matcher for CI workflow</title>
<updated>2020-05-01T00:54:28+00:00</updated>
<author>
<name>Erik Martin-Dorel</name>
</author>
<published>2020-05-01T00:27:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/proof-general/commit/?id=5d3ca2c07392c36f9caea67bbbc4c14661c8fa08'/>
<id>5d3ca2c07392c36f9caea67bbbc4c14661c8fa08</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
