Closed wyozi closed 4 years ago
Similarly math.frexp
no longer exists
I haven't really kept up on lua releases because I'm using luajit for all my projects now, which is fairly stable at a blend of 5.1 and 5.2 features. I'll see if I can take a look at this sometime in the next few weeks.
This is fixed-ish as of 064b602385fdbadb469b79d81160e2987b4b8225 (2.1.0). It does require math.frexp()
still (and thus LUA_COMPAT_MATHLIB
, which is the default on at least some distros).
Can be fixed with
Did not PR because not sure how this will affect Lua versions without ^