Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
lua-l
Conversations
About
Groups keyboard shortcuts have been updated
Dismiss
See shortcuts
lua-l
Contact owners and managers
1–30 of 401
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
Badr Elmers
,
Scott Morgan
2
5:03 AM
How to pass Unicode utf8 as command line arguments to a Lua script?
On 13/06/2025 04:12, Badr Elmers wrote: > I m building a command line tool using Lua, users may
unread,
How to pass Unicode utf8 as command line arguments to a Lua script?
On 13/06/2025 04:12, Badr Elmers wrote: > I m building a command line tool using Lua, users may
5:03 AM
jy l
4:25 AM
`Assertion `0' failed.` in lua_getmetatable
Hi! We found an assertion failure crash when testing with the fuzzing driver luaL_dostring_test PoC:
unread,
`Assertion `0' failed.` in lua_getmetatable
Hi! We found an assertion failure crash when testing with the fuzzing driver luaL_dostring_test PoC:
4:25 AM
Michael Bonnet
, …
mjmouse9999
6
Jun 11
Canonical way to return values representable in unsigned 64 bit integers
Comparisons can be done with `math.ult`[1] (unsigned less than). [1]. https://www.lua.org/manual/5.3/
unread,
Canonical way to return values representable in unsigned 64 bit integers
Comparisons can be done with `math.ult`[1] (unsigned less than). [1]. https://www.lua.org/manual/5.3/
Jun 11
vamsi kalapala
, …
Ką Mykolas
3
Jun 11
Solving Project Euler (easy) problems in Lua.
On Tue, Jun 10, 2025 at 11:37 PM vamsi kalapala <vamsi1...@gmail.com> wrote: > > I am
unread,
Solving Project Euler (easy) problems in Lua.
On Tue, Jun 10, 2025 at 11:37 PM vamsi kalapala <vamsi1...@gmail.com> wrote: > > I am
Jun 11
Eleanor Bartle
,
Pierre Chapuis
2
Jun 11
Question: Direct-Threaded Interpreter
This interpreter relies on the compiler supporting tail calls in C with __attribute__((musttail)) A
unread,
Question: Direct-Threaded Interpreter
This interpreter relies on the compiler supporting tail calls in C with __attribute__((musttail)) A
Jun 11
Alexander Walz
, …
Michael Bonnet
4
Jun 10
LHF's Lua script-to-binary executable utility
This is a little far from the specific topic, but I've used `xxd -i` to turn Lua files into byte
unread,
LHF's Lua script-to-binary executable utility
This is a little far from the specific topic, but I've used `xxd -i` to turn Lua files into byte
Jun 10
Alexander Walz
Jun 9
Lua 5.4.8 for OS/2 and DOS now available at Sourceforge
Good Day, OS/2 and DOS binaries of the latest Lua 5.4.8 release are now available at https://
unread,
Lua 5.4.8 for OS/2 and DOS now available at Sourceforge
Good Day, OS/2 and DOS binaries of the latest Lua 5.4.8 release are now available at https://
Jun 9
Stefano
,
Matthew Wild
2
Jun 9
5.4 constant in C API
On Mon, 9 Jun 2025 at 14:47, 'Stefano' via lua-l <lu...@googlegroups.com> wrote: >
unread,
5.4 constant in C API
On Mon, 9 Jun 2025 at 14:47, 'Stefano' via lua-l <lu...@googlegroups.com> wrote: >
Jun 9
Federico Ferri
, …
Andrey Dobrovolsky
7
Jun 8
assign a local variable in the caller’s scope from a function?
Really, locals are not part of the environment and can be reached with debug.getlocal() (find local
unread,
assign a local variable in the caller’s scope from a function?
Really, locals are not part of the environment and can be reached with debug.getlocal() (find local
Jun 8
Kritzel Kratzel
Jun 8
[ANN] OneLuaPro 5.4.8.0 now available
OneLuaPro v5.4.8.0 has been released: Download: https://github.com/OneLuaPro/OneLuaPro/releases/tag/
unread,
[ANN] OneLuaPro 5.4.8.0 now available
OneLuaPro v5.4.8.0 has been released: Download: https://github.com/OneLuaPro/OneLuaPro/releases/tag/
Jun 8
Stefano Cossu
, …
Denis Dos Santos Silva
7
Jun 6
Building multi-module C package
Yes, eventually I'll build a rock because it's a library, but for now I wanted to leave that
unread,
Building multi-module C package
Yes, eventually I'll build a rock because it's a library, but for now I wanted to leave that
Jun 6
Augusto Rodrigues
, …
Denis Dos Santos Silva
9
Jun 5
Doubts about Folder structure + licenses for Lua stuff
a real world example https://legato.io/ https://docs.legato.io/latest/
unread,
Doubts about Folder structure + licenses for Lua stuff
a real world example https://legato.io/ https://docs.legato.io/latest/
Jun 5
Sergey Bronnikov
,
Sainan
2
Jun 4
SIGABORT in lundump.c on parsing constants in bytecode
> protection against malicious bytecode The only protection against malicious bytecode is not
unread,
SIGABORT in lundump.c on parsing constants in bytecode
> protection against malicious bytecode The only protection against malicious bytecode is not
Jun 4
Luiz Henrique de Figueiredo
Jun 4
[ANN] Lua 5.4.8 now available
Lua 5.4.8 has been frozen and is now the current release of Lua 5.4. Lua 5.4.8 fixes all bugs listed
unread,
[ANN] Lua 5.4.8 now available
Lua 5.4.8 has been frozen and is now the current release of Lua 5.4. Lua 5.4.8 fixes all bugs listed
Jun 4
Robert Virding
, …
Sainan
31
Jun 3
How string.format implements %q
That's the erlang way. It's in the docs. Robert On Tue, 3 Jun 2025 at 23:03, 'Sainan'
unread,
How string.format implements %q
That's the erlang way. It's in the docs. Robert On Tue, 3 Jun 2025 at 23:03, 'Sainan'
Jun 3
Sainan
,
blog...@gmail.com
3
Jun 2
chunkname is seemingly ignored when loading bytecode
Test all lua from 5.1 to 5.5 * https://paste.debian.net/1377860/ 5.1 5.2 5.3 5.4 from Debain Sid, 5.5
unread,
chunkname is seemingly ignored when loading bytecode
Test all lua from 5.1 to 5.5 * https://paste.debian.net/1377860/ 5.1 5.2 5.3 5.4 from Debain Sid, 5.5
Jun 2
Markus Haas
Jun 2
Lua 5.4 GC steps doing too much work/effort?
HI, a while ago I posted a question in a commit, and now want to ask here in the mailing list: https:
unread,
Lua 5.4 GC steps doing too much work/effort?
HI, a while ago I posted a question in a commit, and now want to ask here in the mailing list: https:
Jun 2
Luiz Henrique de Figueiredo
, …
Tom Sutcliffe
10
Jun 1
[ANN] Lua 5.4.8 (rc1) now available
No issues found compiling LuaSwift for macOS (using Xcode 16.3) and running its test suite, or
unread,
[ANN] Lua 5.4.8 (rc1) now available
No issues found compiling LuaSwift for macOS (using Xcode 16.3) and running its test suite, or
Jun 1
Sainan
,
Roberto Ierusalimschy
3
May 27
Possible issue with constructor limits
> > I just saw commit 267ef461d0b13aa28d667f12d1a61452c9db529c ("Bug: check for
unread,
Possible issue with constructor limits
> > I just saw commit 267ef461d0b13aa28d667f12d1a61452c9db529c ("Bug: check for
May 27
Edoardo Lolletti
,
Sainan
3
May 23
lua_gc not documented as possibly raising errors
I see, I had forgotten about that detail, thanks Il 23/05/2025 18:49, 'Sainan' via lua-l ha
unread,
lua_gc not documented as possibly raising errors
I see, I had forgotten about that detail, thanks Il 23/05/2025 18:49, 'Sainan' via lua-l ha
May 23
Bernard L'île
,
Lourival Vieira Neto
2
May 21
libinput author plans lua plugins and wants feedback from experienced lua users
On Wed, May 21, 2025 at 6:23 PM 'Bernard L'île' via lua-l <lu...@googlegroups.com>
unread,
libinput author plans lua plugins and wants feedback from experienced lua users
On Wed, May 21, 2025 at 6:23 PM 'Bernard L'île' via lua-l <lu...@googlegroups.com>
May 21
Jonne Ransijn
,
blog...@gmail.com
2
May 21
Proposal: Allow `function name() ... end` inside of tables.
Looks nice but it hard incompatibility + no way for create backward compatibility code :( It looks
unread,
Proposal: Allow `function name() ... end` inside of tables.
Looks nice but it hard incompatibility + no way for create backward compatibility code :( It looks
May 21
Eleanor Bartle
, …
Yan
8
May 20
Pathological Erroneous Reclamation
Oh, I see, the colours are for barriers. That makes more sense. So, OLD1 is changed to OLD at the
unread,
Pathological Erroneous Reclamation
Oh, I see, the colours are for barriers. That makes more sense. So, OLD1 is changed to OLD at the
May 20
Stefan Heinzmann
, …
Bas Groothedde
10
May 20
mmap support for compiled Lua
> On 20 May 2025, at 19:59, Roberto Ierusalimschy <rob...@inf.puc-rio.br> wrote: > >
unread,
mmap support for compiled Lua
> On 20 May 2025, at 19:59, Roberto Ierusalimschy <rob...@inf.puc-rio.br> wrote: > >
May 20
Rodrigo Delduca
,
Luiz Henrique de Figueiredo
3
May 20
Fails to build on iOS: 'system' is unavailable: not available on iOS
It worked, thank you! On Tuesday, May 20, 2025 at 8:01:27 AM UTC-3 Luiz Henrique de Figueiredo wrote:
unread,
Fails to build on iOS: 'system' is unavailable: not available on iOS
It worked, thank you! On Tuesday, May 20, 2025 at 8:01:27 AM UTC-3 Luiz Henrique de Figueiredo wrote:
May 20
Thijs Schreijer
,
Denis Dos Santos Silva
2
May 20
[ANN]: Mediator2 - a mediator pattern implementation for Lua
awesome job!!! Em segunda-feira, 19 de maio de 2025 às 14:41:02 UTC-3, Thijs Schreijer escreveu: List
unread,
[ANN]: Mediator2 - a mediator pattern implementation for Lua
awesome job!!! Em segunda-feira, 19 de maio de 2025 às 14:41:02 UTC-3, Thijs Schreijer escreveu: List
May 20
Sergey Bronnikov
,
Roberto Ierusalimschy
2
May 18
UBsan: member access within null pointer of type 'struct TString'
> There is an issue in a Lua source code introduced by commit >
unread,
UBsan: member access within null pointer of type 'struct TString'
> There is an issue in a Lua source code introduced by commit >
May 18
Dmitiry Ryzhenko
,
Luiz Henrique de Figueiredo
2
May 15
Lua 5.4 upvalue bug?
Thanks for the report. It's a known bug: https://www.lua.org/bugs.html#5.4.7-2
unread,
Lua 5.4 upvalue bug?
Thanks for the report. It's a known bug: https://www.lua.org/bugs.html#5.4.7-2
May 15
blog...@gmail.com
, …
Scott Morgan
3
May 11
package.loadlib for specific cases
On 11/05/2025 16:22, blog...@gmail.com wrote: > 1 - Im known what package.loadlib lowlevel call
unread,
package.loadlib for specific cases
On 11/05/2025 16:22, blog...@gmail.com wrote: > 1 - Im known what package.loadlib lowlevel call
May 11
最萌 小汐
, …
云风 Cloud Wu
10
May 6
Performance issues when deleting some keys during table construction
Thank you very much for your help. The performance issue I encountered in the background was indeed
unread,
Performance issues when deleting some keys during table construction
Thank you very much for your help. The performance issue I encountered in the background was indeed
May 6