Skip to content

0.33.2

Compare
Choose a tag to compare
@SeanTAllen SeanTAllen released this 03 Feb 03:36

Pony version 0.33.2 is now available. The release features no breaking changes for users' Pony code. We recommend updating at your leisure.

There are no major changes in 0.33.2. The biggest highlight is that LLVM 9 is now supported. Additionally, the preferred method of installing on macOS has been switched from Homebrew to ponyup.

[0.33.2] - 2020-02-03

Fixed

  • fix cli issue when providing --help=false. (PR #3442)
  • Fix linker error when creating symlinks on Windows (PR #3444)
  • Fix "not match" and "not if" causing a syntax error (PR #3449)

Added

Changed

  • Better error message for check_receiver_cap (PR #3450)
  • Improved error for undefined but used left side of declarations (PR #3451)