Re: luac & 5.2?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: luac & 5.2?
- From: Petite Abeille <petite.abeille@...>
- Date: 2012年3月31日 00:56:43 +0200
On Mar 31, 2012, at 12:35 AM, Robert G. Jakabosky wrote:
> The modules are not registering them selves in the package.loaded table (this
> is one of the things module() does), so require() loads the modules again from
> the original Test*.lua files.
Yep, thanks for the explanation. As Patrick said: Sabotage!