<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luarocks/src, branch v3.9.0</title>
<subtitle>A mirror of https://github.com/luarocks/luarocks.git
</subtitle>
<id>https://git.lua4.win/luarocks/atom?h=v3.9.0</id>
<link rel='self' href='https://git.lua4.win/luarocks/atom?h=v3.9.0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/'/>
<updated>2022-04-17T03:45:04+00:00</updated>
<entry>
<title>Release 3.9.0</title>
<updated>2022-04-17T03:45:04+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2022-04-17T03:45:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=b2a271cc9798e56c443ace6e0a50f13148bf4bb2'/>
<id>urn:sha1:b2a271cc9798e56c443ace6e0a50f13148bf4bb2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>deps: be more lenient in library version check</title>
<updated>2022-04-16T21:25:14+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2022-04-16T21:25:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=a405d1a5f6c9eb7249a9271ca23ff1f701f91cfe'/>
<id>urn:sha1:a405d1a5f6c9eb7249a9271ca23ff1f701f91cfe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>deps: verify version mismatch when checking for Lua library</title>
<updated>2022-04-16T20:33:29+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2022-04-16T20:33:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=26b746fcda935094984ed73af556771c0cd5f744'/>
<id>urn:sha1:26b746fcda935094984ed73af556771c0cd5f744</id>
<content type='text'>
</content>
</entry>
<entry>
<title>deps: better error message when lua.h version mismatches</title>
<updated>2022-04-16T20:15:06+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2022-04-16T20:12:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=1411cd7ea9e51eeae050fa27ea6a95190737b601'/>
<id>urn:sha1:1411cd7ea9e51eeae050fa27ea6a95190737b601</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>search: avoid mixing up version and repo in pick_installed_rock</title>
<updated>2022-04-16T19:50:37+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2018-09-21T18:06:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=8757ab5a663accbd139c9cf10c4878ecd82e3f05'/>
<id>urn:sha1:8757ab5a663accbd139c9cf10c4878ecd82e3f05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Configurations for program_series and major_version are unused</title>
<updated>2022-04-16T19:25:47+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2022-04-16T19:25:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=19eedb476cbcd88606f4699fb1a57fb365b31251'/>
<id>urn:sha1:19eedb476cbcd88606f4699fb1a57fb365b31251</id>
<content type='text'>
They look like useless maintenance burden, and I seriously
doubt anyone uses those in their config files. In any case,
they're easy to derive from cfg.program_version.
</content>
</entry>
<entry>
<title>macos: support .tbd extension for later versions of macOS</title>
<updated>2022-04-12T20:09:40+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2022-04-12T20:09:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=fbd3566a312e647cde57b5d774533731e1aa844d'/>
<id>urn:sha1:fbd3566a312e647cde57b5d774533731e1aa844d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>macos: add best-effort library search for Homebrew</title>
<updated>2022-04-12T19:42:59+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2022-04-12T19:42:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=17b51d22ab887ee76662ca7565239f214f1ade05'/>
<id>urn:sha1:17b51d22ab887ee76662ca7565239f214f1ade05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>macos: use XCode SDK path by default</title>
<updated>2022-04-12T19:31:47+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2022-04-12T19:31:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=a208f73967ad45c498c57e31ca27d29a48c10603'/>
<id>urn:sha1:a208f73967ad45c498c57e31ca27d29a48c10603</id>
<content type='text'>
</content>
</entry>
</feed>
