lua-users home
lua-l archive

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


If I may make a suggestion about releasing your patches; providing them in standard patch format would be considerably more helpful than just providing the entire Lua 5.2.2 codebase with all your patches already applied. 

This way you can provide patches for each specific change to the codebase you have made, otherwise people have to do the diff themselves and try to figure out what changes you've made to the original source. As far as I can tell by doing the diff myself you have made changes to the GC system, fixed a bug with closing the lua state and something to do with rehashing tables?

Also, on your bitbucket main source page the README says the codebase is a modified 5.2.2 Lua and to read the doc/readme.html file for more information, however, so far as I can tell you didn't actually document your changes in that file, or anywhere! ;)

All that said, I am creating a Lua variant for embedding in a game engine so your tweaks to the GC may be of interest, thank you for the contribution! :)

-Paige



On Oct 31, 2013, at 7:26 AM, Jean-Luc Jumpertz <jean-luc@celedev.eu> wrote:

> All comments / opinions about this are welcome.
> 
> Jean-Luc
>