Skip to content

Commit

Permalink
Updates release notes for PR #4486
Browse files Browse the repository at this point in the history
  • Loading branch information
ponylang-main committed Feb 6, 2024
1 parent c0f781e commit 4f31df8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .release-notes/4479.md

This file was deleted.

8 changes: 8 additions & 0 deletions .release-notes/next-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,11 @@ actor Main

After the fix, this code correctly prints `11` and `11`.

## Fix esoteric bug with serializing bare lambdas

Almost no one uses bare lambdas. And even fewer folks end up passing them through the Pony serialization code. So, of course, Red Davies did just that. And of course, he found a bug.

When we switched to LLVM 15 in 0.54.1, we had to account for a rather large change with how LLVM handles pointer and types. In the process of doing that update, a mistake was made and serializing of bare lambdas was broken.

We've made the fix and introduced a regression test. Enjoy your fix Red!

0 comments on commit 4f31df8

Please sign in to comment.