<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coq/test-suite/Makefile, branch master</title>
<subtitle>The formal proof system</subtitle>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/'/>
<entry>
<title>test-suite: add approve-coqdoc to update all coqdoc output files at once.</title>
<updated>2021-04-23T13:00:57+00:00</updated>
<author>
<name>Hugo Herbelin</name>
</author>
<published>2021-04-23T12:56:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=7e0c8172703111a026477cf704f50af9468f8f0a'/>
<id>7e0c8172703111a026477cf704f50af9468f8f0a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[build] Split stdlib to it's own opam package.</title>
<updated>2021-03-03T15:06:14+00:00</updated>
<author>
<name>Emilio Jesus Gallego Arias</name>
</author>
<published>2020-06-22T15:52:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=ab98d847d237af3cd0e46edef42218be65cfc98f'/>
<id>ab98d847d237af3cd0e46edef42218be65cfc98f</id>
<content type='text'>
We introduce a new package structure for Coq:

- `coq-core`: Coq's OCaml tools code and plugins
- `coq-stdlib`: Coq's stdlib [.vo files]
- `coq`: meta-package that pulls `coq-{core,stdlib}`

This has several advantages, in particular it allows to install Coq
without the stdlib which is useful in several scenarios, it also open
the door towards a versioning of the stdlib at the package level.

The main user-visible change is that Coq's ML development files now
live in `$lib/coq-core`, for compatibility in the regular build we
install a symlink and support both setups for a while.

Note that plugin developers and even `coq_makefile` should actually
rely on `ocamlfind` to locate Coq's OCaml libs as to be more robust.

There is a transient state where we actually look for both
`$coqlib/plugins` and `$coqlib/../coq-core/plugins` as to support
the non-ocamlfind plus custom variables.

This will be much improved once #13617 is merged (which requires this
PR first), then, we will introduce a `coq.boot` library so finally
`coqdep`, `coqchk`, etc... can share the same path setup code.

IMHO the plan should work fine.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We introduce a new package structure for Coq:

- `coq-core`: Coq's OCaml tools code and plugins
- `coq-stdlib`: Coq's stdlib [.vo files]
- `coq`: meta-package that pulls `coq-{core,stdlib}`

This has several advantages, in particular it allows to install Coq
without the stdlib which is useful in several scenarios, it also open
the door towards a versioning of the stdlib at the package level.

The main user-visible change is that Coq's ML development files now
live in `$lib/coq-core`, for compatibility in the regular build we
install a symlink and support both setups for a while.

Note that plugin developers and even `coq_makefile` should actually
rely on `ocamlfind` to locate Coq's OCaml libs as to be more robust.

There is a transient state where we actually look for both
`$coqlib/plugins` and `$coqlib/../coq-core/plugins` as to support
the non-ocamlfind plus custom variables.

This will be much improved once #13617 is merged (which requires this
PR first), then, we will introduce a `coq.boot` library so finally
`coqdep`, `coqchk`, etc... can share the same path setup code.

IMHO the plan should work fine.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge PR #13248: Build all_stdlib.v in test suite makefile</title>
<updated>2020-11-20T22:02:10+00:00</updated>
<author>
<name>coqbot-app[bot]</name>
</author>
<published>2020-11-20T22:02:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=5b15fce17d856dfbd51482f724ddf5e5f9646073'/>
<id>5b15fce17d856dfbd51482f724ddf5e5f9646073</id>
<content type='text'>
Reviewed-by: ejgallego
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: ejgallego
</pre>
</div>
</content>
</entry>
<entry>
<title>[CI] Deactivate native-compiler for a few tests that fail with it</title>
<updated>2020-11-20T18:08:08+00:00</updated>
<author>
<name>Pierre Roux</name>
</author>
<published>2020-11-14T11:25:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=787c4583d685e4059c2a08cdb9fe0bbfa99e255e'/>
<id>787c4583d685e4059c2a08cdb9fe0bbfa99e255e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Build all_stdlib.v in test suite makefile</title>
<updated>2020-11-20T15:52:58+00:00</updated>
<author>
<name>Gaëtan Gilbert</name>
</author>
<published>2020-10-22T13:30:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=76ab524320e3d4c006c6c94372e0cfda2b62c76e'/>
<id>76ab524320e3d4c006c6c94372e0cfda2b62c76e</id>
<content type='text'>
instead of recursive make
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
instead of recursive make
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix running unit tests with dune compiled coq</title>
<updated>2020-11-10T13:25:39+00:00</updated>
<author>
<name>Gaëtan Gilbert</name>
</author>
<published>2020-11-10T13:24:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=400f852347be1b038369878df997bf537ff1f3d0'/>
<id>400f852347be1b038369878df997bf537ff1f3d0</id>
<content type='text'>
(for runs outside dune, ie "make -C test-suite unit-tests" rather than
"dune build @runtest")

Fix #13333
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(for runs outside dune, ie "make -C test-suite unit-tests" rather than
"dune build @runtest")

Fix #13333
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated .csdp.cache.test-suite and minor fixes</title>
<updated>2020-09-15T13:56:39+00:00</updated>
<author>
<name>BESSON Frederic</name>
</author>
<published>2020-09-11T15:22:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=6b379b22f445c970237d815cbbbf9dfa33e055d2'/>
<id>6b379b22f445c970237d815cbbbf9dfa33e055d2</id>
<content type='text'>
-  merlin.in : added zarith
- test-suite/Makefile remove .csdp.cache on make clean

updated .csdp.cache.test-suite
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-  merlin.in : added zarith
- test-suite/Makefile remove .csdp.cache on make clean

updated .csdp.cache.test-suite
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge PR #12798: Change OUnit package name to ounit2.</title>
<updated>2020-08-25T10:54:19+00:00</updated>
<author>
<name>coqbot-app[bot]</name>
</author>
<published>2020-08-25T10:54:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=ba3ff67b1b680a7deb3fddacb7134d5e38228602'/>
<id>ba3ff67b1b680a7deb3fddacb7134d5e38228602</id>
<content type='text'>
Reviewed-by: ejgallego
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: ejgallego
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge PR #12835: Slightly reorganising the test suite to follow its documentation</title>
<updated>2020-08-24T14:40:58+00:00</updated>
<author>
<name>Hugo Herbelin</name>
</author>
<published>2020-08-24T14:40:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=d49b9f298e46df177400cae775a1c22879543456'/>
<id>d49b9f298e46df177400cae775a1c22879543456</id>
<content type='text'>
Reviewed-by: SkySkimmer
Reviewed-by: herbelin
Reviewed-by: jfehrle
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: SkySkimmer
Reviewed-by: herbelin
Reviewed-by: jfehrle
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge PR #12864: Improve `make approve-output`</title>
<updated>2020-08-24T11:49:20+00:00</updated>
<author>
<name>Gaëtan Gilbert</name>
</author>
<published>2020-08-24T11:49:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=f42b28ed0cfd200395a4a32fd1ebe6a7f73a7ddb'/>
<id>f42b28ed0cfd200395a4a32fd1ebe6a7f73a7ddb</id>
<content type='text'>
Reviewed-by: SkySkimmer
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: SkySkimmer
</pre>
</div>
</content>
</entry>
</feed>
