You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: