[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua assertion during garbage collection when using a weak table
- From: Roberto Ierusalimschy <roberto@...>
- Date: Tue, 28 May 2019 17:00:48 -0300
> On Fri, Mar 29, 2019 at 9:41 PM Roberto Ierusalimschy <
> roberto@inf.puc-rio.br> wrote:
>
> > You are right.
>
> Do I understand correctly that the consensus is that the assertion is
> spurious? Yet looking at https://www.lua.org/bugs.html, this is not
> considered a bug.
>
> Is there a patch for this?
Just remove the assertion or, better yet, ignore it.
> Will this be fixed?
It is turned off, so it is like a comment. We usually do not consider
wrong comments as bugs, and we do not do releases to fix comments.
If this issue is causing your program any real harm, please let us know.
-- Roberto