lua-users home
lua-l archive

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


Is the documentation for coroutine.yield right?

"The coroutine cannot be running a C function, a metamethod, or an iterator."

whereas notable changes suggests 

"yieldable pcall and metamethods"

On Sun, Oct 31, 2010 at 12:22 PM, Leo Razoumov <slonik.az@gmail.com> wrote:
On Sat, Oct 30, 2010 at 20:04, Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> wrote:
> Lua 5.2.0 (work5) is now available at
>        http://www.lua.org/work/lua-5.2.0-work5.tar.gz
>
> - bit library renamed to bit32; functions also renamed

Kudos to the development team for a very elegant resolution to a
long-standing bit library debates.

--Leo--