<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/lua-github.git/bugs, branch v5.3.5</title>
<subtitle>github.com: lua/lua.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/'/>
<entry>
<title>bug: When a coroutine tries to resume a non-suspended coroutine,</title>
<updated>2016-10-19T12:34:27+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2016-10-19T12:34:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=697593d8d5b2e2287919423006c53dcac31d2b70'/>
<id>697593d8d5b2e2287919423006c53dcac31d2b70</id>
<content type='text'>
it can do some mess (and break C assertions) before detecting the error.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
it can do some mess (and break C assertions) before detecting the error.
</pre>
</div>
</content>
</entry>
<entry>
<title>bug: Lua can generate wrong code in functions with too many constants</title>
<updated>2016-07-19T17:12:07+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2016-07-19T17:12:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=fc6b32bcaaf486beeffd35af44932a53f44d1c65'/>
<id>fc6b32bcaaf486beeffd35af44932a53f44d1c65</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>new bug: Checking a format for 'os.date' may read pass the format string</title>
<updated>2016-07-15T17:24:09+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2016-07-15T17:24:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=788109a3de05462f19c5c05033581c1eab9e9283'/>
<id>788109a3de05462f19c5c05033581c1eab9e9283</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bug: expression list with four or more expressions in</title>
<updated>2016-06-21T17:22:34+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2016-06-21T17:22:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=fac00ca023c16f6d06beec502e8320017e3c6af2'/>
<id>fac00ca023c16f6d06beec502e8320017e3c6af2</id>
<content type='text'>
a 'for' loop can crash the interpreter.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
a 'for' loop can crash the interpreter.
</pre>
</div>
</content>
</entry>
<entry>
<title>diff for last bug was against wrong version</title>
<updated>2016-04-11T15:34:21+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2016-04-11T15:34:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=c258870c59a82e344b3155a271d25b389b5a7422'/>
<id>c258870c59a82e344b3155a271d25b389b5a7422</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bug: 'gmatch' iterator fails when called from a coroutine different</title>
<updated>2016-03-23T17:12:17+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2016-03-23T17:12:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=acff3ad88db13bb6d74170a3db475a4e45ddb51f'/>
<id>acff3ad88db13bb6d74170a3db475a4e45ddb51f</id>
<content type='text'>
from the one that created it
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
from the one that created it
</pre>
</div>
</content>
</entry>
<entry>
<title>bug: label between local definitions can mix-up their initializations</title>
<updated>2016-03-07T19:25:39+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2016-03-07T19:25:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=e7b2e01d43d9c3ab6d223daa18eebb94a322e082'/>
<id>e7b2e01d43d9c3ab6d223daa18eebb94a322e082</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Metatable may access its own dealocated field when</title>
<updated>2016-01-04T13:35:56+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2016-01-04T13:35:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=7cd7c2e0a1e947bbcb03da123b31f4f74b366020'/>
<id>7cd7c2e0a1e947bbcb03da123b31f4f74b366020</id>
<content type='text'>
it has a self reference in __newindex.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
it has a self reference in __newindex.
</pre>
</div>
</content>
</entry>
<entry>
<title>added separator for bugs in 5.3.1</title>
<updated>2015-11-13T17:19:07+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2015-11-13T17:19:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=d682b3c9ec79b14497eb7736881561255fd5cf00'/>
<id>d682b3c9ec79b14497eb7736881561255fd5cf00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>new entry should not be commented out</title>
<updated>2015-07-23T14:32:17+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2015-07-23T14:32:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=935d9f7f9042d11acf6b6b9943ddc3812063b875'/>
<id>935d9f7f9042d11acf6b6b9943ddc3812063b875</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
