Groups
Sign in
Groups
lua-l
Conversations
About
Send feedback
Help
lua-l
Contact owners and managers
1–30 of 360
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
sachin varshney
,
Sainan
2
12:58 PM
assert() failure swallowed when used with load() inside pcall() — lua_pcall() returns 0 and stack is empty
To me, it looks like the issue would be in your `dobuffer` function, as this is not included in my
unread,
assert() failure swallowed when used with load() inside pcall() — lua_pcall() returns 0 and stack is empty
To me, it looks like the issue would be in your `dobuffer` function, as this is not included in my
12:58 PM
Roberto Ierusalimschy
,
Daniel Krüger
2
10:53 AM
Lua workshop 2025?
Hello Roberto, what are the requirements? What would be required from the organization for hosting
unread,
Lua workshop 2025?
Hello Roberto, what are the requirements? What would be required from the organization for hosting
10:53 AM
Martin Eden
, …
Daniel Krüger
33
10:50 AM
Features I'll be glad to see in Lua 6+
Also everybody please bear in mind what the cost of new features is. Roberto made a very good talk
unread,
Features I'll be glad to see in Lua 6+
Also everybody please bear in mind what the cost of new features is. Roberto made a very good talk
10:50 AM
Thijs Schreijer
, …
David Favro
16
Apr 5
return value of `write` on incomplete writes
On Sat, 5 Apr 2025, at 02:30, David Favro wrote: > I think you can just use the name "/dev/
unread,
return value of `write` on incomplete writes
On Sat, 5 Apr 2025, at 02:30, David Favro wrote: > I think you can just use the name "/dev/
Apr 5
Scott Morgan
, …
Javier Guerra Giraldez
7
Apr 5
True Multi-Thread Lua : How Hard?
On Fri, 4 Apr 2025 at 21:59, 'Scott Morgan' via lua-l <lu...@googlegroups.com> wrote:
unread,
True Multi-Thread Lua : How Hard?
On Fri, 4 Apr 2025 at 21:59, 'Scott Morgan' via lua-l <lu...@googlegroups.com> wrote:
Apr 5
Rett Berg
,
Roberto Ierusalimschy
2
Apr 2
Unable to yield across library functions?
> I notice that there ARE ways to handle yields (lua_callk[1]) -- is it > expected that
unread,
Unable to yield across library functions?
> I notice that there ARE ways to handle yields (lua_callk[1]) -- is it > expected that
Apr 2
Sainan
, …
David Favro
9
Apr 1
Re: Can't get round Lua source code
While I haven't actually read the whole book, I'll suggest "Crafting Interpreters"
unread,
Re: Can't get round Lua source code
While I haven't actually read the whole book, I'll suggest "Crafting Interpreters"
Apr 1
Yan
, …
Sainan
7
Apr 1
proposal: luaL_traceback's pushfuncname performance optimization
> upon receiving the response, it resumes via coroutine.resume This implies to me that you have
unread,
proposal: luaL_traceback's pushfuncname performance optimization
> upon receiving the response, it resumes via coroutine.resume This implies to me that you have
Apr 1
Jure Bagić
3
Apr 1
Interaction between 'io_readline' and 'io.lines' in generic 'for' loop (Lua 5.4.7)
On Tue, Apr 01, 2025 at 04:59:21AM +0200, Jure Bagić wrote: >On Tue, Apr 01, 2025 at 04:53:40AM +
unread,
Interaction between 'io_readline' and 'io.lines' in generic 'for' loop (Lua 5.4.7)
On Tue, Apr 01, 2025 at 04:59:21AM +0200, Jure Bagić wrote: >On Tue, Apr 01, 2025 at 04:53:40AM +
Apr 1
Denis Dos Santos Silva
Mar 28
minor Cygwin issue
it's a minor issue when try compile lua using cygwin ( https://www.cygwin.com/ ) $ curl -L -R -O
unread,
minor Cygwin issue
it's a minor issue when try compile lua using cygwin ( https://www.cygwin.com/ ) $ curl -L -R -O
Mar 28
Sean Conner
, …
云风 Cloud Wu
7
Mar 26
Coroutines, iterators, and C
It was thus said that the Great 云风 Cloud Wu once stated: > Sean Conner <se...@conman.org> 于
unread,
Coroutines, iterators, and C
It was thus said that the Great 云风 Cloud Wu once stated: > Sean Conner <se...@conman.org> 于
Mar 26
mjmouse9999
,
Rett Berg
2
Mar 25
A try/error-propagation operator for Lua
this would be nice to have! I'm not totally convinced Lua needs it though, as it adds surface
unread,
A try/error-propagation operator for Lua
this would be nice to have! I'm not totally convinced Lua needs it though, as it adds surface
Mar 25
Jonathan Farmer
, …
云风 Cloud Wu
5
Mar 25
disappointed lua_lock and lua_unlock are macros
Jonathan Farmer <jrfarm...@gmail.com> 于2025年3月25日周二 07:28写道: > > Hi friends, > >
unread,
disappointed lua_lock and lua_unlock are macros
Jonathan Farmer <jrfarm...@gmail.com> 于2025年3月25日周二 07:28写道: > > Hi friends, > >
Mar 25
Rett Berg
, …
Tim Hill
13
Mar 24
string.concat function?
I decided to only support strings or integers as input (what lua_tolstring supports), which
unread,
string.concat function?
I decided to only support strings or integers as input (what lua_tolstring supports), which
Mar 24
Lourival Vieira Neto
, …
Ką Mykolas
4
Mar 21
[blog] From the Kernel to the Moon: A Journey into Lunatik Bindings
On Fri, Mar 21, 2025 at 12:41 PM Rett Berg <goog...@gmail.com> wrote: > > Cool stuff,
unread,
[blog] From the Kernel to the Moon: A Journey into Lunatik Bindings
On Fri, Mar 21, 2025 at 12:41 PM Rett Berg <goog...@gmail.com> wrote: > > Cool stuff,
Mar 21
Jason Lethbridge
,
Jorge Visca
4
Mar 21
Building Lua for 16-bit PCs with Open Watcom
Mission Accomplished! As of tag 2025-03-21 the patch to remove Open Watcom warnings doesn't
unread,
Building Lua for 16-bit PCs with Open Watcom
Mission Accomplished! As of tag 2025-03-21 the patch to remove Open Watcom warnings doesn't
Mar 21
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 18
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 18
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 13
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 13
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