<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luarocks, branch v3.0.4</title>
<subtitle>A mirror of https://github.com/luarocks/luarocks.git
</subtitle>
<id>https://git.lua4.win/luarocks/atom?h=v3.0.4</id>
<link rel='self' href='https://git.lua4.win/luarocks/atom?h=v3.0.4'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/'/>
<updated>2018-10-30T16:27:44+00:00</updated>
<entry>
<title>Release 3.0.4</title>
<updated>2018-10-30T16:27:44+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2018-10-30T13:25:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=04bbe2e4fb29922d1afc20c9d95a6e45335e09f1'/>
<id>urn:sha1:04bbe2e4fb29922d1afc20c9d95a6e45335e09f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tests: add smoke test</title>
<updated>2018-10-30T16:27:44+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2018-07-04T18:21:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=50e4b793df2f22eca5d4c4244d5c89fcc4c34b70'/>
<id>urn:sha1:50e4b793df2f22eca5d4c4244d5c89fcc4c34b70</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tests: add tests for luarocks.core.sysdetect (#939)</title>
<updated>2018-10-30T16:26:45+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2018-10-30T16:26:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=6fb5aa9a2a87c869133d6c43bbe957366abd4d11'/>
<id>urn:sha1:6fb5aa9a2a87c869133d6c43bbe957366abd4d11</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Smarter default rockspec, based on current dir basename</title>
<updated>2018-10-30T14:25:48+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2018-10-30T14:25:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=63d26aaddf194769902a8d3d12c71241eeec1612'/>
<id>urn:sha1:63d26aaddf194769902a8d3d12c71241eeec1612</id>
<content type='text'>
This allows the following to work:

```
git clone https://github.com/example/foo
cd foo
luarocks download --rockspec bar
luarocks test # will still use the foo rockspec
              # regardless of the presence of bar rockspec
```
</content>
</entry>
<entry>
<title>Unbundle pe-parser from LuaRocks sources</title>
<updated>2018-10-30T13:10:41+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2018-10-30T13:10:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=b37835d9375d903d51fe8af67aa70031191675ff'/>
<id>urn:sha1:b37835d9375d903d51fe8af67aa70031191675ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>core.sysdetect: add fork-free OS detection (#938)</title>
<updated>2018-10-30T13:04:23+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2018-10-30T13:04:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=760ad7c98a4a322b1f028ea9585cd17c5b74b2e2'/>
<id>urn:sha1:760ad7c98a4a322b1f028ea9585cd17c5b74b2e2</id>
<content type='text'>
Detect operating system and architecture without forking subprocesses,
doing `file`-like detection reading data from well-known system
executables.</content>
</entry>
<entry>
<title>cmd: fix setting up deployment paths from a tree</title>
<updated>2018-10-29T22:21:40+00:00</updated>
<author>
<name>FYP</name>
<email>its.fyp@gmail.com</email>
</author>
<published>2018-10-21T17:46:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=0c534c71465474b92710a2951bf15370fcc8c663'/>
<id>urn:sha1:0c534c71465474b92710a2951bf15370fcc8c663</id>
<content type='text'>
(Amended with a regression test.)

Co-authored-by: Hisham Muhammad &lt;hisham@gobolinux.org&gt;
</content>
</entry>
<entry>
<title>test: rename a misinterpretable vararg (#936)</title>
<updated>2018-10-22T22:55:44+00:00</updated>
<author>
<name>Oliver Vartiainen</name>
<email>oliver@iki.fi</email>
</author>
<published>2018-10-22T22:55:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=8b60d7440ce6f215c7ea480950e4df5d190992f0'/>
<id>urn:sha1:8b60d7440ce6f215c7ea480950e4df5d190992f0</id>
<content type='text'>
Fixes #931</content>
</entry>
<entry>
<title>pack: fix packing installed rock</title>
<updated>2018-10-17T16:39:50+00:00</updated>
<author>
<name>FYP</name>
<email>its.fyp@gmail.com</email>
</author>
<published>2018-10-17T08:39:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=88e97b4579a6c30357ddbde81af213350181c288'/>
<id>urn:sha1:88e97b4579a6c30357ddbde81af213350181c288</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix dependency pattern matching for patterns including "+"</title>
<updated>2018-10-01T17:20:38+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2018-10-01T17:20:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=047c876a9cde2d13859e451769cbb3138f9811b8'/>
<id>urn:sha1:047c876a9cde2d13859e451769cbb3138f9811b8</id>
<content type='text'>
</content>
</entry>
</feed>
