<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luarocks/spec, branch tests-more-quick</title>
<subtitle>A mirror of https://github.com/luarocks/luarocks.git
</subtitle>
<id>https://git.lua4.win/luarocks/atom?h=tests-more-quick</id>
<link rel='self' href='https://git.lua4.win/luarocks/atom?h=tests-more-quick'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/'/>
<updated>2024-02-26T15:31:19+00:00</updated>
<entry>
<title>tests: replace some more tests with quick tests</title>
<updated>2024-02-26T15:31:19+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2024-02-26T15:31:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=cda1078b7cfa7d9bc822074a54aa4f54e7a3eb27'/>
<id>urn:sha1:cda1078b7cfa7d9bc822074a54aa4f54e7a3eb27</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: better normalization for paths and slashes</title>
<updated>2024-02-23T23:47:09+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2024-02-20T16:43:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=2c4ff5240bf298fec07749f5984de2f08b8736ec'/>
<id>urn:sha1:2c4ff5240bf298fec07749f5984de2f08b8736ec</id>
<content type='text'>
Fixes #1195.
</content>
</entry>
<entry>
<title>tests: introduce quick tests</title>
<updated>2024-02-23T07:33:35+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2024-02-22T01:30:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=79bd1739d8ca004ddd0b2fa5e24da4a6f4b776fa'/>
<id>urn:sha1:79bd1739d8ca004ddd0b2fa5e24da4a6f4b776fa</id>
<content type='text'>
</content>
</entry>
<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>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(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>
<entry>
<title>vendor in the dkjson dependency</title>
<updated>2024-02-19T11:23:41+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2024-02-19T00:06:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=21b08e29ec1d4aa887d61a27b8fa8a75232522af'/>
<id>urn:sha1:21b08e29ec1d4aa887d61a27b8fa8a75232522af</id>
<content type='text'>
Fixes #1243.
Fixes #1168.
Fixes #559.
</content>
</entry>
<entry>
<title>drop cfg.lua_interpreter, use cfg.variables.LUA</title>
<updated>2024-02-18T23:49:05+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2024-02-17T18:46:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=d83b908a7371360d117cabbf6da099170f5fb178'/>
<id>urn:sha1:d83b908a7371360d117cabbf6da099170f5fb178</id>
<content type='text'>
</content>
</entry>
</feed>
