<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luarocks/spec, branch v3.9.1</title>
<subtitle>A mirror of https://github.com/luarocks/luarocks.git
</subtitle>
<id>https://git.lua4.win/luarocks/atom?h=v3.9.1</id>
<link rel='self' href='https://git.lua4.win/luarocks/atom?h=v3.9.1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/'/>
<updated>2022-06-06T20:14:52+00:00</updated>
<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>
<entry>
<title>add DragonFly BSD support</title>
<updated>2022-04-11T20:21:14+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2022-04-11T20:02:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=36f6fd122162c49fd1737344c1a9de7cc7bf3758'/>
<id>urn:sha1:36f6fd122162c49fd1737344c1a9de7cc7bf3758</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: don't download sailor</title>
<updated>2022-03-07T02:04:20+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2022-03-06T17:52:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=8de1500a25d1e43cd6ed26b4d93f956651b53b6a'/>
<id>urn:sha1:8de1500a25d1e43cd6ed26b4d93f956651b53b6a</id>
<content type='text'>
Use a small fixture instead to test the regression for sailorproject/sailor#138
Sailor was the largest rock downloaded by the test suite, so
this should improve download times.
</content>
</entry>
<entry>
<title>tests: don't use validate-args rockspec in tests</title>
<updated>2022-03-07T02:04:20+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2022-03-06T17:50:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=2fac17d4d211adf9c1fe9668094febb55ee92389'/>
<id>urn:sha1:2fac17d4d211adf9c1fe9668094febb55ee92389</id>
<content type='text'>
We only used the rockspec in testing, but since the app it refers
to is GPL-3, it could cause confusion among users, so let's just
drop it from the test suite.

Closes #1387.
</content>
</entry>
<entry>
<title>tests: remove Travis CI, add Github Actions</title>
<updated>2022-02-17T15:47:25+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2022-02-17T04:14:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=9e22f32dd442d7c95766aca54ceea9833efa4f9d'/>
<id>urn:sha1:9e22f32dd442d7c95766aca54ceea9833efa4f9d</id>
<content type='text'>
</content>
</entry>
</feed>
