<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luarocks/src, branch docs-folder</title>
<subtitle>A mirror of https://github.com/luarocks/luarocks.git
</subtitle>
<id>https://git.lua4.win/luarocks/atom?h=docs-folder</id>
<link rel='self' href='https://git.lua4.win/luarocks/atom?h=docs-folder'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/'/>
<updated>2025-01-03T16:17:28+00:00</updated>
<entry>
<title>fix: add missing type variable</title>
<updated>2025-01-03T16:17:28+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2025-01-03T15:21:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=b8536c6a84c83f1fec5435186901194593565415'/>
<id>urn:sha1:b8536c6a84c83f1fec5435186901194593565415</id>
<content type='text'>
See https://github.com/teal-language/tl/pull/890#issuecomment-2569388264
</content>
</entry>
<entry>
<title>rockspec: make order type more lenient</title>
<updated>2025-01-03T16:17:28+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2025-01-03T15:19:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=3645ed60480e2b8392ce4f21f3ce77611dabd5cf'/>
<id>urn:sha1:3645ed60480e2b8392ce4f21f3ce77611dabd5cf</id>
<content type='text'>
See https://github.com/teal-language/tl/pull/890#issuecomment-2569388264
</content>
</entry>
<entry>
<title>fix: catch some unused variables</title>
<updated>2025-01-03T16:17:28+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2024-12-18T16:20:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=2d4a87e4765756a0e6df024ccd52972590f2923d'/>
<id>urn:sha1:2d4a87e4765756a0e6df024ccd52972590f2923d</id>
<content type='text'>
Thanks to @euclidianAce's work at https://github.com/teal-language/tl/pull/869
</content>
</entry>
<entry>
<title>chore: update autogenerated module preambles</title>
<updated>2025-01-03T16:17:28+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2024-12-18T16:19:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=8b759b139575d7dfe5b5c368669e3c062328fece'/>
<id>urn:sha1:8b759b139575d7dfe5b5c368669e3c062328fece</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fs: more consistent function signatures</title>
<updated>2024-10-21T16:30:51+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2024-09-02T20:57:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=6c458fbfbf1c542036af2adf11f4311b0413f663'/>
<id>urn:sha1:6c458fbfbf1c542036af2adf11f4311b0413f663</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fs: do dynamic requires in a Cyan-friendly way</title>
<updated>2024-10-21T16:30:51+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2024-09-02T20:55:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=101711ad9e691f83a03c309fd7b4f093c52dee36'/>
<id>urn:sha1:101711ad9e691f83a03c309fd7b4f093c52dee36</id>
<content type='text'>
We avoid doing a plain require() with a literal module name,
so that Cyan doesn't detect this as a circular dependency.
</content>
</entry>
<entry>
<title>Teal: make luarocks.fs not dependent on luarocks.util</title>
<updated>2024-10-21T16:30:51+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2024-09-02T20:50:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=3be22b3f07dc1558c7734cf7639e3468ec8de796'/>
<id>urn:sha1:3be22b3f07dc1558c7734cf7639e3468ec8de796</id>
<content type='text'>
Break circular dependency detected by Cyan
</content>
</entry>
<entry>
<title>Teal: make schedule_function generic</title>
<updated>2024-10-21T16:30:51+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2024-09-02T20:48:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=aa3199def734b492059fcaccdebd3cde85cb8547'/>
<id>urn:sha1:aa3199def734b492059fcaccdebd3cde85cb8547</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Teal: fixed all warnings</title>
<updated>2024-10-21T16:30:51+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2024-08-27T20:01:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=deb9cadc7012262eb0eaf4cb58b654b62106d6de'/>
<id>urn:sha1:deb9cadc7012262eb0eaf4cb58b654b62106d6de</id>
<content type='text'>
Also addressed/removed all `--!` comments except for the ones that should stay.
</content>
</entry>
<entry>
<title>tools.patch: generate Lua</title>
<updated>2024-10-21T16:30:51+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2024-08-30T19:13:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=86092dbfd41c3b0cb173bc932aefb8e0473742dc'/>
<id>urn:sha1:86092dbfd41c3b0cb173bc932aefb8e0473742dc</id>
<content type='text'>
</content>
</entry>
</feed>
