Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bug when serializing bare lambdas #4486

Merged
merged 1 commit into from Feb 6, 2024
Merged

Fix bug when serializing bare lambdas #4486

merged 1 commit into from Feb 6, 2024

Conversation

SeanTAllen
Copy link
Member

A bug in the handling of serializing bare lambdas was introduced when we updated to LLVM 15. This commit contains the fix.

Joe wrote the fix during a sync call after I identified the offending function during triage of a Red reported issue.

Closes #4479

A bug in the handling of serializing bare lambdas was introduced
when we updated to LLVM 15. This commit contains the fix.

Joe wrote the fix during a sync call after I identified the offending
function during triage of a Red reported issue.

Closes #4479
@SeanTAllen SeanTAllen requested a review from a team January 30, 2024 20:11
@SeanTAllen SeanTAllen added the changelog - fixed Automatically add "Fixed" CHANGELOG entry on merge label Jan 30, 2024
@ponylang-main ponylang-main added the discuss during sync Should be discussed during an upcoming sync label Jan 30, 2024
@SeanTAllen SeanTAllen merged commit c0f781e into main Feb 6, 2024
26 checks passed
@SeanTAllen SeanTAllen deleted the 4479 branch February 6, 2024 19:10
@ponylang-main ponylang-main removed the discuss during sync Should be discussed during an upcoming sync label Feb 6, 2024
github-actions bot pushed a commit that referenced this pull request Feb 6, 2024
github-actions bot pushed a commit that referenced this pull request Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog - fixed Automatically add "Fixed" CHANGELOG entry on merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compile fails verification "GEP base pointer is not a vector or a vector of pointers"
4 participants