[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: string.dump(closure)
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Wed, 9 Aug 2006 08:16:58 -0300
> Do you mean that tables, C functions, and userdata are not saved if
> they are contained in upvalues?
Yes. Numbers, strings, and booleans coul be easily saved, though.
> In other words, is there a way to write a Lua function that
> will give an "unable to dump given function" error when
> given to string.dump?
Not in 5.1.
--lhf