Skip to content

v0.5.9

Compare
Choose a tag to compare
@tsandall tsandall released this 10 Oct 16:44
· 1965 commits to master since this release

Fixes

  • Fix unsafe var errors on functions (#471, #467)

Miscellaneous

  • Fix docs example of set union
  • Fix file watch bug causing panic in server mode
  • Modify AST to represent function names as refs
  • Refactor runtime to separate init and start
  • Refactor test runner to accept Store argument