<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coq/.github/CODEOWNERS, branch master</title>
<subtitle>The formal proof system</subtitle>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/'/>
<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>[sysinit] move initialization code from coqtop to here</title>
<updated>2021-01-27T08:45:49+00:00</updated>
<author>
<name>Enrico Tassi</name>
</author>
<published>2021-01-06T13:19:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=4c4d6cfacf92b555546055a45edc19b68245b83c'/>
<id>4c4d6cfacf92b555546055a45edc19b68245b83c</id>
<content type='text'>
We also spill (some) non-generic arguments and initialization code
out of coqargs and to coqtop, namely colors for the terminal. There are
more of these, left to later commits.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We also spill (some) non-generic arguments and initialization code
out of coqargs and to coqtop, namely colors for the terminal. There are
more of these, left to later commits.
</pre>
</div>
</content>
</entry>
<entry>
<title>[ci] windows job based on the platform</title>
<updated>2021-01-05T09:38:52+00:00</updated>
<author>
<name>Enrico Tassi</name>
</author>
<published>2020-12-08T10:41:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=16cd0d5cfc0c4702b8220dad8e91f31a89d904ba'/>
<id>16cd0d5cfc0c4702b8220dad8e91f31a89d904ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>{new,setoid_}ring -&gt; ring</title>
<updated>2020-10-02T11:23:30+00:00</updated>
<author>
<name>Maxime Dénès</name>
</author>
<published>2020-09-18T12:15:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=4476f64dc87fb86738fc4c9f939113b70843c035'/>
<id>4476f64dc87fb86738fc4c9f939113b70843c035</id>
<content type='text'>
I believe this renaming makes it easier for new contributors to discover
the code of `ring`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I believe this renaming makes it easier for new contributors to discover
the code of `ring`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge PR #12849: Rename VM-related kernel/cfoo files to kernel/vmfoo</title>
<updated>2020-08-27T14:50:45+00:00</updated>
<author>
<name>Pierre-Marie Pédrot</name>
</author>
<published>2020-08-27T14:50:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=1abf7c94f97948f8171c2fe1fec99cd890e8d1f6'/>
<id>1abf7c94f97948f8171c2fe1fec99cd890e8d1f6</id>
<content type='text'>
Reviewed-by: gares
Reviewed-by: ppedrot
Reviewed-by: silene
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: gares
Reviewed-by: ppedrot
Reviewed-by: silene
</pre>
</div>
</content>
</entry>
<entry>
<title>Add /dev/bench to CODEOWNERS</title>
<updated>2020-08-25T07:06:45+00:00</updated>
<author>
<name>Gaëtan Gilbert</name>
</author>
<published>2020-08-25T07:06:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=1b2d2bdaa44798377fb2e853278013621140e6d5'/>
<id>1b2d2bdaa44798377fb2e853278013621140e6d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Actions to CI realm in CODEOWNERS.</title>
<updated>2020-08-21T14:31:04+00:00</updated>
<author>
<name>Théo Zimmermann</name>
</author>
<published>2020-08-12T16:14:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=6f185424a9b8299b3e32ffbed110d5372a786b04'/>
<id>6f185424a9b8299b3e32ffbed110d5372a786b04</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename VM-related kernel/cfoo files to kernel/vmfoo</title>
<updated>2020-08-18T11:07:54+00:00</updated>
<author>
<name>Gaëtan Gilbert</name>
</author>
<published>2020-08-18T11:07:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=4ee0cedff7726a56ebd53125995a7ae131660b4a'/>
<id>4ee0cedff7726a56ebd53125995a7ae131660b4a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix an ordering bug in the CODEOWNERS file following #11529.</title>
<updated>2020-04-27T16:00:57+00:00</updated>
<author>
<name>Théo Zimmermann</name>
</author>
<published>2020-04-27T16:00:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=c47bc405275010e442402ead0f843014b7dab3c3'/>
<id>c47bc405275010e442402ead0f843014b7dab3c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge PR #11529: [build] Consolidate stdlib's .v files under a single directory.</title>
<updated>2020-02-18T18:47:40+00:00</updated>
<author>
<name>Théo Zimmermann</name>
</author>
<published>2020-02-18T18:47:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=f208f65ee8ddb40c9195b5c06475eabffeae0401'/>
<id>f208f65ee8ddb40c9195b5c06475eabffeae0401</id>
<content type='text'>
Reviewed-by: Zimmi48
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: Zimmi48
</pre>
</div>
</content>
</entry>
</feed>
