lua-users home
lua-l archive

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


It'd be nice if it weren't so dependent on floats being scattered all through the code our implementation is pretty custom anyways
I spent an hour trying to get around all the floats and exponents but the underlying parts worked well

On Thu, Sep 13, 2018 at 3:38 AM, Bogdan Marinescu <bogdan.marinescu@gmail.com> wrote:

On Thu, Sep 13, 2018 at 8:44 AM Walter anderson <bilgus.suglib@gmail.com> wrote:
I found out it works perfectly well as a lua_register replacement but a bit more testing needs done before I'd declare it a success

I find it really useful to run the Lua test suite (https://www.lua.org/tests/) after every change that I do to the Lua source code. It caught loads of errors in my changes, especially in the LTR patch. It might help you too.

Best,
Bogdan