lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 05/07/2011 6.46, Josh Simmons wrote:
Removing the functions properly, and providing a compat / warning
library that re-defines the missing pieces seems much cleaner and more
useful to me.

Yes. Being able to check with "if setfenv then..." is more robust than having to branch on the version number (think n versions down the road).

--
  Enrico