<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coq/.ocamlformat, branch master</title>
<subtitle>The formal proof system</subtitle>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/'/>
<entry>
<title>[ocamlformat] Update to ocamlformat 0.15.0</title>
<updated>2020-09-14T16:32:33+00:00</updated>
<author>
<name>Emilio Jesus Gallego Arias</name>
</author>
<published>2020-09-07T17:17:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=1f1ac8a5eb8ae20533eaacf1e6445e411e2f9cb9'/>
<id>1f1ac8a5eb8ae20533eaacf1e6445e411e2f9cb9</id>
<content type='text'>
This is necessary to support OCaml 4.11 in development.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is necessary to support OCaml 4.11 in development.
</pre>
</div>
</content>
</entry>
<entry>
<title>[ci] [docker] Bump ocamlformat and dune</title>
<updated>2020-05-19T16:57:05+00:00</updated>
<author>
<name>Emilio Jesus Gallego Arias</name>
</author>
<published>2020-05-19T16:46:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=a89ea61714feb69a62f021a69ed7fdca2e2ff6f5'/>
<id>a89ea61714feb69a62f021a69ed7fdca2e2ff6f5</id>
<content type='text'>
cc: #12350
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
cc: #12350
</pre>
</div>
</content>
</entry>
<entry>
<title>[ocamlformat] Update to 0.14.0</title>
<updated>2020-04-13T21:17:14+00:00</updated>
<author>
<name>Emilio Jesus Gallego Arias</name>
</author>
<published>2020-04-08T21:29:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=bfc26bc3d13af4c6142e716d33e208a3382639fb'/>
<id>bfc26bc3d13af4c6142e716d33e208a3382639fb</id>
<content type='text'>
No diff to sources (luckily), see release notes at
https://discuss.ocaml.org/t/ann-ocamlformat-0-14-0/5435 for more
information.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
No diff to sources (luckily), see release notes at
https://discuss.ocaml.org/t/ann-ocamlformat-0-14-0/5435 for more
information.
</pre>
</div>
</content>
</entry>
<entry>
<title>ocamlformat: use whitelist instead of blacklist</title>
<updated>2020-03-30T17:02:55+00:00</updated>
<author>
<name>Gaëtan Gilbert</name>
</author>
<published>2020-03-30T17:02:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=2b78aa38c2c75f99eaff3e3b1575eab3d5c76677'/>
<id>2b78aa38c2c75f99eaff3e3b1575eab3d5c76677</id>
<content type='text'>
Using disable=true in .ocamlformat and disable=false in sub
.ocamlformat works fine.

Note that disable=true must be after the `profile` setting otherwise
it gets reset
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using disable=true in .ocamlformat and disable=false in sub
.ocamlformat works fine.

Note that disable=true must be after the `profile` setting otherwise
it gets reset
</pre>
</div>
</content>
</entry>
<entry>
<title>[ocamlformat] Use doc-comments=before style.</title>
<updated>2020-03-26T01:35:43+00:00</updated>
<author>
<name>Emilio Jesus Gallego Arias</name>
</author>
<published>2020-03-15T20:41:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=7e6b2c6311933f8ef947935f5d4b5897816ab3e4'/>
<id>7e6b2c6311933f8ef947935f5d4b5897816ab3e4</id>
<content type='text'>
IMHO it is a bit more logical, WDYT?
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
IMHO it is a bit more logical, WDYT?
</pre>
</div>
</content>
</entry>
<entry>
<title>[ocamformat] Update to 0.13.0</title>
<updated>2020-03-19T21:22:01+00:00</updated>
<author>
<name>Emilio Jesus Gallego Arias</name>
</author>
<published>2020-03-08T07:32:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=773e0a0cb5f612d9c9dc3ab4d5e850bc8c5e5e1c'/>
<id>773e0a0cb5f612d9c9dc3ab4d5e850bc8c5e5e1c</id>
<content type='text'>
We include the `version=0.13.0` field that should help users not to
use the wrong version. `disable=true` still seems a noop with `dune`.

There are some minor changes in the way comments are formatted; I'm
unsure if this is due to the `wrap-comments` option; as always; tweaks
to the config are most welcome.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We include the `version=0.13.0` field that should help users not to
use the wrong version. `disable=true` still seems a noop with `dune`.

There are some minor changes in the way comments are formatted; I'm
unsure if this is due to the `wrap-comments` option; as always; tweaks
to the config are most welcome.
</pre>
</div>
</content>
</entry>
<entry>
<title>[micromega] Enable ocamlformat.</title>
<updated>2019-12-13T20:27:08+00:00</updated>
<author>
<name>Emilio Jesus Gallego Arias</name>
</author>
<published>2019-12-13T14:41:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=8b8a3858f34782eeb489c43c758e8c8c1f75c108'/>
<id>8b8a3858f34782eeb489c43c758e8c8c1f75c108</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[fmt] [dune] Add ocamlformat configuration.</title>
<updated>2019-12-13T13:15:36+00:00</updated>
<author>
<name>Emilio Jesus Gallego Arias</name>
</author>
<published>2019-12-08T13:26:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=4407f71ee45f98499b7ae8b533614dde5b877795'/>
<id>4407f71ee45f98499b7ae8b533614dde5b877795</id>
<content type='text'>
For now we don't enable it in any source file, neither on dune files.

`lint-repository` has been updated so it will check `dune build @fmt`
returns 0.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For now we don't enable it in any source file, neither on dune files.

`lint-repository` has been updated so it will check `dune build @fmt`
returns 0.
</pre>
</div>
</content>
</entry>
</feed>
