<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coq/plugins/ssrsearch, 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>A step towards supporting pattern cast deeplier.</title>
<updated>2020-11-20T18:41:20+00:00</updated>
<author>
<name>Hugo Herbelin</name>
</author>
<published>2020-10-24T11:18:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=23924afa0e4d7ed9ca58fbf5f69dc57685d593fa'/>
<id>23924afa0e4d7ed9ca58fbf5f69dc57685d593fa</id>
<content type='text'>
We at least support a cast at the top of patterns in notations.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We at least support a cast at the top of patterns in notations.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add preliminary support for notations with large class (non-recursive) binders.</title>
<updated>2020-11-20T18:41:17+00:00</updated>
<author>
<name>Hugo Herbelin</name>
</author>
<published>2020-10-23T20:58:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=52b93b587b9cb53b0ed11c7d6cf5f328d7ee1479'/>
<id>52b93b587b9cb53b0ed11c7d6cf5f328d7ee1479</id>
<content type='text'>
We introduce a class of open binders which includes "x", "x:t", "'pat"
and a class of closed binders which includes "x", "(x:t)", "'pat".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We introduce a class of open binders which includes "x", "x:t", "'pat"
and a class of closed binders which includes "x", "(x:t)", "'pat".
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove warning on SSR Search having moved.</title>
<updated>2020-11-04T11:38:31+00:00</updated>
<author>
<name>Théo Zimmermann</name>
</author>
<published>2020-10-21T09:05:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=e047599a7851d5c757635e966067ca9271577692'/>
<id>e047599a7851d5c757635e966067ca9271577692</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #11121: Simultaneous definition of term and notation in custom grammar</title>
<updated>2020-07-03T11:13:02+00:00</updated>
<author>
<name>Maxime Dénès</name>
</author>
<published>2020-06-16T15:09:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=53e19f76624b7a18792af799e970e9478f8e90a9'/>
<id>53e19f76624b7a18792af799e970e9478f8e90a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding missing DECLARE PLUGIN so that compilation with -natdynlink no works.</title>
<updated>2020-05-28T15:02:55+00:00</updated>
<author>
<name>Hugo Herbelin</name>
</author>
<published>2020-05-28T14:47:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=19c8ac834c4f43b1fd0c49aad286a4e5bebf0ce5'/>
<id>19c8ac834c4f43b1fd0c49aad286a4e5bebf0ce5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[search] [ssr] Emit deprecated message when calling search from ssreflect</title>
<updated>2020-05-18T10:19:58+00:00</updated>
<author>
<name>Emilio Jesus Gallego Arias</name>
</author>
<published>2020-05-17T11:45:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=57c023fe6b5c7f97403d849f7ca618c98d1af1a4'/>
<id>57c023fe6b5c7f97403d849f7ca618c98d1af1a4</id>
<content type='text'>
but ssrsearch is not loaded.

Fixes #12338
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
but ssrsearch is not loaded.

Fixes #12338
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleaning the use of pstate and evar_map in Search.</title>
<updated>2020-05-15T16:22:00+00:00</updated>
<author>
<name>Hugo Herbelin</name>
</author>
<published>2020-05-11T15:41:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=50374354b7ced786d68d45884295a4c770642123'/>
<id>50374354b7ced786d68d45884295a4c770642123</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move SSR's Search to a new plugin and deprecate it.</title>
<updated>2020-05-15T16:05:11+00:00</updated>
<author>
<name>Théo Zimmermann</name>
</author>
<published>2020-05-11T15:41:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=023d189aa201c8d5c71bc7de3e98725273d01b4f'/>
<id>023d189aa201c8d5c71bc7de3e98725273d01b4f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
