lua-users home
lua-l archive

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


Thanks for the feedback.
After a bit of messing around, I think I have a working way to serialize functions. My tests have been successful.

If it works for your needs, I'll tag 1.0.1.

On 17 April 2010 02:16, Joe Andresen <joe.andresen@gmail.com> wrote:
This looks like an alternative to table.save

although i notice you cannot store functions... this has always been an issue.

-J

On Fri, Apr 16, 2010 at 4:44 PM, Linus Sjögren <thelinx@unreliablepollution.net> wrote:
I just tagged the first stable release of luaSolidState.

It is a module that allows painless storage of tables in Lua.
The code is public domain, so you may use it however you want. (But backports are appreciated)


I'd appreciate if those Rockspecs are added to the LuaRocks repository.
I also appreciate any feedback you might have, as well as any bug reports.

Thank you.