Re: A loaded binary chunk may have wrong upvalues
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: A loaded binary chunk may have wrong upvalues
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2014年10月24日 11:36:19 -0200
This is a limitation of string.dump. It can only be used for "main"
functions, that is, functions that come from a complete chunk. These
have their first (and only) upvalue equal to _ENV.