aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add vendored lua compat53 v0.14.4Tobiasz Laskowski2025-02-243-0/+1290
|
* fix: allow Lua C modules to be uninstalled on MSYS2 (#1756)Luau2025-02-241-1/+3
| | | | | | | | | | | | | | | | | | | | | Fixes #1755. Changes: * the idea applied as a fix was mirrored from the changes of #1616, by setting ``` defaults.fs_use_modules = false ``` in a suitable place for MSYS2. * the line ``` if platforms.windows and not platforms.msys2_mingw_w64 and hardcoded.WIN_TOOLS then ``` is meant to follow a MSYS2 patch https://github.com/msys2/MINGW-packages/blob/343eeab4f185847981c6b644d775ee98717b6231/mingw-w64-lua-luarocks/0001-luarocks_msys2_mingw_w64.patch#L57 that fixes previous issues for them.
* fix: override default C compiler to cc.exe on MSYS2 (#1754)Luau2025-02-241-0/+6
| | | | | | | | | | | | | | | | | ## Description Fixes #1753. Changes: 1. on each MSYS2 MinGW-w64 environment, there is a `cc.exe` that points to the default C compiler for the environment. 2. the line ```lua defaults.variables.PWD = "cd" ``` is meant to follow a MSYS2 patch ( https://github.com/msys2/MINGW-packages/blob/5fd4997c2508f0949366513f0a2dd4347f9c4e77/mingw-w64-lua-luarocks/0001-luarocks_msys2_mingw_w64.patch#L48 ) that fixes previous issues for them.
* core.path: more thorough error checkingHisham Muhammad2025-02-212-2/+20
|
* update generated codeHisham Muhammad2025-01-1520-20/+20
|
* fix: interfaces cannot contain record definitionsHisham Muhammad2025-01-151-3/+3
|
* fix: Fix upload command to include the src.rock file as a second parameterLüchinger Dominic2025-01-052-2/+2
|
* fix: add missing type variableHisham Muhammad2025-01-031-1/+1
| | | | See https://github.com/teal-language/tl/pull/890#issuecomment-2569388264
* rockspec: make order type more lenientHisham Muhammad2025-01-031-1/+1
| | | | See https://github.com/teal-language/tl/pull/890#issuecomment-2569388264
* 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
|
* 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
|
* 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
|
* fs.download: get consistent return valuesV1K1NGbg2024-10-212-8/+10
|
* 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
|