pushInteger should support 64-bit input on the java side of things. Checking that sizeof(lua_Integer) is big enough to handle this can be done on the native side of things. Otherwise, you're somewhat handicapping module developers. It's particularly troublesome for working with file-sizes.
pushInteger
should support 64-bit input on the java side of things. Checking thatsizeof(lua_Integer)
is big enough to handle this can be done on the native side of things. Otherwise, you're somewhat handicapping module developers. It's particularly troublesome for working with file-sizes.