Minor update to tincan. I thought it was compatible with 5.2 but just realized the 5.2 rc's have LUA_COMPAT_ALL enabled by default, so my use of loadstring would fail without the above compatibility defined.
I have changed the load function to use loadfile rather then the combination of io.open, file:read and loadstring. I believe loadfile is preferred to my previous method anyways and now makes tincan compatible with 5.2 without LUA_COMPAT_ALL defined. Rockspec can be found here [0]. Thanks. [0] http://calminferno.net/lua/tincan/0.2-1/tincan-0.2-1.rockspec -- James Turner [email protected] ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ Luarocks-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/luarocks-developers
