Skip to content

v0.8.0

Compare
Choose a tag to compare
@WeirdConstructor WeirdConstructor released this 28 Jul 18:40
· 219 commits to master since this release

0.8.0 (2021-07-28)

This is just a bugfix release.

  • Bugfix: Code generation for direct blocks if $true { !x = 3; x } $n
    was broken. It unwound the locals while the return value was still referencing
    those locals. No crash, just wrong results. Code became slightly faster too.
  • Bugfix: Catch x % 0 and make a WLambda panic of that.