<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lanes/tests, branch v3.15.1</title>
<subtitle>A mirror of https://github.com/LuaLanes/lanes.git
</subtitle>
<id>https://git.lua4.win/lanes/atom?h=v3.15.1</id>
<link rel='self' href='https://git.lua4.win/lanes/atom?h=v3.15.1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/'/>
<updated>2021-06-28T06:50:19+00:00</updated>
<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>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>Create manual_register.lua</title>
<updated>2019-12-13T09:44:08+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2019-12-13T09:44:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=5add9b9e8ecb48d5e29556e5c655e6573c60c2b4'/>
<id>urn:sha1:5add9b9e8ecb48d5e29556e5c655e6573c60c2b4</id>
<content type='text'>
New test sample to demonstrate on_state_create and manual function registration.
</content>
</entry>
<entry>
<title>Lane cancellation rework</title>
<updated>2019-04-26T10:20:06+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>b n t DOT g e r m a i n AT g m a i l DOT c o m</email>
</author>
<published>2019-04-26T10:20:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=9c84074c89661cd1e776eff3d4aa5329a2ac9524'/>
<id>urn:sha1:9c84074c89661cd1e776eff3d4aa5329a2ac9524</id>
<content type='text'>
opt.cancelstep is gone, hook is installed by lane:cancel() if requested
lane:cancel() rework (see doc)
</content>
</entry>
<entry>
<title>lane:cancel internal code refactorization</title>
<updated>2019-04-19T12:58:25+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2019-04-19T12:58:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=be1e9d37d9809ee55f26d811208fa64ea9b3785a'/>
<id>urn:sha1:be1e9d37d9809ee55f26d811208fa64ea9b3785a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>don't test __lanesignore for POD types (-&gt; slightly faster when trasnfering lots of data)</title>
<updated>2018-11-30T08:18:51+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2018-11-30T08:18:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=c64ad48fdf3aa9505fcf8505c832d1e397d60e85'/>
<id>urn:sha1:c64ad48fdf3aa9505fcf8505c832d1e397d60e85</id>
<content type='text'>
+ more code refactoring
</content>
</entry>
<entry>
<title>Lua 5.4 support</title>
<updated>2018-11-27T16:58:32+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2018-11-27T16:58:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=8d097de830d8daf1411cc54ba267f21ecfc3204d'/>
<id>urn:sha1:8d097de830d8daf1411cc54ba267f21ecfc3204d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>test script tweaks</title>
<updated>2018-11-23T16:41:41+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2018-11-23T16:41:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=cb0f60d743fb4a5420d1e6cca0404507c4e50642'/>
<id>urn:sha1:cb0f60d743fb4a5420d1e6cca0404507c4e50642</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Raise an error instead of crashing when attempting to transfer a non-deep full userdata</title>
<updated>2018-11-23T11:12:13+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2018-11-23T11:12:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=df97c3a7dc32c840434cbc80fbf75214bcab4524'/>
<id>urn:sha1:df97c3a7dc32c840434cbc80fbf75214bcab4524</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Create lanes_as_upvalue.lua</title>
<updated>2018-11-21T07:47:53+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2018-11-21T07:47:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=5ba2d137142086da5338e1c2afc88927ea16df17'/>
<id>urn:sha1:5ba2d137142086da5338e1c2afc88927ea16df17</id>
<content type='text'>
</content>
</entry>
</feed>
