Frityet
Frityet
I want to type annotate a function that keeps returning functions until the argument is nil, the function is defined like this ```lua local type ExecuteResult = function(): string local...
```yaml cyan build Warn in config: ... Unknown key 'aot_options' Info Type checked src/module.tl Info Type checked src/nested/module.tl Error Error executing command ... ...ocuments/teal-to-native/lua_modules/share/lua/5.4/tl.lua:7351: attempt to index a nil value...
Hello! The link to download the installer for this program returns ```json {"message":"Artifact not found or access denied."} ```
> [NAppGUI is a professional SDK to build cross-platform desktop applications using The C Programming Language (ANSI C90). NAppGUI has built as a lightweight layer on top of the operating...
**Describe the bug** LuaJIT relies on SSE registers, which are not saved in interrupts
**Describe the bug** The scheduler, which was introduced recently (d82913c2185522739286bf05c0cf6deb491314f5) has a major bug of which, as described in the title, the scheduler will only schedule once, or never, and...
[Offending code](https://github.com/TheLuaOSProject/LuaJIT/blob/a4c76b975a0695aaa8548a445f72d1e38ebc902f/src/lj_parse.c#L1095), specifically the `if` statment ```c /* Lookup local variable name. */ static BCReg var_lookup_local(FuncState *fs, GCstr *n) { int i; for (i = fs->nactvar-1; i >= 0; i--)...
With a proper scheduler and processes be implemented by @pitust (d82913c2185522739286bf05c0cf6deb491314f5) IPC is needed for the userland to be able to be worked on. The idea is something like ```c...
Using [LuaOT](https://github.com/hugomg/lua-aot-5.4) a very viable and useful executable format can be reached by AOT compiling lua bytecode
MacOS and Linux support "package" executables, that have all of their files in a folder which is executed by the user (.app/.AppImage). This is the most ideal situation of which...