On 24.11.2012, 15:48, Uli Schlachter wrote: > Also, we did some changes to make awesome future-proof. With lua 5.2, > module() > was deprecated in lua. Awesome no longer uses this function. What's about the entire "local var = var" stuff at the beginning of a module before the module()-call itself? This was necessary, because module() set the environment to a new one, so all variables were nil. Does the drop of module() mean this bunch of "variable-transport" isn't necessary anymore because the modules get the original environment by default?
Cheers, Manuel -- To unsubscribe, send mail to [email protected].
