Skip to content

0.90 - Fix finally induced issues

Compare
Choose a tag to compare
@leibnitz27 leibnitz27 released this 05 Nov 12:39
· 881 commits to master since this release
  • Fix issue where aggressive conditional to return pushing was dropping a side effect, when inside a block with a finally clause
  • Fix over extension of switch contained in finally clause, leading to default block adopting code outside switch
  • Fix case where unbound generic with no typing info could suggest a variable name of '$'.