<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coq/test-suite/bugs, branch master</title>
<subtitle>The formal proof system</subtitle>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/'/>
<entry>
<title>Merge PR #13965: [abbreviation] user syntax to set interp scope of argument</title>
<updated>2021-04-23T14:33:27+00:00</updated>
<author>
<name>Pierre-Marie Pédrot</name>
</author>
<published>2021-04-23T14:33:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=a0c3ebf4a6357a5140b98b4b40c71133c53d802e'/>
<id>a0c3ebf4a6357a5140b98b4b40c71133c53d802e</id>
<content type='text'>
Ack-by: JasonGross
Reviewed-by: herbelin
Reviewed-by: jashug
Reviewed-by: jfehrle
Reviewed-by: ppedrot
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ack-by: JasonGross
Reviewed-by: herbelin
Reviewed-by: jashug
Reviewed-by: jfehrle
Reviewed-by: ppedrot
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge PR #14094: Properly pass the Ltac2 notation level to the gramlib API.</title>
<updated>2021-04-21T17:54:37+00:00</updated>
<author>
<name>coqbot-app[bot]</name>
</author>
<published>2021-04-21T17:54:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=b8b8c73a4f62a8fb964e82c7c779a1aba3264bf4'/>
<id>b8b8c73a4f62a8fb964e82c7c779a1aba3264bf4</id>
<content type='text'>
Reviewed-by: JasonGross
Ack-by: jfehrle
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: JasonGross
Ack-by: jfehrle
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge PR #14131: Check for existence before using `Global.lookup_constant` instead of catching `Not_found`</title>
<updated>2021-04-20T09:19:26+00:00</updated>
<author>
<name>Pierre-Marie Pédrot</name>
</author>
<published>2021-04-20T09:19:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=cab7a5ddb906e5cef57d78ba7435e89354f3125b'/>
<id>cab7a5ddb906e5cef57d78ba7435e89354f3125b</id>
<content type='text'>
Reviewed-by: ppedrot
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: ppedrot
</pre>
</div>
</content>
</entry>
<entry>
<title>Check for existence before using `Global.lookup_constant` instead of catching `Not_found`</title>
<updated>2021-04-19T10:46:13+00:00</updated>
<author>
<name>Lasse Blaauwbroek</name>
</author>
<published>2021-04-19T09:08:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=e50a6195097c0d15c839c5403c1d02511afd54e4'/>
<id>e50a6195097c0d15c839c5403c1d02511afd54e4</id>
<content type='text'>
`Global.lookup_constant` fails with an assertion instead of `Not_found`. Some
code relied upon `Not_found`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`Global.lookup_constant` fails with an assertion instead of `Not_found`. Some
code relied upon `Not_found`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Properly pass the Ltac2 notation level to the gramlib API.</title>
<updated>2021-04-16T22:10:03+00:00</updated>
<author>
<name>Pierre-Marie Pédrot</name>
</author>
<published>2021-04-08T13:39:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=f6e393dae62afbb659eab64a530c0cf39403c495'/>
<id>f6e393dae62afbb659eab64a530c0cf39403c495</id>
<content type='text'>
For some reason I was confusing the position and the level in the previous
version of the code.

Fixes #11866: Ltac2 Notations do not respect precedence.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For some reason I was confusing the position and the level in the previous
version of the code.

Fixes #11866: Ltac2 Notations do not respect precedence.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge PR #13939: Allow scope delimiters in Ltac2 open_constr:(...) quotation.</title>
<updated>2021-04-16T15:54:04+00:00</updated>
<author>
<name>coqbot-app[bot]</name>
</author>
<published>2021-04-16T15:54:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=f337187f0ac4c2062031225234fd23b436b979b5'/>
<id>f337187f0ac4c2062031225234fd23b436b979b5</id>
<content type='text'>
Reviewed-by: JasonGross
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: JasonGross
</pre>
</div>
</content>
</entry>
<entry>
<title>[abbreviation] allow the user to set arguments scope</title>
<updated>2021-04-07T17:59:46+00:00</updated>
<author>
<name>Enrico Tassi</name>
</author>
<published>2021-03-19T13:29:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=d3963fc6b6dad5a0cf79815f31b2035ca8b3de25'/>
<id>d3963fc6b6dad5a0cf79815f31b2035ca8b3de25</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 #13741: Remove omega tactic (deprecated in 8.12)</title>
<updated>2021-04-06T14:55:06+00:00</updated>
<author>
<name>coqbot-app[bot]</name>
</author>
<published>2021-04-06T14:55:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=2360e5ba31c350f25d49fc71736282bfad9975ed'/>
<id>2360e5ba31c350f25d49fc71736282bfad9975ed</id>
<content type='text'>
Reviewed-by: Zimmi48
Ack-by: JasonGross
Ack-by: silene
Ack-by: SkySkimmer
Ack-by: olaure01
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: Zimmi48
Ack-by: JasonGross
Ack-by: silene
Ack-by: SkySkimmer
Ack-by: olaure01
</pre>
</div>
</content>
</entry>
<entry>
<title>More extraction tests for inductive types with let-ins.</title>
<updated>2021-04-04T18:20:01+00:00</updated>
<author>
<name>Hugo Herbelin</name>
</author>
<published>2021-04-04T18:20:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=643c10a894c1db24dd8ab06cc4376c92ae8b7c3c'/>
<id>643c10a894c1db24dd8ab06cc4376c92ae8b7c3c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing #13581: missing support for let-ins in arity of inductive types.</title>
<updated>2021-04-04T09:01:25+00:00</updated>
<author>
<name>Hugo Herbelin</name>
</author>
<published>2020-12-06T02:03:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=a265c1ad912b4940861ec27efd09e5b20d33233c'/>
<id>a265c1ad912b4940861ec27efd09e5b20d33233c</id>
<content type='text'>
At first view, the fix takes care about when to use the number of
assumptions and when to also include local definitions, but I don't
know all the details of the implementation to be absolutely sure.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
At first view, the fix takes care about when to use the number of
assumptions and when to also include local definitions, but I don't
know all the details of the implementation to be absolutely sure.
</pre>
</div>
</content>
</entry>
</feed>
