<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sail/test/typecheck, branch sail2</title>
<subtitle>Formal specification language for ISAs</subtitle>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sail/'/>
<entry>
<title>Enum value feature request for Alexandre</title>
<updated>2021-01-05T11:11:04+00:00</updated>
<author>
<name>Alasdair</name>
</author>
<published>2020-12-01T03:26:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sail/commit/?id=8b2a3fa0eae0f49b78c0c5f845d3824d21f98df3'/>
<id>8b2a3fa0eae0f49b78c0c5f845d3824d21f98df3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't allow type synonyms with the same name as existing types</title>
<updated>2021-01-05T11:11:04+00:00</updated>
<author>
<name>Alasdair</name>
</author>
<published>2020-11-23T14:18:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sail/commit/?id=c4723c747fec4557776858641b03e1eb4a0a5878'/>
<id>c4723c747fec4557776858641b03e1eb4a0a5878</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove bogus pattern completeness warning on singleton enums and unions</title>
<updated>2020-11-25T22:40:29+00:00</updated>
<author>
<name>Brian Campbell</name>
</author>
<published>2020-11-25T22:40:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sail/commit/?id=3c43a474e03ef94839ebef530f5a2bbd173add5b'/>
<id>3c43a474e03ef94839ebef530f5a2bbd173add5b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Lem output for single element enum</title>
<updated>2020-11-25T21:46:03+00:00</updated>
<author>
<name>Brian Campbell</name>
</author>
<published>2020-11-25T21:45:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sail/commit/?id=3d0064a157a711f21d23f56dc2c423b2e3b1d74a'/>
<id>3d0064a157a711f21d23f56dc2c423b2e3b1d74a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: Move copy-pasted code into a shared helper .sh</title>
<updated>2020-09-25T11:30:09+00:00</updated>
<author>
<name>Alex Richardson</name>
</author>
<published>2020-09-25T09:12:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sail/commit/?id=782d3860eb0134c81d4a4204b7caab72cda3bd1d'/>
<id>782d3860eb0134c81d4a4204b7caab72cda3bd1d</id>
<content type='text'>
Also fix a few shellcheck warnings related to printf while doing so.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also fix a few shellcheck warnings related to printf while doing so.
</pre>
</div>
</content>
</entry>
<entry>
<title>Forbid duplicate top-level letbindings</title>
<updated>2020-08-06T16:22:47+00:00</updated>
<author>
<name>Alasdair</name>
</author>
<published>2020-08-06T16:22:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sail/commit/?id=be32e9e3d3e70ddea1ecfc41dafbc054060b7b78'/>
<id>be32e9e3d3e70ddea1ecfc41dafbc054060b7b78</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update duplicate ctor warning</title>
<updated>2020-07-15T12:55:12+00:00</updated>
<author>
<name>Alasdair</name>
</author>
<published>2020-07-15T12:55:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sail/commit/?id=71db59830383b7db5316b5c99ccebe776fc837dc'/>
<id>71db59830383b7db5316b5c99ccebe776fc837dc</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 files missed from last commit</title>
<updated>2020-07-15T10:22:31+00:00</updated>
<author>
<name>Mark Wassell</name>
</author>
<published>2020-07-15T10:22:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sail/commit/?id=71694474c5d59f61fb6b96ac396d30c6c43a2c73'/>
<id>71694474c5d59f61fb6b96ac396d30c6c43a2c73</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make `if cond { ... return() };` assert cond in the type environment</title>
<updated>2020-06-17T14:28:42+00:00</updated>
<author>
<name>Brian Campbell</name>
</author>
<published>2020-06-17T14:28:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sail/commit/?id=a7d351c71d43585d789bc92df3ba27f4e533d1b7'/>
<id>a7d351c71d43585d789bc92df3ba27f4e533d1b7</id>
<content type='text'>
Avoids generating an assert expression with an escape effect.
Mirrors existing case for `if cond { throw(...); };`.
No longer requires `-non_lexical_flow`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Avoids generating an assert expression with an escape effect.
Mirrors existing case for `if cond { throw(...); };`.
No longer requires `-non_lexical_flow`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test for if-return pattern</title>
<updated>2020-06-17T13:57:29+00:00</updated>
<author>
<name>Brian Campbell</name>
</author>
<published>2020-06-17T13:57:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/sail/commit/?id=60284d322dd9c240d65954a67488c2a880ef5907'/>
<id>60284d322dd9c240d65954a67488c2a880ef5907</id>
<content type='text'>
(currently supported in nl_flow)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(currently supported in nl_flow)
</pre>
</div>
</content>
</entry>
</feed>
