<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ocaml.git/testsuite/tests/basic/patmatch.reference, branch trunk</title>
<subtitle>github.com: ocaml/ocaml
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ocaml.git/'/>
<entry>
<title>Extensible types in pattern matching. (#1459)</title>
<updated>2017-11-21T14:11:37+00:00</updated>
<author>
<name>Luc Maranget</name>
<email>Luc.Maranget@inria.fr</email>
</author>
<published>2017-11-21T14:11:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ocaml.git/commit/?id=7f5f82dc9cbc99f5b3ef1dc6cfd43fffb143f4ce'/>
<id>7f5f82dc9cbc99f5b3ef1dc6cfd43fffb143f4ce</id>
<content type='text'>
* Handle extensible types

* various typos

* Oups.

* Astract constructor equality that considers potential rebinding into Types.may_equal_constr

* Moved rebinbing aware pattern compatibility functions from parmatch.ml to
matching.ml. Various consequences.

* Change Changes

* change the Changes change
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Handle extensible types

* various typos

* Oups.

* Astract constructor equality that considers potential rebinding into Types.may_equal_constr

* Moved rebinbing aware pattern compatibility functions from parmatch.ml to
matching.ml. Various consequences.

* Change Changes

* change the Changes change
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix testsuite when configured with -safe-string (#819)</title>
<updated>2016-12-14T13:14:21+00:00</updated>
<author>
<name>David Allsopp</name>
<email>david.allsopp@metastack.com</email>
</author>
<published>2016-10-26T09:24:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ocaml.git/commit/?id=0a5d5c606ae473259bd20e771ad53d7b4e782d74'/>
<id>0a5d5c606ae473259bd20e771ad53d7b4e782d74</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update test case</title>
<updated>2016-01-28T22:38:13+00:00</updated>
<author>
<name>Runhang Li</name>
<email>runhang@posteo.de</email>
</author>
<published>2015-10-13T20:11:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ocaml.git/commit/?id=59806f481206e7d613232c1f1154a1e91b03878c'/>
<id>59806f481206e7d613232c1f1154a1e91b03878c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test case and update changelog</title>
<updated>2016-01-28T22:38:13+00:00</updated>
<author>
<name>Runhang Li</name>
<email>runhang@posteo.de</email>
</author>
<published>2015-10-13T17:41:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ocaml.git/commit/?id=e51be28926c460b4fc2862cfbb4ad5ada4cb52d2'/>
<id>e51be28926c460b4fc2862cfbb4ad5ada4cb52d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>correct PR#6674</title>
<updated>2014-11-25T15:11:40+00:00</updated>
<author>
<name>Luc Maranget</name>
<email>luc.maranget@inria.fr</email>
</author>
<published>2014-11-25T15:11:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ocaml.git/commit/?id=a142a01dae12e1488407b4e9066b417c6375c432'/>
<id>a142a01dae12e1488407b4e9066b417c6375c432</id>
<content type='text'>
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@15608 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@15608 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
</pre>
</div>
</content>
</entry>
<entry>
<title>Solve PR#6646, ie avoid introducing huge jump summaries</title>
<updated>2014-11-07T14:13:53+00:00</updated>
<author>
<name>Luc Maranget</name>
<email>luc.maranget@inria.fr</email>
</author>
<published>2014-11-07T14:13:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ocaml.git/commit/?id=3bded3f97764c6422fcd7a11c498f3106dcff369'/>
<id>3bded3f97764c6422fcd7a11c498f3106dcff369</id>
<content type='text'>
and unshared default clauses in the presence of many (&gt;= 32) non-matched
constructors.




git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@15570 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and unshared default clauses in the presence of many (&gt;= 32) non-matched
constructors.




git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@15570 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
</pre>
</div>
</content>
</entry>
<entry>
<title>PR#6322 Corrected.</title>
<updated>2014-02-06T13:30:54+00:00</updated>
<author>
<name>Luc Maranget</name>
<email>luc.maranget@inria.fr</email>
</author>
<published>2014-02-06T13:30:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ocaml.git/commit/?id=89a627f55bc206f084422b0a6ff7790fbd9d24ca'/>
<id>89a627f55bc206f084422b0a6ff7790fbd9d24ca</id>
<content type='text'>
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14432 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14432 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch for PR#5788</title>
<updated>2013-07-02T16:05:48+00:00</updated>
<author>
<name>Luc Maranget</name>
<email>luc.maranget@inria.fr</email>
</author>
<published>2013-07-02T16:05:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ocaml.git/commit/?id=32bcc186ea16dd932f5369f5f5e7933b44ec4a9c'/>
<id>32bcc186ea16dd932f5369f5f5e7933b44ec4a9c</id>
<content type='text'>
(Exception binding fools pattern matching optimisations)

Hopefully it's complete...





git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13871 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(Exception binding fools pattern matching optimisations)

Hopefully it's complete...





git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13871 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix PR #5992</title>
<updated>2013-04-25T13:32:17+00:00</updated>
<author>
<name>Luc Maranget</name>
<email>luc.maranget@inria.fr</email>
</author>
<published>2013-04-25T13:32:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ocaml.git/commit/?id=ebfc4e6cffc2e1d2b79cf8d4790a0be665b8ef4c'/>
<id>ebfc4e6cffc2e1d2b79cf8d4790a0be665b8ef4c</id>
<content type='text'>
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13611 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13611 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
</pre>
</div>
</content>
</entry>
<entry>
<title>clean up TABs and whitespace</title>
<updated>2012-07-30T18:04:46+00:00</updated>
<author>
<name>Damien Doligez</name>
<email>damien.doligez-inria.fr</email>
</author>
<published>2012-07-30T18:04:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ocaml.git/commit/?id=997a678d5ee774930288bfec23d4b145ce45c078'/>
<id>997a678d5ee774930288bfec23d4b145ce45c078</id>
<content type='text'>
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12799 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12799 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
</pre>
</div>
</content>
</entry>
</feed>
