<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luarocks/binary/all_in_one, branch test-pin</title>
<subtitle>A mirror of https://github.com/luarocks/luarocks.git
</subtitle>
<id>https://git.lua4.win/luarocks/atom?h=test-pin</id>
<link rel='self' href='https://git.lua4.win/luarocks/atom?h=test-pin'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/'/>
<updated>2026-02-03T22:47:50+00:00</updated>
<entry>
<title>Improve flexibility around vendored libraries</title>
<updated>2026-02-03T22:47:50+00:00</updated>
<author>
<name>tobil4sk</name>
<email>tobil4sk@outlook.com</email>
</author>
<published>2026-02-03T22:47:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=47301d83aba58925e1b9594023621ebb27070cdb'/>
<id>urn:sha1:47301d83aba58925e1b9594023621ebb27070cdb</id>
<content type='text'>
compat53 is vendored since #1757 as it is required to run luarocks with lua 5.1 or 5.2.

However, this introduced some issues as the GNUmakefile install rule places these in the same place where `luarocks install compat53` would install them. This means you get conflicts if you install the actual package:
```
Warning: /.../prefix/share/lua/5.1/compat53/init.lua is not tracked by this installation of LuaRocks. Moving it to /.../prefix/share/lua/5.1/compat53/init.lua~
Warning: /.../prefix/share/lua/5.1/compat53/module.lua is not tracked by this installation of LuaRocks. Moving it to /.../prefix/share/lua/5.1/compat53/module.lua~
Warning: /.../prefix/share/lua/5.1/compat53/file_mt.lua is not tracked by this installation of LuaRocks. Moving it to /.../prefix/share/lua/5.1/compat53/file_mt.lua~
```

It is also not ideal for linux package maintainers to include a vendored package, see: https://github.com/luarocks/luarocks/pull/1757#issuecomment-3409873412.

To solve these issues, this patchset makes the following changes:
- GNUmakefile now places the compat53 files under `luarocks/vendor/compat53` (which is added internally to the luarocks script's `package.path`). This way a user's installation of compat53 does not interfere at all with luarocks one.
- Added `--with-system-compat53` option to configure script for external packaging systems.
- Fixed install.bat's logic for deciding whether to vendor compat53, as the current script includes it for every version.

install.bat already places luarocks sources outside of LUAPATH, so that part can stay as is.

I've also inverted the version check to avoid the need for future patches like: #1850.</content>
</entry>
<entry>
<title>support Lua 5.5 in all_in_one script</title>
<updated>2025-12-26T10:23:32+00:00</updated>
<author>
<name>Pierre Chapuis</name>
<email>git@catwell.info</email>
</author>
<published>2025-12-26T10:23:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=24a9abaf330daf6882292a55256cf81dbdc5b622'/>
<id>urn:sha1:24a9abaf330daf6882292a55256cf81dbdc5b622</id>
<content type='text'>
Co-authored-by: luau-project &lt;luau.project@gmail.com&gt;
</content>
</entry>
<entry>
<title>binary: encode dependency order (luasec depends on luasocket)</title>
<updated>2024-02-27T17:54:36+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2024-02-27T17:49:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=ef724a68449938f6ab9ccf58bdcf8234bac87b06'/>
<id>urn:sha1:ef724a68449938f6ab9ccf58bdcf8234bac87b06</id>
<content type='text'>
</content>
</entry>
<entry>
<title>deps: bump luasocket and luasec</title>
<updated>2024-02-27T17:51:44+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2024-02-27T17:45:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=4934b8e3b5560db2cca7aaa768e1ddc4e936b4e8'/>
<id>urn:sha1:4934b8e3b5560db2cca7aaa768e1ddc4e936b4e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>binary: dkjson is no longer a dependency, it is now vendored in</title>
<updated>2024-02-27T17:20:09+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2024-02-27T17:20:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=36c6773408ca59a71b5370e9ed18d12c67c18e88'/>
<id>urn:sha1:36c6773408ca59a71b5370e9ed18d12c67c18e88</id>
<content type='text'>
</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>
<entry>
<title>binary build: help autodetection of the crosscompiled Lua libraries</title>
<updated>2022-05-18T03:25:22+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2022-05-18T03:24:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=b4b5635130b2cc0c4d29f8cd754bfe3a829ba7ec'/>
<id>urn:sha1:b4b5635130b2cc0c4d29f8cd754bfe3a829ba7ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix build of Windows binary</title>
<updated>2022-05-03T15:59:47+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2022-05-03T15:59:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=6f9d42bd4e08e0d567ce41d127848fd46c63787e'/>
<id>urn:sha1:6f9d42bd4e08e0d567ce41d127848fd46c63787e</id>
<content type='text'>
Fixes #1412.
</content>
</entry>
<entry>
<title>Add --no-project flag to override .luarocks project dir</title>
<updated>2022-05-03T15:58:17+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2022-05-03T15:58:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=c07e6812fff52424baa1ebf6117bb3fb11636083'/>
<id>urn:sha1:c07e6812fff52424baa1ebf6117bb3fb11636083</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>
</feed>
