Groups
Groups
Sign in
Groups
Groups
lua-l
Conversations
About
Send feedback
Help
lua-l
Contact owners and managers
1–30 of 613
Welcome to
lua-l
, a list for discussing the
Lua
programming language, its uses, and its implementation. For further information, visit
this page
.
Mark all as read
Report group
0 selected
Manuel Hernandez
Mar 11
[Job] Remote Lua developers for AI code evaluation ($55–$70/hr)
Hello Lua community, My name is Manuel Hernández and I work with Alignerr, the expert network behind
unread,
[Job] Remote Lua developers for AI code evaluation ($55–$70/hr)
Hello Lua community, My name is Manuel Hernández and I work with Alignerr, the expert network behind
Mar 11
Weixie Cui
,
Roberto Ierusalimschy
2
Mar 11
[PATCH] BUG: Missing 'lua_State' parameter in 'floatforloop'
> 'floatforloop' uses 'L' in 'luai_numadd(L, idx, step)' but does > not
unread,
[PATCH] BUG: Missing 'lua_State' parameter in 'floatforloop'
> 'floatforloop' uses 'L' in 'luai_numadd(L, idx, step)' but does > not
Mar 11
Kritzel Kratzel
Mar 10
[ANN] OneLuaPro 5.5.0.0 released
It's official - OneLuaPro now fully supports Lua 5.5. Downloads: https://github.com/OneLuaPro/
unread,
[ANN] OneLuaPro 5.5.0.0 released
It's official - OneLuaPro now fully supports Lua 5.5. Downloads: https://github.com/OneLuaPro/
Mar 10
Vadim (vadcx)
, …
Roberto Ierusalimschy
3
Mar 8
table.unpack does not produce a line number on error
> When table.unpack encounters an error (such as the above or "attempt to get length of a
unread,
table.unpack does not produce a line number on error
> When table.unpack encounters an error (such as the above or "attempt to get length of a
Mar 8
nobody
, …
Roberto Ierusalimschy
3
Mar 6
Observations from a bytecode validation feasibility experiment
> As an example, VARARGPREP is tagged as A ("instruction sets register A") > even
unread,
Observations from a bytecode validation feasibility experiment
> As an example, VARARGPREP is tagged as A ("instruction sets register A") > even
Mar 6
Ross Burton
,
Yao Zi
2
Mar 5
Dynamic loading of libreadline opens wrong library filename
On Thu, Mar 05, 2026 at 06:14:25AM -0800, Ross Burton wrote: > Hi, > > As of lua 5.5[1]
unread,
Dynamic loading of libreadline opens wrong library filename
On Thu, Mar 05, 2026 at 06:14:25AM -0800, Ross Burton wrote: > Hi, > > As of lua 5.5[1]
Mar 5
Carlo B.
Mar 3
[PATCH] Add support for CYGWIN.
Hello, I would like to share my patch for supporting CYGWIN into LUA. The patch just needs few simple
unread,
[PATCH] Add support for CYGWIN.
Hello, I would like to share my patch for supporting CYGWIN into LUA. The patch just needs few simple
Mar 3
重归混沌
, …
Philippe Verdy
10
Mar 1
Question about SETFIELD nil emission in table constructor codegen
Not really: a table literal can be copied/instantiated much faster without using Lua bytecode
unread,
Question about SETFIELD nil emission in table constructor codegen
Not really: a table literal can be copied/instantiated much faster without using Lua bytecode
Mar 1
Richard Beckmann
, …
Sewbacca
6
Mar 1
__builtin_expect function isn't available in gcc below version 3
For completion's sake: yes it can be configured to do that, run luarocks config variables.CFLAGS
unread,
__builtin_expect function isn't available in gcc below version 3
For completion's sake: yes it can be configured to do that, run luarocks config variables.CFLAGS
Mar 1
Weixie Cui
, …
Philippe Verdy
5
Feb 26
[PATCH v3] Fix variadic type mismatch in pushutfchar -- passes long but %U expects unsigned long
Also if "%U" means UTF-8, the only acceptable values for a standard result must be positive
unread,
[PATCH v3] Fix variadic type mismatch in pushutfchar -- passes long but %U expects unsigned long
Also if "%U" means UTF-8, the only acceptable values for a standard result must be positive
Feb 26
Weixie Cui
Feb 26
[PATCH] fix: should process return value aux_close
From: Weixie Cui <cuiw...@gmail.com> aux_close may return failed that should be handle.
unread,
[PATCH] fix: should process return value aux_close
From: Weixie Cui <cuiw...@gmail.com> aux_close may return failed that should be handle.
Feb 26
Sewbacca
, …
Denis Dos Santos Silva
6
Feb 21
A few questions about memory allocation
Is it possible to allocate data on the stack rather than the heap? you can try implement a `arena
unread,
A few questions about memory allocation
Is it possible to allocate data on the stack rather than the heap? you can try implement a `arena
Feb 21
Arnaud Delobelle
, …
Martin Eden
5
Feb 20
ANN] Golua v0.2.0 (implementing Lua 5.5)
On 2026-02-20 18:59, le...@neilson-levin.org wrote: > Does it provide a packager to bundle Lua app
unread,
ANN] Golua v0.2.0 (implementing Lua 5.5)
On 2026-02-20 18:59, le...@neilson-levin.org wrote: > Does it provide a packager to bundle Lua app
Feb 20
Lars Müller
,
John Belmonte
2
Feb 19
Link rot on the Lua Wiki
I've removed the offending item from LuaLinks. On Wed, Feb 18, 2026 at 8:59 AM 'Lars Müller
unread,
Link rot on the Lua Wiki
I've removed the offending item from LuaLinks. On Wed, Feb 18, 2026 at 8:59 AM 'Lars Müller
Feb 19
Ben Sivan
, …
Andrey Dobrovolsky
6
Feb 17
[ANN] Luam: A minimalist, procedural Lua dialect for CAD (Luametry)
Hi Ben, Lua without closures and metatables is like Lisp without parentheses. Just a joke, I don'
unread,
[ANN] Luam: A minimalist, procedural Lua dialect for CAD (Luametry)
Hi Ben, Lua without closures and metatables is like Lisp without parentheses. Just a joke, I don'
Feb 17
Sergey Bronnikov
, …
Roberto Ierusalimschy
6
Feb 17
Undefined behavior in utf8_decode()
> there is an issue with undefined behavior in lutf8lib.c because shift > exponent may be too
unread,
Undefined behavior in utf8_decode()
> there is an issue with undefined behavior in lutf8lib.c because shift > exponent may be too
Feb 17
Andre Leiradella
, …
Roberto Ierusalimschy
15
Feb 17
Unaligned memory access
> > I think what they meant is you can pass a custom allocator function in > lua_newstate()
unread,
Unaligned memory access
> > I think what they meant is you can pass a custom allocator function in > lua_newstate()
Feb 17
Sergey Bronnikov
, …
Yao Zi
5
Feb 17
An unsigned overflow in luai_makeseed()
On Tue, Feb 17, 2026 at 01:50:39AM -0800, Sergey Bronnikov wrote: > Hello, > > the function
unread,
An unsigned overflow in luai_makeseed()
On Tue, Feb 17, 2026 at 01:50:39AM -0800, Sergey Bronnikov wrote: > Hello, > > the function
Feb 17
Kritzel Kratzel
, …
Błażej Roszkowski
7
Feb 15
Table length evaluations --> Lua 5.5 vs. Lua 5.4
The comment in ltable.c line 1291 above luaH_getn: ** Try to find a border in table 't'. (A
unread,
Table length evaluations --> Lua 5.5 vs. Lua 5.4
The comment in ltable.c line 1291 above luaH_getn: ** Try to find a border in table 't'. (A
Feb 15
Marcus Lund
,
Luiz Henrique de Figueiredo
2
Feb 13
luaU_undump stub in noparser.c
> Regarding noparser.c at https://www.lua.org/extras/ > > The luaU_undump stub in noparser.c
unread,
luaU_undump stub in noparser.c
> Regarding noparser.c at https://www.lua.org/extras/ > > The luaU_undump stub in noparser.c
Feb 13
Brisbane Silicon
, …
Roberto Ierusalimschy
3
Feb 12
ELM11-Feather
> We're launching a Feather compatible version of our ELM11 board - > see https://www.
unread,
ELM11-Feather
> We're launching a Feather compatible version of our ELM11 board - > see https://www.
Feb 12
Mabrooka “Yosr” Ben Belgacem
,
Luiz Henrique de Figueiredo
2
Feb 12
[PATCH] liblua: link shared library against libm to fix undefined sinh on glibc
> While running unit tests in a glibc-based environment, I encountered a runtime > issue when
unread,
[PATCH] liblua: link shared library against libm to fix undefined sinh on glibc
> While running unit tests in a glibc-based environment, I encountered a runtime > issue when
Feb 12
Kritzel Kratzel
Feb 11
[ANN] OneLuaPro 5.4.8.3 – Event-driven Multi-threading and SQLite3+sqlean Integration
Hi everyone, OneLuaPro 5.4.8.3 has been released. This update introduces significant changes to the
unread,
[ANN] OneLuaPro 5.4.8.3 – Event-driven Multi-threading and SQLite3+sqlean Integration
Hi everyone, OneLuaPro 5.4.8.3 has been released. This update introduces significant changes to the
Feb 11
Eric Covener
, …
Denis Dos Santos Silva
14
Feb 9
regression on zOS between 5.4.8 to 5.5.0 on zOS
On Mon, Feb 9, 2026 at 6:20 PM Denis Dos Santos Silva <de...@roo.com.br> wrote: > > Hi
unread,
regression on zOS between 5.4.8 to 5.5.0 on zOS
On Mon, Feb 9, 2026 at 6:20 PM Denis Dos Santos Silva <de...@roo.com.br> wrote: > > Hi
Feb 9
blogdron (BLOGDRON)
, …
Martin Eden
6
Feb 9
Its okey or not?
Thank you all ::) понедельник, 9 февраля 2026 г. в 21:06:14 UTC+3, Martin Eden: On 2026-02-09 18:21,
unread,
Its okey or not?
Thank you all ::) понедельник, 9 февраля 2026 г. в 21:06:14 UTC+3, Martin Eden: On 2026-02-09 18:21,
Feb 9
Matěj Cepl
, …
Martin Eden
4
Feb 9
[PATCH] Allow external definition of Lua library paths in luaconf.h
On 2026-02-09 02:37, Matěj Cepl wrote: > ping? Is there any hope this could be reviewed? Hello
unread,
[PATCH] Allow external definition of Lua library paths in luaconf.h
On 2026-02-09 02:37, Matěj Cepl wrote: > ping? Is there any hope this could be reviewed? Hello
Feb 9
Jure Bagić
,
Roberto Ierusalimschy
4
Feb 7
Missing global warning in lua interactive mode
I guess what to me looked wrong was the 'const' attribute: > global <const> A = 1;
unread,
Missing global warning in lua interactive mode
I guess what to me looked wrong was the 'const' attribute: > global <const> A = 1;
Feb 7
sur-behoffski
Feb 7
[off-lua-l list:] Testing Rocks...
G'day Thijs, Thanks for responding to my 5.5 rock incompatibility post. I'd be happy to post
unread,
[off-lua-l list:] Testing Rocks...
G'day Thijs, Thanks for responding to my 5.5 rock incompatibility post. I'd be happy to post
Feb 7
Martin Eden
,
Roberto Ierusalimschy
2
Feb 7
Minor documentation inconsistency
> Looks like "global" declaration statement is put incomplete in > EBNF syntax
unread,
Minor documentation inconsistency
> Looks like "global" declaration statement is put incomplete in > EBNF syntax
Feb 7
Marc Balmer
,
Sergey Zakharchenko
2
Feb 6
externalstring and to-be-closed
Hello Marc, On Fri, Feb 6, 2026, 17:34 Marc Balmer <mhba...@gmail.com> wrote: Trying to better
unread,
externalstring and to-be-closed
Hello Marc, On Fri, Feb 6, 2026, 17:34 Marc Balmer <mhba...@gmail.com> wrote: Trying to better
Feb 6