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 347
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
Lourival Vieira Neto
Mar 19
[blog] From the Kernel to the Moon: A Journey into Lunatik Bindings
Hi folks, With GSoC approaching, I wrote an article on extending Lua with kernel APIs and embedding
unread,
[blog] From the Kernel to the Moon: A Journey into Lunatik Bindings
Hi folks, With GSoC approaching, I wrote an article on extending Lua with kernel APIs and embedding
Mar 19
Raghava A
, …
云风 Cloud Wu
4
Mar 19
Lua 5.4.4 - segfault at traverseproto Inbox
Thank you both for the explanations! @Roberto Ierusalimschy, You are right, we are calling lua_gc to
unread,
Lua 5.4.4 - segfault at traverseproto Inbox
Thank you both for the explanations! @Roberto Ierusalimschy, You are right, we are calling lua_gc to
Mar 19
idan kalomiti
, …
Javier Guerra Giraldez
6
Mar 19
Afree(): invalid size
On Wed, 19 Mar 2025 at 06:54, idan kalomiti <idan...@gmail.com> wrote: afree appears in
unread,
Afree(): invalid size
On Wed, 19 Mar 2025 at 06:54, idan kalomiti <idan...@gmail.com> wrote: afree appears in
Mar 19
David Sicilia
, …
Pierre Chapuis
6
Mar 19
The Lua Century
The problem with Lua people is they'll probably want to use a Lunar Calendar (https://en.
unread,
The Lua Century
The problem with Lua people is they'll probably want to use a Lunar Calendar (https://en.
Mar 19
Andrew Melo
, …
云风 Cloud Wu
12
Mar 17
Non-blocking file I/O
Andrew Melo <andre...@gmail.com> 于2025年3月11日周二 05:33写道: > > Bom dia, > > I'm
unread,
Non-blocking file I/O
Andrew Melo <andre...@gmail.com> 于2025年3月11日周二 05:33写道: > > Bom dia, > > I'm
Mar 17
G.k Ray
,
Roberto Ierusalimschy
2
Mar 13
BUG report(Maybe) multiple unref operations causing ref to return duplicate values.
> In Lua, the luaL_ref function is used to create a reference to a value in > the Lua registry,
unread,
BUG report(Maybe) multiple unref operations causing ref to return duplicate values.
> In Lua, the luaL_ref function is used to create a reference to a value in > the Lua registry,
Mar 13
jay veedeeh
, …
Lars Müller
8
Mar 12
apparently duplicate integer keys into a table
This is not a bug. LuaJIT does not implement Lua 5.4, it's based on 5.1 / 5.2 primarily and
unread,
apparently duplicate integer keys into a table
This is not a bug. LuaJIT does not implement Lua 5.4, it's based on 5.1 / 5.2 primarily and
Mar 12
Xmilia Hermit
,
Roberto Ierusalimschy
3
Mar 11
Missing GC barrier
> Many thanks for this (and the others) feedback. What version of Lua > do they refer to? I am
unread,
Missing GC barrier
> Many thanks for this (and the others) feedback. What version of Lua > do they refer to? I am
Mar 11
Xmilia Hermit
Mar 11
Wrong error message
The following code will give the error message `attempt to call a nil value (global 'a')`
unread,
Wrong error message
The following code will give the error message `attempt to call a nil value (global 'a')`
Mar 11
Xmilia Hermit
Mar 10
luaD_pcall might not reset L->errfunc
In case luaD_seterrorobj throws a memory error due to luaS_newliteral not being able to allocate
unread,
luaD_pcall might not reset L->errfunc
In case luaD_seterrorobj throws a memory error due to luaS_newliteral not being able to allocate
Mar 10
Xmilia Hermit
,
Roberto Ierusalimschy
2
Mar 10
Use after free in luaV_finishset
> The luaV_finishset function does not pin the h table prior to calling > luaH_finishset(L, h,
unread,
Use after free in luaV_finishset
> The luaV_finishset function does not pin the h table prior to calling > luaH_finishset(L, h,
Mar 10
Xmilia Hermit
Mar 10
L->errfunc can point to out of bounds memory
The L->errfunc is not handled correctly during luaE_resetthread. During luaE_resetthread the stack
unread,
L->errfunc can point to out of bounds memory
The L->errfunc is not handled correctly during luaE_resetthread. During luaE_resetthread the stack
Mar 10
Yan
, …
Gé Weijers
11
Mar 6
BUG report(Maybe): pcall cause dead loop
On Tue, Mar 4, 2025 at 8:35 PM Yan <yl.mec...@gmail.com> wrote: * download lua-5.4.7 * make
unread,
BUG report(Maybe): pcall cause dead loop
On Tue, Mar 4, 2025 at 8:35 PM Yan <yl.mec...@gmail.com> wrote: * download lua-5.4.7 * make
Mar 6
Rafael Diniz
,
Roberto Ierusalimschy
2
Mar 6
Lua 5.1.5 port to ELKS (Linux 8086)
> I ported Lua 5.1.5 to ELKS (Linux 8086) using the Open Watcom compiler and > the large memory
unread,
Lua 5.1.5 port to ELKS (Linux 8086)
> I ported Lua 5.1.5 to ELKS (Linux 8086) using the Open Watcom compiler and > the large memory
Mar 6
Natalie Stern
Mar 6
Networking / Meetups in Bay Area (San Francisco)
Hello! I work at Roblox and we're currently hiring Frontend Software Engineers at multiple levels
unread,
Networking / Meetups in Bay Area (San Francisco)
Hello! I work at Roblox and we're currently hiring Frontend Software Engineers at multiple levels
Mar 6
Frityet
, …
Thijs Schreijer
6
Mar 6
Proper threading with lua_lock and lua_unlock
On Mon, 3 Mar 2025, at 16:36, Viacheslav Usov wrote: > On Mon, Mar 3, 2025 at 12:02 PM 'Thijs
unread,
Proper threading with lua_lock and lua_unlock
On Mon, 3 Mar 2025, at 16:36, Viacheslav Usov wrote: > On Mon, Mar 3, 2025 at 12:02 PM 'Thijs
Mar 6
Eduardo Ochs
,
Rett Berg
2
Mar 2
What is the status of JSON-RPC on Lua?
Meta-recomendation: The json-rpc spec is TINY: https://www.jsonrpc.org/specification I once
unread,
What is the status of JSON-RPC on Lua?
Meta-recomendation: The json-rpc spec is TINY: https://www.jsonrpc.org/specification I once
Mar 2
Jason Lethbridge
,
Jorge Visca
3
Feb 28
Building Lua for 16-bit PCs with Open Watcom
No progress on the patches yet but the repository has been updated to Lua 5.4.7 with additional
unread,
Building Lua for 16-bit PCs with Open Watcom
No progress on the patches yet but the repository has been updated to Lua 5.4.7 with additional
Feb 28
Rett Berg
, …
Scott Morgan
15
Feb 28
fail type and module I wrote
On 27/02/2025 13:51, Roberto Ierusalimschy wrote: > So, 'false' seems more appropriate.
unread,
fail type and module I wrote
On 27/02/2025 13:51, Roberto Ierusalimschy wrote: > So, 'false' seems more appropriate.
Feb 28
Lourival Vieira Neto
Feb 28
[ANN] LabLua Accepted for Its 10th Year in Google Summer of Code (GSoC)!
We are glad to announce that LabLua has been accepted for its 10th year in the Google Summer of Code
unread,
[ANN] LabLua Accepted for Its 10th Year in Google Summer of Code (GSoC)!
We are glad to announce that LabLua has been accepted for its 10th year in the Google Summer of Code
Feb 28
Francisco Olarte
,
Roberto Ierusalimschy
3
Feb 27
Table.move with empty range.
On Thu, 27 Feb 2025 at 14:53, Roberto Ierusalimschy <rob...@inf.puc-rio.br> wrote: ... >
unread,
Table.move with empty range.
On Thu, 27 Feb 2025 at 14:53, Roberto Ierusalimschy <rob...@inf.puc-rio.br> wrote: ... >
Feb 27
Sergey Bronnikov
,
Roberto Ierusalimschy
3
Feb 26
An assertion is triggered in lgc.c:freeobj()
> > The commit a4762b6ffe74f5878882ef238d37bfa92d90e418 ("'objsize' returns >
unread,
An assertion is triggered in lgc.c:freeobj()
> > The commit a4762b6ffe74f5878882ef238d37bfa92d90e418 ("'objsize' returns >
Feb 26
Ye Liangchen
, …
Viacheslav Usov
9
Feb 25
BUG report: SEGV in `equalkey` function in `lua/ltable.c`
On Sat, Feb 1, 2025 at 9:04 PM Roberto Ierusalimschy <rob...@inf.puc-rio.br> wrote: >
unread,
BUG report: SEGV in `equalkey` function in `lua/ltable.c`
On Sat, Feb 1, 2025 at 9:04 PM Roberto Ierusalimschy <rob...@inf.puc-rio.br> wrote: >
Feb 25
Edoardo Lolletti
,
Roberto Ierusalimschy
2
Feb 24
Parsing difference in lua 5.4
> Hi, i recently encountered a parsing difference between lua 5.4 and the > previous versions,
unread,
Parsing difference in lua 5.4
> Hi, i recently encountered a parsing difference between lua 5.4 and the > previous versions,
Feb 24
Craig Haywood
Feb 24
Lua on Tang Nano 9k (dual core)
Hi all, Posted on this recently, there was some interest and a request for our Beta Release to
unread,
Lua on Tang Nano 9k (dual core)
Hi all, Posted on this recently, there was some interest and a request for our Beta Release to
Feb 24
Natanael
,
Sainan
2
Feb 18
Prevent a future breaking change in Lua5.6 or 6.0
It's a static function. I don't see your issue. -- Sainan
unread,
Prevent a future breaking change in Lua5.6 or 6.0
It's a static function. I don't see your issue. -- Sainan
Feb 18
sur-behoffski
, …
Luiz Henrique de Figueiredo
5
Feb 17
Lua 5.5 and LuaRocks interaction...
On 2025-02-14 01:07, Luiz Henrique de Figueiredo wrote: > If necessary, one can always use a tool
unread,
Lua 5.5 and LuaRocks interaction...
On 2025-02-14 01:07, Luiz Henrique de Figueiredo wrote: > If necessary, one can always use a tool
Feb 17
Lourival Vieira Neto
Feb 15
[ANN] Lunatik v3.6 released
We are pleased to announce the release of Lunatik v3.6, introducing new features and improvements for
unread,
[ANN] Lunatik v3.6 released
We are pleased to announce the release of Lunatik v3.6, introducing new features and improvements for
Feb 15
Rett Berg
, …
Tim Hill
12
Feb 13
string.concat function?
> If you create a new concat string for EVERY concat, and if you do this > eg 1000x for strings
unread,
string.concat function?
> If you create a new concat string for EVERY concat, and if you do this > eg 1000x for strings
Feb 13
ubq323
,
Luiz Henrique de Figueiredo
2
Feb 12
io.output affects io.write but not print
The rationale is that print is not part of the io library; print is in the base library and exists
unread,
io.output affects io.write but not print
The rationale is that print is not part of the io library; print is in the base library and exists
Feb 12