Skip to content

v0.53.4

Compare
Choose a tag to compare
@gazerro gazerro released this 27 Oct 12:21
· 93 commits to main since this release

Fixes

  • compiler/emitter,runtime: fix addressability of values read by GetVar

    Invalid behavior occurred when assigning to slices, pointers, or maps at the package level.

  • compiler/disassembler: fix panic disassembling 'MapIndex' operation

    Disassembling code with an index expression on a map resulted in a panic.