<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luarocks, branch before-makefile-refactor</title>
<subtitle>A mirror of https://github.com/luarocks/luarocks.git
</subtitle>
<id>https://git.lua4.win/luarocks/atom?h=before-makefile-refactor</id>
<link rel='self' href='https://git.lua4.win/luarocks/atom?h=before-makefile-refactor'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/'/>
<updated>2018-08-08T14:39:33+00:00</updated>
<entry>
<title>cfg: document cfg.init</title>
<updated>2018-08-08T14:39:33+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2018-08-08T14:39:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=ba12ad49509cd782933813e0909fc11c08e00a0a'/>
<id>urn:sha1:ba12ad49509cd782933813e0909fc11c08e00a0a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fs.win32: fix environment variable name in generated wrapper</title>
<updated>2018-08-06T02:12:45+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2018-08-06T02:11:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=be95b41dea2780c6884bcb3d9fb059ef8b9e9c19'/>
<id>urn:sha1:be95b41dea2780c6884bcb3d9fb059ef8b9e9c19</id>
<content type='text'>
it is LUAROCKS_SYSCONFDIR, not LUAROCKS_SYSCONFIG

Closes #459.

Thanks @daurnimator for going through the old issues!
</content>
</entry>
<entry>
<title>Fix: do not detect .luarocks/config-5.x.lua and lua_modules as modules</title>
<updated>2018-08-02T16:50:01+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2018-08-02T16:48:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=1ab3297faae3e57772c840d74828a9d370a6cd84'/>
<id>urn:sha1:1ab3297faae3e57772c840d74828a9d370a6cd84</id>
<content type='text'>
Running luarocks init a second time after deleting the rockspec was
mis-detects .luarocks/config-5.x.lua as a module, creating an entry
`["luarocks.config-5.3"] = ".luarocks/config-5.3.lua"` in `build.modules`.

Same problem happened with modules under `lua_modules`.

This excludes `.luarocks` and `lua_modules` from module detection.
Includes a regression test.

Closes #847.
</content>
</entry>
<entry>
<title>init: store Lua location in config</title>
<updated>2018-08-02T16:50:01+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2018-08-02T16:31:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=dcaf10c26714cbc518cbf329d0fb7b71d4241494'/>
<id>urn:sha1:dcaf10c26714cbc518cbf329d0fb7b71d4241494</id>
<content type='text'>
This way a user can use `--lua-dir` once, in `luarocks init`
and that configuration will be active for the project.
</content>
</entry>
<entry>
<title>Windows binary: do not hardcode SYSTEM as "MINGW"</title>
<updated>2018-08-02T16:50:01+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2018-08-02T16:30:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=efefb940e9ecfae6ab722a5d2953e0a8f619d65c'/>
<id>urn:sha1:efefb940e9ecfae6ab722a5d2953e0a8f619d65c</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Do not rewrite path in util.cleanup_path if the desired version is a substring of the version (#868)</title>
<updated>2018-08-01T19:52:02+00:00</updated>
<author>
<name>Ryan Hartlage</name>
<email>ryanplusplus@gmail.com</email>
</author>
<published>2018-08-01T19:52:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=8e39a526b57a2f9cf021f38cd9ffc8f88abd68fd'/>
<id>urn:sha1:8e39a526b57a2f9cf021f38cd9ffc8f88abd68fd</id>
<content type='text'>
*  Do not rewrite path in util.cleanup_path if the desired version is a substring of the version

* Improve test coverage for core.util.cleanup_path
</content>
</entry>
<entry>
<title>Tests: refactor and add fixtures for the doc tests</title>
<updated>2018-07-31T18:50:22+00:00</updated>
<author>
<name>George Roman</name>
<email>george.roman.99@gmail.com</email>
</author>
<published>2018-07-27T19:29:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=c02b5989301312dfee02c195497e119bd0c73b85'/>
<id>urn:sha1:c02b5989301312dfee02c195497e119bd0c73b85</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmd: do not parse assignments after --</title>
<updated>2018-07-26T13:13:02+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2018-07-25T22:23:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=0e04e372cb118ca997f7ede59041df934cd939f1'/>
<id>urn:sha1:0e04e372cb118ca997f7ede59041df934cd939f1</id>
<content type='text'>
This allows using assignments with Busted in `luarocks test`.
</content>
</entry>
<entry>
<title>fs: fix rwx_to_number, add negated mask mode</title>
<updated>2018-07-26T13:13:02+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2018-07-25T22:22:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=842d7342eb12d133fa85514d801983095300e76c'/>
<id>urn:sha1:842d7342eb12d133fa85514d801983095300e76c</id>
<content type='text'>
Fixes #856.
</content>
</entry>
<entry>
<title>fetch: propagate error when failing to make a temp dir</title>
<updated>2018-07-25T22:36:50+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2018-07-25T22:34:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=63a8fb17b00b8b60419ad34dae31a4143f744be5'/>
<id>urn:sha1:63a8fb17b00b8b60419ad34dae31a4143f744be5</id>
<content type='text'>
</content>
</entry>
</feed>
