franko / gsl-shell

GSL library shell based on LuaJIT2
http://franko.github.io/gsl-shell/
GNU General Public License v3.0
92 stars 12 forks source link

Comments for 2.2.0-rc1 #6

Closed ladc closed 11 years ago

ladc commented 11 years ago
franko commented 11 years ago

Taken into account. I will merge the latest luajit soon and include the parser patch for gsl shell. For the point 2, I've made an email to the luajit ML since I suspect a luajit problem.

franko commented 11 years ago

@ladc Hi, I'm going to finally publish the final 2.2 release. The latest luajit2 branch is now merged in the gsl shell's master branch with the parser fix. The problem with the window not opening is also fixed. Please test if possible on both x64 and ARM.

ladc commented 11 years ago

In graph-init.lua, functions rgba and rgba_decode, tonumber() should be called on the arguments. I think there may be other modules where this needs to be fixed -- wherever bit.* or C functions are called that expect regular doubles/lua_numbers.