aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* fix: catch some unused variablesHisham Muhammad2025-01-036-29/+43
| | | | Thanks to @euclidianAce's work at https://github.com/teal-language/tl/pull/869
* chore: update autogenerated module preamblesHisham Muhammad2025-01-0333-33/+33
|
* types: use 'local type' on type aliasesHisham Muhammad2024-10-212-7/+7
|
* Temporary script for rebuilding sources.Hisham Muhammad2024-10-211-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 signaturesHisham Muhammad2024-10-213-13/+18
|
* fs: do dynamic requires in a Cyan-friendly wayHisham Muhammad2024-10-211-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.utilHisham Muhammad2024-10-215-48/+66
| | | | Break circular dependency detected by Cyan
* Teal: make schedule_function genericHisham Muhammad2024-10-212-8/+8
|
* tests: synchronize actual and fs's chdirHisham Muhammad2024-10-211-0/+1
|
* tests: use compat53Hisham Muhammad2024-10-213-0/+6
|
* tests: some testing environment cleanupsHisham Muhammad2024-10-212-2/+9
|
* Teal: fixed all warningsHisham Muhammad2024-10-2177-369/+464
| | | | Also addressed/removed all `--!` comments except for the ones that should stay.
* tools.patch: generate LuaHisham Muhammad2024-10-211-10/+13
|
* tools.patch: fix test behaviors using luarocks.fsHisham Muhammad2024-10-211-21/+15
|
* deps: fix: re-enable constraint check for no_upgrade flagHisham Muhammad2024-10-212-16/+16
|
* deplocks: simplify typesHisham Muhammad2024-10-218-77/+81
|
* repos: simplify logic to avoid cast, consistent callback returnsHisham Muhammad2024-10-214-31/+47
|
* tests: unit test updatesV1K1NGbg2024-10-214-19/+10
|
* fs.download: get consistent return valuesV1K1NGbg2024-10-212-8/+10
|
* CI: remove luacheckHisham Muhammad2024-10-211-17/+0
|
* CI: add compat53 dependencyHisham Muhammad2024-10-211-0/+1
|
* Teal: add generated modulesHisham Muhammad2024-10-2189-0/+16933
|
* Teal: convert luarocks.cmdV1K1NGbg2024-10-211-59/+85
|
* Teal: convert luarocks.deplocksV1K1NGbg2024-10-211-19/+24
|
* Teal: convert luarocks.removeV1K1NGbg2024-10-211-10/+15
|
* Teal: convert luarocks.admin.cmd.removeV1K1NGbg2024-10-211-12/+13
|
* Teal: convert luarocks.admin.cmd.addV1K1NGbg2024-10-211-13/+14
|
* Teal: convert luarocks.admin.cmd.make_manifestV1K1NGbg2024-10-211-4/+9
|
* Teal: convert luarocks.admin.cmd.refresh_cacheV1K1NGbg2024-10-211-5/+10
|
* Teal: convert luarocks.admin.indexV1K1NGbg2024-10-211-10/+15
|
* Teal: convert luarocks.admin.cacheV1K1NGbg2024-10-211-10/+11
|
* Teal: rename luarocks.requireHisham Muhammad2024-10-211-0/+0
|
* Teal: convert luarocks.manif.writerV1K1NGbg2024-10-211-98/+59
|
* Teal: convert luarocks.signingV1K1NGbg2024-10-211-4/+4
|
* Teal: convert luarocks.depsV1K1NGbg2024-10-211-151/+195
|
* Teal: convert luarocks.reposV1K1NGbg2024-10-211-106/+99
|
* Teal: convert luarocks.dirV1K1NGbg2024-10-211-9/+11
|
* Teal: convert luarocks.core.sysdetectV1K1NGbg2024-10-211-52/+141
|
* Teal: convert luarocks.core.dirV1K1NGbg2024-10-211-29/+27
|
* Teal: convert luarocks.core.manifV1K1NGbg2024-10-211-19/+29
|
* Teal: convert luarocks.core.types.resultV1K1NGbg2024-10-211-0/+14
|
* Teal: convert luarocks.core.types.rockspecV1K1NGbg2024-10-211-0/+78
|
* Teal: convert luarocks.core.types.queryV1K1NGbg2024-10-211-0/+13
|
* Teal: convert luarocks.core.utilV1K1NGbg2024-10-211-90/+103
|
* Teal: convert luarocks.core.versV1K1NGbg2024-10-211-40/+44
|
* Teal: convert luarocks.core.pathV1K1NGbg2024-10-211-26/+20
|
* Teal: convert luarocks.core.persistV1K1NGbg2024-10-211-27/+17
|
* Teal: convert luarocks.funV1K1NGbg2024-10-211-48/+43
|
* Teal: rename luarocks.funHisham Muhammad2024-10-211-0/+0
|
* Teal: convert luarocks.fetch.hg_httpV1K1NGbg2024-10-211-2/+5
|