Skip to content

v0.5.1

Compare
Choose a tag to compare
@patrickomatic patrickomatic released this 29 Dec 19:22
· 89 commits to main since this release
v0.5.1

v0.5.1

Features

  • Generate and use csvpo cache files (increase compilation speed)
  • Ugprade umya-spreadsheet to v1.1.1
  • Deprecate Error::ObjectCodeError

Bugfixes

  • Fix leaking of namespaces from dependencies making their way into the dependent. Only exported
    symbols should have been propagated
  • Fix evaluation of variables dependent on variables from another file
  • Fix lexing of the fn keyword in places like fn fn_name where the "fn" part is repeated twice