Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix: catch some unused variables | Hisham Muhammad | 2025-01-03 | 6 | -29/+43 | |
| | | | | Thanks to @euclidianAce's work at https://github.com/teal-language/tl/pull/869 | |||||
* | chore: update autogenerated module preambles | Hisham Muhammad | 2025-01-03 | 33 | -33/+33 | |
| | ||||||
* | types: use 'local type' on type aliases | Hisham Muhammad | 2024-10-21 | 2 | -7/+7 | |
| | ||||||
* | Temporary script for rebuilding sources. | Hisham Muhammad | 2024-10-21 | 1 | -0/+31 | |
| | | | | | | We will replace this with Cyan soon, since Cyan runs much faster by rebuilding the project in one go using the module dependency graph. | |||||
* | fs: more consistent function signatures | Hisham Muhammad | 2024-10-21 | 3 | -13/+18 | |
| | ||||||
* | fs: do dynamic requires in a Cyan-friendly way | Hisham Muhammad | 2024-10-21 | 1 | -7/+9 | |
| | | | | | We avoid doing a plain require() with a literal module name, so that Cyan doesn't detect this as a circular dependency. | |||||
* | Teal: make luarocks.fs not dependent on luarocks.util | Hisham Muhammad | 2024-10-21 | 5 | -48/+66 | |
| | | | | Break circular dependency detected by Cyan | |||||
* | Teal: make schedule_function generic | Hisham Muhammad | 2024-10-21 | 2 | -8/+8 | |
| | ||||||
* | tests: synchronize actual and fs's chdir | Hisham Muhammad | 2024-10-21 | 1 | -0/+1 | |
| | ||||||
* | tests: use compat53 | Hisham Muhammad | 2024-10-21 | 3 | -0/+6 | |
| | ||||||
* | tests: some testing environment cleanups | Hisham Muhammad | 2024-10-21 | 2 | -2/+9 | |
| | ||||||
* | Teal: fixed all warnings | Hisham Muhammad | 2024-10-21 | 77 | -369/+464 | |
| | | | | Also addressed/removed all `--!` comments except for the ones that should stay. | |||||
* | tools.patch: generate Lua | Hisham Muhammad | 2024-10-21 | 1 | -10/+13 | |
| | ||||||
* | tools.patch: fix test behaviors using luarocks.fs | Hisham Muhammad | 2024-10-21 | 1 | -21/+15 | |
| | ||||||
* | deps: fix: re-enable constraint check for no_upgrade flag | Hisham Muhammad | 2024-10-21 | 2 | -16/+16 | |
| | ||||||
* | deplocks: simplify types | Hisham Muhammad | 2024-10-21 | 8 | -77/+81 | |
| | ||||||
* | repos: simplify logic to avoid cast, consistent callback returns | Hisham Muhammad | 2024-10-21 | 4 | -31/+47 | |
| | ||||||
* | tests: unit test updates | V1K1NGbg | 2024-10-21 | 4 | -19/+10 | |
| | ||||||
* | fs.download: get consistent return values | V1K1NGbg | 2024-10-21 | 2 | -8/+10 | |
| | ||||||
* | CI: remove luacheck | Hisham Muhammad | 2024-10-21 | 1 | -17/+0 | |
| | ||||||
* | CI: add compat53 dependency | Hisham Muhammad | 2024-10-21 | 1 | -0/+1 | |
| | ||||||
* | Teal: add generated modules | Hisham Muhammad | 2024-10-21 | 89 | -0/+16933 | |
| | ||||||
* | Teal: convert luarocks.cmd | V1K1NGbg | 2024-10-21 | 1 | -59/+85 | |
| | ||||||
* | Teal: convert luarocks.deplocks | V1K1NGbg | 2024-10-21 | 1 | -19/+24 | |
| | ||||||
* | Teal: convert luarocks.remove | V1K1NGbg | 2024-10-21 | 1 | -10/+15 | |
| | ||||||
* | Teal: convert luarocks.admin.cmd.remove | V1K1NGbg | 2024-10-21 | 1 | -12/+13 | |
| | ||||||
* | Teal: convert luarocks.admin.cmd.add | V1K1NGbg | 2024-10-21 | 1 | -13/+14 | |
| | ||||||
* | Teal: convert luarocks.admin.cmd.make_manifest | V1K1NGbg | 2024-10-21 | 1 | -4/+9 | |
| | ||||||
* | Teal: convert luarocks.admin.cmd.refresh_cache | V1K1NGbg | 2024-10-21 | 1 | -5/+10 | |
| | ||||||
* | Teal: convert luarocks.admin.index | V1K1NGbg | 2024-10-21 | 1 | -10/+15 | |
| | ||||||
* | Teal: convert luarocks.admin.cache | V1K1NGbg | 2024-10-21 | 1 | -10/+11 | |
| | ||||||
* | Teal: rename luarocks.require | Hisham Muhammad | 2024-10-21 | 1 | -0/+0 | |
| | ||||||
* | Teal: convert luarocks.manif.writer | V1K1NGbg | 2024-10-21 | 1 | -98/+59 | |
| | ||||||
* | Teal: convert luarocks.signing | V1K1NGbg | 2024-10-21 | 1 | -4/+4 | |
| | ||||||
* | Teal: convert luarocks.deps | V1K1NGbg | 2024-10-21 | 1 | -151/+195 | |
| | ||||||
* | Teal: convert luarocks.repos | V1K1NGbg | 2024-10-21 | 1 | -106/+99 | |
| | ||||||
* | Teal: convert luarocks.dir | V1K1NGbg | 2024-10-21 | 1 | -9/+11 | |
| | ||||||
* | Teal: convert luarocks.core.sysdetect | V1K1NGbg | 2024-10-21 | 1 | -52/+141 | |
| | ||||||
* | Teal: convert luarocks.core.dir | V1K1NGbg | 2024-10-21 | 1 | -29/+27 | |
| | ||||||
* | Teal: convert luarocks.core.manif | V1K1NGbg | 2024-10-21 | 1 | -19/+29 | |
| | ||||||
* | Teal: convert luarocks.core.types.result | V1K1NGbg | 2024-10-21 | 1 | -0/+14 | |
| | ||||||
* | Teal: convert luarocks.core.types.rockspec | V1K1NGbg | 2024-10-21 | 1 | -0/+78 | |
| | ||||||
* | Teal: convert luarocks.core.types.query | V1K1NGbg | 2024-10-21 | 1 | -0/+13 | |
| | ||||||
* | Teal: convert luarocks.core.util | V1K1NGbg | 2024-10-21 | 1 | -90/+103 | |
| | ||||||
* | Teal: convert luarocks.core.vers | V1K1NGbg | 2024-10-21 | 1 | -40/+44 | |
| | ||||||
* | Teal: convert luarocks.core.path | V1K1NGbg | 2024-10-21 | 1 | -26/+20 | |
| | ||||||
* | Teal: convert luarocks.core.persist | V1K1NGbg | 2024-10-21 | 1 | -27/+17 | |
| | ||||||
* | Teal: convert luarocks.fun | V1K1NGbg | 2024-10-21 | 1 | -48/+43 | |
| | ||||||
* | Teal: rename luarocks.fun | Hisham Muhammad | 2024-10-21 | 1 | -0/+0 | |
| | ||||||
* | Teal: convert luarocks.fetch.hg_http | V1K1NGbg | 2024-10-21 | 1 | -2/+5 | |
| |