<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luarocks/src, branch pre-quick-tests</title>
<subtitle>A mirror of https://github.com/luarocks/luarocks.git
</subtitle>
<id>https://git.lua4.win/luarocks/atom?h=pre-quick-tests</id>
<link rel='self' href='https://git.lua4.win/luarocks/atom?h=pre-quick-tests'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/'/>
<updated>2024-02-21T07:19:36+00:00</updated>
<entry>
<title>fix: handle error if test.command is not a string.</title>
<updated>2024-02-21T07:19:36+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2024-02-21T04:23:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=a75d447e10bb7842cdbed0bb494697ddd88fd455'/>
<id>urn:sha1:a75d447e10bb7842cdbed0bb494697ddd88fd455</id>
<content type='text'>
Fixes #1055.
</content>
</entry>
<entry>
<title>fix(init): do not write spurious .gitignore entries</title>
<updated>2024-02-21T07:19:26+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2024-02-21T06:30:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=28265438538f8298fdaa7a6e74f4ea3a40fb11a5'/>
<id>urn:sha1:28265438538f8298fdaa7a6e74f4ea3a40fb11a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: let runtime detection handle LUALIB filename</title>
<updated>2024-02-20T06:51:25+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2024-02-19T23:21:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=1ed80a15d215f5b924008f61f4a30da6139ca1bf'/>
<id>urn:sha1:1ed80a15d215f5b924008f61f4a30da6139ca1bf</id>
<content type='text'>
This should be more flexible than hardcoding a value that
may become incorrect once people reconfigure their LuaRocks
to point to another Lua distribution, especially on Windows.

Fixes #905.
</content>
</entry>
<entry>
<title>improve and simplify Lua interpreter search</title>
<updated>2024-02-20T06:51:08+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2024-02-19T21:10:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=faa7c7560645fde443ad022214c0bb1fbea6953f'/>
<id>urn:sha1:faa7c7560645fde443ad022214c0bb1fbea6953f</id>
<content type='text'>
* do not proceed with commands if interpreter is not found
* begin retiring LUA_DIR and LUA_BINDIR, and promote LUA as
  the main way to setup the interpreter location (from which
  we derive the rest)
</content>
</entry>
<entry>
<title>fix: don't show "no downloader" error for every mirror</title>
<updated>2024-02-20T02:19:10+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2024-02-19T22:20:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=444d8301ae07129a531f55994aeec10efaedfa1b'/>
<id>urn:sha1:444d8301ae07129a531f55994aeec10efaedfa1b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(init): inject project's package.(c)path in lua wrapper script</title>
<updated>2024-02-20T01:01:55+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2024-02-19T20:00:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=8b653c2824a4a28244fee6bef02994eef8d60d65'/>
<id>urn:sha1:8b653c2824a4a28244fee6bef02994eef8d60d65</id>
<content type='text'>
Fixes #924.
</content>
</entry>
<entry>
<title>fix(init): use absolute paths when deleting</title>
<updated>2024-02-20T01:01:55+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2024-02-19T19:37:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=b18eeb51ad4915811d55f56c124eb11f83fc5091'/>
<id>urn:sha1:b18eeb51ad4915811d55f56c124eb11f83fc5091</id>
<content type='text'>
Thanks to @imolein for pointing it out!
</content>
</entry>
<entry>
<title>fix(config): print boolean values correctly on Lua 5.1</title>
<updated>2024-02-19T22:34:40+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2024-02-19T17:14:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=bb8df68c109bb860df57563d51003034a57bf7e1'/>
<id>urn:sha1:bb8df68c109bb860df57563d51003034a57bf7e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(lint): don't crash when missing description</title>
<updated>2024-02-19T22:34:27+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2024-02-19T16:51:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=4e1376fa8840f0055dab5c0e7dbcd8cc1c281b6d'/>
<id>urn:sha1:4e1376fa8840f0055dab5c0e7dbcd8cc1c281b6d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(build): don't look for Lua headers when installing pure-Lua rocks</title>
<updated>2024-02-19T19:35:00+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2024-02-19T14:55:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=c13ff298bdd424d7b7401fce4f0379cda0348af8'/>
<id>urn:sha1:c13ff298bdd424d7b7401fce4f0379cda0348af8</id>
<content type='text'>
This only applies to 'builtin' as we can't know about other modes,
but this should be good enough.

Fixes #1275.
</content>
</entry>
</feed>
