<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yuescript/src, branch v0.10.11</title>
<subtitle>A mirror of https://github.com/pigpigyyy/Yuescript.git
</subtitle>
<id>https://git.lua4.win/yuescript/atom?h=v0.10.11</id>
<link rel='self' href='https://git.lua4.win/yuescript/atom?h=v0.10.11'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/'/>
<updated>2022-04-07T06:45:10+00:00</updated>
<entry>
<title>change the behavior dealing with class and common table when doing mixin.</title>
<updated>2022-04-07T06:45:10+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2022-04-07T06:45:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=911204c19378ef943c8daec5205fd60caa523321'/>
<id>urn:sha1:911204c19378ef943c8daec5205fd60caa523321</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix class initializing procedure again.</title>
<updated>2022-04-07T01:57:17+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2022-04-07T01:57:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=599a89c2194110592bff2d91ecf9304be3e8ba4d'/>
<id>urn:sha1:599a89c2194110592bff2d91ecf9304be3e8ba4d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix class initializing procedure.</title>
<updated>2022-04-07T01:43:16+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2022-04-07T01:43:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=105f3b04b83ac7d8c546e5e0c2a815a626e8cf0b'/>
<id>urn:sha1:105f3b04b83ac7d8c546e5e0c2a815a626e8cf0b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>allow doing mixin with a class and a table.</title>
<updated>2022-04-06T10:03:49+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2022-04-06T10:03:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=9af15048c75e845d9f6f647a3ebe2f538fac995c'/>
<id>urn:sha1:9af15048c75e845d9f6f647a3ebe2f538fac995c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doing the mixing after the class object initialized.</title>
<updated>2022-04-06T09:54:23+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2022-04-06T09:54:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=fe6ce26a58f23311cda3e82b3dfd3a55b9b16bc8'/>
<id>urn:sha1:fe6ce26a58f23311cda3e82b3dfd3a55b9b16bc8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>adding support for fixing issue #85.</title>
<updated>2022-04-06T09:21:57+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2022-04-06T09:21:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=49f44f799b39dcc4ffe69502638108398732f8df'/>
<id>urn:sha1:49f44f799b39dcc4ffe69502638108398732f8df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>try fixing overriding issue mentioned in issue #84.</title>
<updated>2022-04-02T01:50:09+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2022-04-02T01:50:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=1f1af19560054b47935151f298ff06ff2cad5ef9'/>
<id>urn:sha1:1f1af19560054b47935151f298ff06ff2cad5ef9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix some ambiguous syntax caused by arg table block.</title>
<updated>2022-04-01T09:47:27+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2022-04-01T09:47:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=ca1ed557769352c0ac0ca7804dd25e18c1fdf2e1'/>
<id>urn:sha1:ca1ed557769352c0ac0ca7804dd25e18c1fdf2e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cleanup.</title>
<updated>2022-03-17T03:15:04+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2022-03-17T03:15:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=7be6c300256bfe411942a7ccc66f6bc3afa7390d'/>
<id>urn:sha1:7be6c300256bfe411942a7ccc66f6bc3afa7390d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix more cases that global values are not being cached.</title>
<updated>2022-03-14T05:46:17+00:00</updated>
<author>
<name>Li Jin</name>
<email>dragon-fly@qq.com</email>
</author>
<published>2022-03-14T05:46:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/yuescript/commit/?id=0055f2fdb169788a7796821d20c7fba2230ea9ae'/>
<id>urn:sha1:0055f2fdb169788a7796821d20c7fba2230ea9ae</id>
<content type='text'>
</content>
</entry>
</feed>
