[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua new suggestions
- From: Roberto Ierusalimschy <roberto@...>
- Date: Mon, 2 Nov 2020 10:50:43 -0300
> > > > There are more suggestions.
> > > >
> > > > 1. In function luaL_execresult (lauxlib.c), var "what", can be reduced
> > > > scope.
> > > > 2. In function pusherror (loadlib.c), var "error", shadows function
> > error.
> > > > 3. In function l_str2d (lobject.c), is possible avoid call strlen,
> > > > if we reverse the test and pdot is equal to NULL.
> > > >
> > > Any answers for items 1, 2 and 3?
> >
> > What were the questions?
> >
> It is implicit.
> Are suggestions 1, 2 and 3 acceptable to "commit"?
Yes, no, yes.
-- Roberto