<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lanes, branch v3.15.0</title>
<subtitle>A mirror of https://github.com/LuaLanes/lanes.git
</subtitle>
<id>https://git.lua4.win/lanes/atom?h=v3.15.0</id>
<link rel='self' href='https://git.lua4.win/lanes/atom?h=v3.15.0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/'/>
<updated>2021-06-28T06:53:53+00:00</updated>
<entry>
<title>Update lanes-3.15.0-0.rockspec</title>
<updated>2021-06-28T06:53:53+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2021-06-28T06:53:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=19c4381fd37be09fe6ce3b81d8d7bd12668fc7b8'/>
<id>urn:sha1:19c4381fd37be09fe6ce3b81d8d7bd12668fc7b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed some tests</title>
<updated>2021-06-28T06:50:19+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2021-06-28T06:50:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=cce1a1d235322cf51d62305aee89c7bfa64e9905'/>
<id>urn:sha1:cce1a1d235322cf51d62305aee89c7bfa64e9905</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix stack overflow when transfering a clonable userdata referencing itself through a uservalue</title>
<updated>2021-06-26T16:25:53+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2021-06-26T16:25:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=909470be9f7ec1dd2d09ae1a371d69c9c652e957'/>
<id>urn:sha1:909470be9f7ec1dd2d09ae1a371d69c9c652e957</id>
<content type='text'>
</content>
</entry>
<entry>
<title>correctly transfer the uservalue of a deep userdata</title>
<updated>2021-06-24T15:47:20+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2021-06-24T15:47:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=050e14dd7fa04e2262ae6b1cc984d76c4149b664'/>
<id>urn:sha1:050e14dd7fa04e2262ae6b1cc984d76c4149b664</id>
<content type='text'>
</content>
</entry>
<entry>
<title>expand deeptest.lua</title>
<updated>2021-06-24T09:19:38+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2021-06-24T09:19:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=4e8242de0c5d8c853201ec49dacf5aa9a5b0f7d3'/>
<id>urn:sha1:4e8242de0c5d8c853201ec49dacf5aa9a5b0f7d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>updated deep userdata unit test to expose issue #189</title>
<updated>2021-06-23T12:44:43+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2021-06-23T12:44:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=54e788bc121218f8f1a978ee136e4d0faa67370d'/>
<id>urn:sha1:54e788bc121218f8f1a978ee136e4d0faa67370d</id>
<content type='text'>
</content>
</entry>
<entry>
<title> __lanesclone now receives the original as light userdata the first time it is called</title>
<updated>2021-06-23T10:38:01+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2021-06-23T10:38:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=d1ef9b97e356805c622e4832ec76289bae391a6e'/>
<id>urn:sha1:d1ef9b97e356805c622e4832ec76289bae391a6e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>changed lanes.threads() output so that several lanes with the same name don't clobber each other in the result table</title>
<updated>2021-06-16T16:41:14+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2021-06-16T16:41:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=5875fe44ba7a240dd101f954c7dc83337a0c2cef'/>
<id>urn:sha1:5875fe44ba7a240dd101f954c7dc83337a0c2cef</id>
<content type='text'>
In the original implementations, the debug name was used as key, which meant that several lanes using the same name would cause only the oldest non-collected one to be listed in the results. Now the result is an array of tuples.
</content>
</entry>
<entry>
<title>Merge pull request #190 from eligovision/lanes_lua51_bugfix</title>
<updated>2021-06-16T12:16:20+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2021-06-16T12:16:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=21b2ac762ff8a5926872963aa2fd8feeb1bf3b39'/>
<id>urn:sha1:21b2ac762ff8a5926872963aa2fd8feeb1bf3b39</id>
<content type='text'>
Bug fix for Lua 5.1/LuaJIT: lua_getiuservalue must check if lua_getfe…</content>
</entry>
<entry>
<title>Merge pull request #186 from alarixbsd/master</title>
<updated>2021-06-16T12:15:13+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2021-06-16T12:15:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=e3cabe58aa63ef648e04dde1b634b3654d0df9ae'/>
<id>urn:sha1:e3cabe58aa63ef648e04dde1b634b3654d0df9ae</id>
<content type='text'>
NetBSD support</content>
</entry>
</feed>
