<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aports/community/lua-lpeg, branch master</title>
<subtitle>Main aports tree
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/'/>
<entry>
<title>community/lua-lpeg: enable luajit on all arches</title>
<updated>2020-04-26T19:24:24+00:00</updated>
<author>
<name>J0WI</name>
<email>J0WI@users.noreply.github.com</email>
</author>
<published>2020-04-14T21:11:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=0b2f94f24af5800de8f48a9a029f2958563d95fa'/>
<id>0b2f94f24af5800de8f48a9a029f2958563d95fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>community/lua-lpeg: upgrade to 1.0.2</title>
<updated>2020-01-31T21:18:23+00:00</updated>
<author>
<name>J0WI</name>
<email>J0WI@users.noreply.github.com</email>
</author>
<published>2020-01-31T21:08:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=8b764a1ac3fda95d82d6ac079987713516a01803'/>
<id>8b764a1ac3fda95d82d6ac079987713516a01803</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>community/lua-lpeg: disable luajit variant on aarch64</title>
<updated>2018-05-30T20:16:59+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2018-05-30T20:16:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=9d49afd13c402dbcfe8fd257afcdb561905464cf'/>
<id>9d49afd13c402dbcfe8fd257afcdb561905464cf</id>
<content type='text'>
the testsuite fails on aarch64 with libjit. disable it
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the testsuite fails on aarch64 with libjit. disable it
</pre>
</div>
</content>
</entry>
<entry>
<title>community/lua-lpeg: install minimal rock_manifest</title>
<updated>2017-07-22T18:02:13+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2017-07-22T18:01:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=8d78f7271e21f43a4ec5dd7fe892a68f670b2795'/>
<id>8d78f7271e21f43a4ec5dd7fe892a68f670b2795</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>community/lua-lpeg: add -dev subpackage with static libs</title>
<updated>2017-05-12T20:23:07+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2017-05-12T20:22:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=f42c67b39d05f610b590063d32522d45a3d3ded6'/>
<id>f42c67b39d05f610b590063d32522d45a3d3ded6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>community/lua-lpeg: run tests on check</title>
<updated>2017-05-12T20:23:07+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2017-05-12T19:51:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=04170b314686f4117edf1052d5ef951f570de158'/>
<id>04170b314686f4117edf1052d5ef951f570de158</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>community/lua-lpeg: update checksum</title>
<updated>2017-03-29T10:42:00+00:00</updated>
<author>
<name>Roberto Oliveira</name>
<email>robertoguimaraes8@gmail.com</email>
</author>
<published>2017-03-28T23:44:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=a73ecfc233bc38c7297e1feea5c3f47c53933958'/>
<id>a73ecfc233bc38c7297e1feea5c3f47c53933958</id>
<content type='text'>
Review notes by @jirutka:

Upstream has republished the lpeg-1.0.1 tarball with two minor
modifications in file test.lua:

--- old/lpeg-1.0.1/test.lua
+++ new/lpeg-1.0.1/test.lua
@@ -1,6 +1,6 @@
 #!/usr/bin/env lua

--- $Id: test.lua,v 1.111 2016/09/20 17:51:30 roberto Exp $
+-- $Id: test.lua,v 1.112 2017/01/14 18:55:22 roberto Exp $

 -- require"strict"    -- just to be pedantic

@@ -1132,7 +1132,7 @@
 local function manyCmt (n)
     return m.Cmt("a", function ()
              local a = {}; for i = 1, n do a[i] = n - i end
-             return true, table.unpack(a)
+             return true, unpack(a)
            end)
 end

@@ -1147,7 +1147,7 @@

 -- bug in 1.0: problems with math-times returning too many captures
 do
-  local lim = 2^15 - 10
+  local lim = 2^11 - 10
   local res = {m.match(manyCmt(lim), "a")}
   assert(#res == lim and res[1] == lim - 1 and res[lim] == 0)
   checkerr("too many", m.match, manyCmt(2^15), "a")
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Review notes by @jirutka:

Upstream has republished the lpeg-1.0.1 tarball with two minor
modifications in file test.lua:

--- old/lpeg-1.0.1/test.lua
+++ new/lpeg-1.0.1/test.lua
@@ -1,6 +1,6 @@
 #!/usr/bin/env lua

--- $Id: test.lua,v 1.111 2016/09/20 17:51:30 roberto Exp $
+-- $Id: test.lua,v 1.112 2017/01/14 18:55:22 roberto Exp $

 -- require"strict"    -- just to be pedantic

@@ -1132,7 +1132,7 @@
 local function manyCmt (n)
     return m.Cmt("a", function ()
              local a = {}; for i = 1, n do a[i] = n - i end
-             return true, table.unpack(a)
+             return true, unpack(a)
            end)
 end

@@ -1147,7 +1147,7 @@

 -- bug in 1.0: problems with math-times returning too many captures
 do
-  local lim = 2^15 - 10
+  local lim = 2^11 - 10
   local res = {m.match(manyCmt(lim), "a")}
   assert(#res == lim and res[1] == lim - 1 and res[lim] == 0)
   checkerr("too many", m.match, manyCmt(2^15), "a")
</pre>
</div>
</content>
</entry>
<entry>
<title>community/lua-lpeg: upgrade to 1.0.1</title>
<updated>2017-01-14T00:31:49+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2017-01-14T00:22:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=491383ece4eb5d52cd5f5da426ed4fff690573c2'/>
<id>491383ece4eb5d52cd5f5da426ed4fff690573c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>community/[various]: dont set arch in split function</title>
<updated>2016-11-02T09:51:56+00:00</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2016-11-02T09:51:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=a2e061d5095bdd9ec5421e02fdfe2315e1b05136'/>
<id>a2e061d5095bdd9ec5421e02fdfe2315e1b05136</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>community/lua-lpeg: move from testing</title>
<updated>2016-09-02T21:25:19+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2016-09-02T21:22:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=c01b74be5d52f436b9b1666d8e318905e53575ff'/>
<id>c01b74be5d52f436b9b1666d8e318905e53575ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
