<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luarocks/spec, branch v3.1.3</title>
<subtitle>A mirror of https://github.com/luarocks/luarocks.git
</subtitle>
<id>https://git.lua4.win/luarocks/atom?h=v3.1.3</id>
<link rel='self' href='https://git.lua4.win/luarocks/atom?h=v3.1.3'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/'/>
<updated>2019-06-06T17:12:32+00:00</updated>
<entry>
<title>Tests: add tests for fs.is_file and fs.is_dir with symlinks</title>
<updated>2019-06-06T17:12:32+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2019-06-06T14:47:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=b522656085991297b3ccd0793b5d744653b24dfe'/>
<id>urn:sha1:b522656085991297b3ccd0793b5d744653b24dfe</id>
<content type='text'>
Regression test for #1021.
</content>
</entry>
<entry>
<title>Enable use of lua-bz2</title>
<updated>2019-06-06T17:11:02+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2019-06-06T15:03:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=f82627800d09755412bc50cbf9f1f964d1b2c5be'/>
<id>urn:sha1:f82627800d09755412bc50cbf9f1f964d1b2c5be</id>
<content type='text'>
Fixes #1005.
</content>
</entry>
<entry>
<title>Fix and reorganize Lua version detection</title>
<updated>2019-06-03T21:48:42+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2019-06-03T18:59:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=daf7e7e5f5ede8c3a5a00e2edaf8246209712781'/>
<id>urn:sha1:daf7e7e5f5ede8c3a5a00e2edaf8246209712781</id>
<content type='text'>
Make it more robust when detecting the Lua version when working inside a
project, and hopefully make the detection logic easier to track in the
code. Reorganized code so that the `detected` table becomes internal
to the `init_config` operation and only the regular `cfg` global table
is used after that.

Includes regression tests.
</content>
</entry>
<entry>
<title>Tests: add a couple of tests for dir.normalize</title>
<updated>2019-06-03T21:48:42+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2019-06-03T18:59:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=f7eb8df5363430a2b5ac288da5710ff382c632fe'/>
<id>urn:sha1:f7eb8df5363430a2b5ac288da5710ff382c632fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmd: fix crash if LuaRocks is given a bad LUA_DIR</title>
<updated>2019-06-03T21:48:42+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2019-06-03T16:56:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=a61d362c5a78edfe7a0f6662747934f0a2124603'/>
<id>urn:sha1:a61d362c5a78edfe7a0f6662747934f0a2124603</id>
<content type='text'>
Includes a regression test.
</content>
</entry>
<entry>
<title>Tests: cleanup signature before signing</title>
<updated>2019-04-26T22:02:39+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2019-04-26T20:07:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=c451dd03115f87d0143d170fbdaf160e8627391e'/>
<id>urn:sha1:c451dd03115f87d0143d170fbdaf160e8627391e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tests: add test for fs.wrap_script</title>
<updated>2019-04-19T19:50:11+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2019-04-18T18:05:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=18b9a94491a80a1bbe62a92103b8d8ba1bb1487e'/>
<id>urn:sha1:18b9a94491a80a1bbe62a92103b8d8ba1bb1487e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>spec/init_spec.lua: cleanup test</title>
<updated>2019-04-09T19:49:20+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2019-04-03T17:03:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=0b6f834fecd36d4b4b10a1245e54be00f9aaf75b'/>
<id>urn:sha1:0b6f834fecd36d4b4b10a1245e54be00f9aaf75b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>config: add modes for reading, writing and unsetting individual entries</title>
<updated>2019-04-03T13:44:51+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2019-03-15T02:18:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=a21fcdc434f7135b3be215bbab5ad08f1873d300'/>
<id>urn:sha1:a21fcdc434f7135b3be215bbab5ad08f1873d300</id>
<content type='text'>
Includes special config keys `lua_dir` and `lua_version`,
which are essentially persistent versions of --lua-dir
and --lua-version:

* `lua_dir` writes a number of LUA_* variables and
  cfg.lua_interpreter in the current scope's config file.
* `lua_version` writes default-lua-version.lua to the
  given scope.

Also deprecates the "flag" versions for various getters:

* `--lua-incdir`:    use `luarocks config variables.LUA_INCDIR`
* `--lua-libdir`:    use `luarocks config variables.LUA_LIBDIR`
* `--lua-ver`:       use `luarocks config lua_version`
* `--system-config`: use `luarocks config config_files.system.file`
* `--user-config`:   use `luarocks config config_files.user.file`
* `--rock-trees`:    use `luarocks config rocks_trees`
</content>
</entry>
<entry>
<title>update to luacov 0.13.1 + cluacov 0.1.1</title>
<updated>2019-04-03T13:44:51+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2019-04-02T19:18:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=1ebc96ac47b72b9c7c226f14cd018ef5e4d62a74'/>
<id>urn:sha1:1ebc96ac47b72b9c7c226f14cd018ef5e4d62a74</id>
<content type='text'>
</content>
</entry>
</feed>
