Skip to content

v1.1.3

Compare
Choose a tag to compare
@milochristiansen milochristiansen released this 18 Apr 15:54
· 42 commits to master since this release

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