Skip to content

v2.17.0

Latest
Compare
Choose a tag to compare
@geseq geseq released this 29 Feb 20:21
c461a7f

Changelog

c461a7f Fix: stop execution when trying to slice an unsupported type (#443)
47062da Add os.arch and os.platform (#437)
e9b0393 fix the import expr string output (#440)
9d35005 Throw a runtime error when trying to slice an unsupported type (#442)
18b953c increase size of jump operands (#438)
da09c30 Revert "[OpJumpFalse, OpAndJump, OpOrJump, OpJump], these four instructions have been changed to use 4 bytes to avoid precision loss and panic when the number of instructions exceeds the maximum of 16 bits (65535) (#433)" (#436)
18424de [OpJumpFalse, OpAndJump, OpOrJump, OpJump], these four instructions have been changed to use 4 bytes to avoid precision loss and panic when the number of instructions exceeds the maximum of 16 bits (65535) (#433)
92cbb9b Use any instead of interface{} (#419)
0177bdb fix json.indent docs (#429)