<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coq/test-suite/coq-makefile/plugin-reach-outside-API-and-fail, branch master</title>
<subtitle>The formal proof system</subtitle>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/'/>
<entry>
<title>[API] remove large file containing duplicate interfaces</title>
<updated>2017-12-27T13:19:59+00:00</updated>
<author>
<name>Enrico Tassi</name>
</author>
<published>2017-12-22T13:11:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=b37d3f199e4521e2ae20cc96f0f2b04acc36c7cc'/>
<id>b37d3f199e4521e2ae20cc96f0f2b04acc36c7cc</id>
<content type='text'>
... in favor of having Public/Internal sub modules in each and
every module grouping functions according to their intended client.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... in favor of having Public/Internal sub modules in each and
every module grouping functions according to their intended client.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing failing mkdir in test-suite for coq-makefile.</title>
<updated>2017-11-24T12:31:41+00:00</updated>
<author>
<name>Hugo Herbelin</name>
</author>
<published>2017-11-24T12:31:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=1077f801309cf4bd08eb0e63cf9a84271bcaf255'/>
<id>1077f801309cf4bd08eb0e63cf9a84271bcaf255</id>
<content type='text'>
Calling the test a second time after a make clean was failing due to
an existing "src" directory left by the first call.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Calling the test a second time after a make clean was failing due to
an existing "src" directory left by the first call.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove dependency of test-suite on git (fix #5725).</title>
<updated>2017-11-08T14:30:05+00:00</updated>
<author>
<name>Théo Zimmermann</name>
</author>
<published>2017-11-08T14:29:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=360d28670511d51c2b63692c9ce0f7ebe5f1ae3e'/>
<id>360d28670511d51c2b63692c9ce0f7ebe5f1ae3e</id>
<content type='text'>
The two lines that this commit remove are spurious as a `git clean -dfx || true`
is already performed in `test-suite/coq-makefile/template/init.sh`.
While this resolves the accidental dependency on git, I am still unhappy with
this call of `git clean -dfx`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The two lines that this commit remove are spurious as a `git clean -dfx || true`
is already performed in `test-suite/coq-makefile/template/init.sh`.
While this resolves the accidental dependency on git, I am still unhappy with
this call of `git clean -dfx`.
</pre>
</div>
</content>
</entry>
<entry>
<title>more verbose logs for coq-makefile</title>
<updated>2017-07-20T13:40:48+00:00</updated>
<author>
<name>Enrico Tassi</name>
</author>
<published>2017-07-17T12:03:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=82b197a87e154d5206d74dfe53f5b5f5215f1a3e'/>
<id>82b197a87e154d5206d74dfe53f5b5f5215f1a3e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for "-bypass-API" argument of "coq_makefile"</title>
<updated>2017-06-12T14:43:32+00:00</updated>
<author>
<name>Matej Košík</name>
</author>
<published>2017-05-30T08:49:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=c054dda76825435019ad1b29f7f4292d937d98f9'/>
<id>c054dda76825435019ad1b29f7f4292d937d98f9</id>
<content type='text'>
Plugin-writers can now use:

  -bypass-API

parameter with "coq_makefile".

The effect of that is that instead of

  -I API

the plugin will be compiled with:

  -I config" -I dev -I lib -I kernel -I library -I engine -I pretyping -I interp -I parsing -I proofs -I tactics -I toplevel -I printing -I intf -I grammar -I ide -I stm -I vernac
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Plugin-writers can now use:

  -bypass-API

parameter with "coq_makefile".

The effect of that is that instead of

  -I API

the plugin will be compiled with:

  -I config" -I dev -I lib -I kernel -I library -I engine -I pretyping -I interp -I parsing -I proofs -I tactics -I toplevel -I printing -I intf -I grammar -I ide -I stm -I vernac
</pre>
</div>
</content>
</entry>
</feed>
