Re: Is this a typo ? "attempt to yield across metamethod/C-call boundary"
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Is this a typo ? "attempt to yield across metamethod/C-call boundary"
- From: Xavier Wang <weasley.wx@...>
- Date: 2012年6月21日 13:03:24 +0800
if you don't give a "continuation", a lua_call/pcall/yeild has
hebavior just like 5.1's.
regards,
Xavier Wang
2012年6月21日 云风 <cloudwu@gmail.com>:
> I read the "ldo.c" , in the line 561 :
>
> luaG_runerror(L, "attempt to yield across metamethod/C-call boundary");
>
> But, lua 5.2 support yield across metamethod now, is this a typo ?
>
> --
> http://blog.codingnow.com
>