<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luarocks/spec, branch v3.9.2</title>
<subtitle>A mirror of https://github.com/luarocks/luarocks.git
</subtitle>
<id>https://git.lua4.win/luarocks/atom?h=v3.9.2</id>
<link rel='self' href='https://git.lua4.win/luarocks/atom?h=v3.9.2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/'/>
<updated>2022-11-28T14:10:41+00:00</updated>
<entry>
<title>fix `test --prepare` with non-busted rocks (#1453)</title>
<updated>2022-11-28T14:10:41+00:00</updated>
<author>
<name>Pierre Chapuis</name>
<email>git@catwell.info</email>
</author>
<published>2022-11-28T14:10:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=5143d1b978501e3b16a6abe7fdfc8160157ae7ef'/>
<id>urn:sha1:5143d1b978501e3b16a6abe7fdfc8160157ae7ef</id>
<content type='text'>
* fix `test --prepare` with non-busted rocks</content>
</entry>
<entry>
<title>tests: run quiet curl in mock API calls</title>
<updated>2022-08-26T20:00:57+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2022-08-26T19:59:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=731d74c498e458e13225a54d308925a470219b81'/>
<id>urn:sha1:731d74c498e458e13225a54d308925a470219b81</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: only run luasocket rollback test on minimal environment</title>
<updated>2022-08-26T20:00:57+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2022-08-25T21:48:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=c41e1ca11fe1766451a0ccfa0767b8105350ad28'/>
<id>urn:sha1:c41e1ca11fe1766451a0ccfa0767b8105350ad28</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: run full tests with LuaSec</title>
<updated>2022-08-26T20:00:57+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2022-08-25T19:19:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=3892b1a9a16ca0edd3de92719cd81bd4fcc63ad4'/>
<id>urn:sha1:3892b1a9a16ca0edd3de92719cd81bd4fcc63ad4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: tests for util.variable_substitutions</title>
<updated>2022-06-06T20:14:52+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2022-06-06T18:43:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=42c5886178e5ca0cf4796ad45b1594087cb8da4e'/>
<id>urn:sha1:42c5886178e5ca0cf4796ad45b1594087cb8da4e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>loader.which: new option for searching package.path and cpath</title>
<updated>2022-06-06T20:14:52+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2022-06-06T18:28:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=bec4a9cbf72c8e392163f50f7b6bbb18763d9f90'/>
<id>urn:sha1:bec4a9cbf72c8e392163f50f7b6bbb18763d9f90</id>
<content type='text'>
Adds a new second argument, `where`, a string which indicates places
to search for the module.

If `where` contains "l", it will search using the LuaRocks loader; if it
contains "p", it will look in the filesystem using package.path and
package.cpath. You can use both at the same time.

If successful, it will return four values.

* If found using the LuaRocks loader, it will return:
   * filename of the module (eg. "/usr/local/lib/lua/5.1/socket/core.so"),
   * rock name
   * rock version
   * "l" to indicate the match comes from the loader.

* If found scanning package.path and package.cpath, it will return:
   * filename of the module (eg. "/usr/local/lib/lua/5.1/socket/core.so"),
   * "path" or "cpath"
   * nil
   * "p" to indicate the match comes from scanning package.path and cpath.

If unsuccessful, nothing is returned.
</content>
</entry>
<entry>
<title>tests: accept full path in -Xhelper lua_interpreter</title>
<updated>2022-06-06T20:14:52+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2022-06-06T18:25:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=4ef2c181d9f76d01c1a6b58232e5d0dfe8679bf7'/>
<id>urn:sha1:4ef2c181d9f76d01c1a6b58232e5d0dfe8679bf7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: run tests on Lua 5.4 and LuaJIT 2.1</title>
<updated>2022-04-17T00:17:34+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2022-04-16T21:53:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=0f82063a51cd9197edd214e0427fe4e84ae9c0b9'/>
<id>urn:sha1:0f82063a51cd9197edd214e0427fe4e84ae9c0b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fs.unix: fallback for when $USER variable is unset</title>
<updated>2022-04-16T20:15:06+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2018-09-19T17:32:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=ab5b1380c1717c22c9d6188b334e8a93c877be57'/>
<id>urn:sha1:ab5b1380c1717c22c9d6188b334e8a93c877be57</id>
<content type='text'>
Also, declare Unix version of current_user in
luarocks.fs.unix.tools, so that the pure-Lua version
based on LuaPosix takes precedence when available.
</content>
</entry>
<entry>
<title>tests: avoid repeated hardcoded package version numbers all over</title>
<updated>2022-04-12T16:19:12+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2022-04-11T22:16:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=238ba6b21cfcb1af56f1e70dd50de201fc3482a7'/>
<id>urn:sha1:238ba6b21cfcb1af56f1e70dd50de201fc3482a7</id>
<content type='text'>
</content>
</entry>
</feed>
