Re: [E-devel] Small lua patch.

2010-05-19 Thread The Rasterman
On Mon, 17 May 2010 12:05:37 -0300 Eduardo Felipe said: in svn > Hi folks! > > I know raster is working on rewriting lua, but still the timer API had > a minor usability issue that I would like to see solved. > Upon creating a timer, it's callback must return an int, otherwise it > would panic.

[E-devel] Small lua patch.

2010-05-17 Thread Eduardo Felipe
Hi folks! I know raster is working on rewriting lua, but still the timer API had a minor usability issue that I would like to see solved. Upon creating a timer, it's callback must return an int, otherwise it would panic. The python bindings do the nicety of, if the callback function returns nothin