lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Luiz, list,

Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br>:
> Lua 5.4.3 (rc2) is now available for testing at
>         http://www.lua.org/work/lua-5.4.3-rc2.tar.gz

Some minor nitpicks follow.

- 'jucst':
https://github.com/lua/lua/blob/eadd8c7178c79c814ecca9652973a9b9dd4cc71b/lstate.c#L272

> Lua 5.4.3 also contains several internal improvements and
> includes a revised reference manual:
>         http://www.lua.org/work/doc/

- you may want to use similar verbiage for these ("is a true value" vs
"a value of true", while they essentially refer to just a truthy
value, not necessarily the literal true):
https://github.com/lua/lua/blob/eadd8c7178c79c814ecca9652973a9b9dd4cc71b/manual/manual.of#L7028
https://github.com/lua/lua/blob/eadd8c7178c79c814ecca9652973a9b9dd4cc71b/manual/manual.of#L7054

- in a lot of places, 'returns @true' and 'returns true' are used
interchangeably (and thus a bit incoherently) in the manual; you
probably know that already...

As usual, thanks for all the effort put into this!

Best regards,

-- 
DoubleF