v1.1.3
One of the tests was failing on 32 bit systems, now it isn't.
- Integer table keys that fit into a script integer but not a system default int value will no longer be truncated sometimes.
Such keys were always supposed to go in the hash part of the table, but before this fix the keys were being truncated first
in some cases. (table.go