Skip to content

0.52.5

Compare
Choose a tag to compare
@ponylang-main ponylang-main released this 30 Dec 20:53
· 488 commits to main since this release

Fix compiler crash when attempting to mutate a val field

In Pony 0.52.4 we fixed an unsoundness bug that had been introduced over the summer. While fixing that bug, an error case was missed and as a result, a compiler crash was created where an error message should have been generated.

We've fixed the crash and it now displays a "left side is immutable" error message.

[0.52.5] - 2022-12-30

Fixed