Re: lua_dump
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: lua_dump
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2006年3月27日 14:56:39 -0300
> lua5.1
> lua_dump() and consequently string.dump() do not expose
> the option for strpping (equivalent to -s on luac).
>
> Is there a special reason for this?
None. Just no one had required it before. However, adding such an option
would require changing the signature of lua_dump and thus breaking existing
code... Perhaps we can come up with a better solution for 5.2.