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

Remove last references to gc_num.since_sweep #49628

Merged
merged 1 commit into from
May 4, 2023

Conversation

jakobnissen
Copy link
Contributor

Commit ebc6776 removed the since_sweep field, but left two references to it, which makes Julia fail to build. This commit removes those references.

Note: I don't know anything about this C code here - I simply replaced both uses with allocd because #49195 claims that the two fields are always equal. Before merging this, it would be nice if anyone who knows the code could give it a thumbs up.

Closes #49627

Commit ebc6776 removed the since_sweep field, but left two references to it,
which makes Julia fail to build. This commit removes those references.
@KristofferC
Copy link
Sponsor Member

I'll merge this quickly to get things building again.

@KristofferC KristofferC merged commit 5e7d7c3 into JuliaLang:master May 4, 2023
@jakobnissen jakobnissen deleted the sweep branch May 4, 2023 13:15
@DilumAluthge
Copy link
Member

Thanks @jakobnissen and @KristofferC!

@DilumAluthge
Copy link
Member

It would be good to get a post-merge review on this, to make sure that the changes are correct.

@topolarity @d-netto Can you review this?

Copy link
Member

@topolarity topolarity left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll be out of office for most of next week and haven't had a chance to peek at this yet, so @d-netto if you're able to take over for the review that'd be a great help

Copy link
Member

@d-netto d-netto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot compile Julia on master (field since_sweep referred to)
5 participants