<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luarocks/spec, branch v3.0.3</title>
<subtitle>A mirror of https://github.com/luarocks/luarocks.git
</subtitle>
<id>https://git.lua4.win/luarocks/atom?h=v3.0.3</id>
<link rel='self' href='https://git.lua4.win/luarocks/atom?h=v3.0.3'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/'/>
<updated>2018-09-11T20:06:40+00:00</updated>
<entry>
<title>Tests: add regression test for luarocks.loader startup</title>
<updated>2018-09-11T20:06:40+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2018-09-11T20:06:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=8d95d5607fdd829d4b77c5225fd6b9015b1df034'/>
<id>urn:sha1:8d95d5607fdd829d4b77c5225fd6b9015b1df034</id>
<content type='text'>
</content>
</entry>
<entry>
<title>write_rockspec, init: rename --lua-version to --lua-versions</title>
<updated>2018-09-06T23:42:15+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2018-09-06T22:07:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=8840171407a17a6237e193fde3d6a3cc8aee1c4e'/>
<id>urn:sha1:8840171407a17a6237e193fde3d6a3cc8aee1c4e</id>
<content type='text'>
Fixes conflict between the use of --lua-version in write_rockspec
to list supported Lua versions in a rockspec (now renamed
to --lua-versions) and the general --lua-version flag used to
select a Lua interpreter.
</content>
</entry>
<entry>
<title>Tests: add test cases for rocks with conflicting module names</title>
<updated>2018-09-04T16:11:12+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2018-09-03T15:48:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=b8abb27f98e3c674bd3bca4944a53d10a1a2025d'/>
<id>urn:sha1:b8abb27f98e3c674bd3bca4944a53d10a1a2025d</id>
<content type='text'>
This tests the behavior of upgrades and downgrades on rocks that deploy both
foo.lua and foo.so
</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> 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>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>Tests: add test_env.run_in_tmp utility function</title>
<updated>2018-07-24T18:41:22+00:00</updated>
<author>
<name>George Roman</name>
<email>george.roman.99@gmail.com</email>
</author>
<published>2018-07-24T08:09:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=8e6a83911027de167d689d060ce581f653d73213'/>
<id>urn:sha1:8e6a83911027de167d689d060ce581f653d73213</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tests: add more unit tests for fun.lua</title>
<updated>2018-07-24T18:37:54+00:00</updated>
<author>
<name>George Roman</name>
<email>george.roman.99@gmail.com</email>
</author>
<published>2018-07-24T07:36:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=64148b57c1ca70675022ebb7025a116a292802a9'/>
<id>urn:sha1:64148b57c1ca70675022ebb7025a116a292802a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fs.copy: skip copying if the source and destination are the same files</title>
<updated>2018-07-23T01:53:37+00:00</updated>
<author>
<name>George Roman</name>
<email>george.roman.99@gmail.com</email>
</author>
<published>2018-07-21T07:51:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=c212c884ff4be5d97d675e2390c6db47e18d6f8d'/>
<id>urn:sha1:c212c884ff4be5d97d675e2390c6db47e18d6f8d</id>
<content type='text'>
</content>
</entry>
</feed>
