[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Is dofile really called for anymore?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Sat, 3 Apr 2010 09:32:28 -0300
> but to make it robustly handle errors requires pcall and then you end
> up with something of equivalent complexity anyway...
loadfile is already called in protected mode (via lua_load).