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 GC tracing of struct fields #2418

Merged
merged 1 commit into from
Dec 15, 2017

Conversation

Praetonus
Copy link
Member

Previously, tracing functions weren't being generated for structs, which caused their fields to never be traced, resulting in various bugs including premature GC collection.

Closes #2308.

Previously, tracing functions weren't being generated for structs,
which caused their fields to never be traced, resulting in various bugs
including premature GC collection.

Closes ponylang#2308.
@Praetonus Praetonus added the changelog - fixed Automatically add "Fixed" CHANGELOG entry on merge label Dec 15, 2017
@Praetonus Praetonus mentioned this pull request Dec 15, 2017
@Praetonus Praetonus merged commit d8dfe3a into ponylang:master Dec 15, 2017
@Praetonus Praetonus deleted the fix-struct-trace branch December 15, 2017 21:17
ponylang-main added a commit that referenced this pull request Dec 15, 2017
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.

2 participants