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 #40050, handling fields that are pointers due to subtype circularity #40095

Merged
merged 1 commit into from
Mar 23, 2021

Conversation

JeffBezanson
Copy link
Member

Hopefully this works as kind of a quick fix. It would be nice to do better, maybe by computing layouts more lazily, but that would be more involved.

fix #40050

@JeffBezanson JeffBezanson added the bugfix This change fixes an existing bug label Mar 18, 2021
@vtjnash
Copy link
Member

vtjnash commented Mar 18, 2021

Yeah, this seems like it would work. I'm also pretty sure we can also just call the field-layout-computation function here, and remove the effort in duplicating its work. The earlier julia_struct_has_layout is supposed to verify that it would be safe, and then we can just assume ->layout is assigned and populated.

@JeffBezanson JeffBezanson added the backport 1.6 Change should be backported to release-1.6 label Mar 18, 2021
@KristofferC KristofferC mentioned this pull request Mar 23, 2021
10 tasks
@JeffBezanson JeffBezanson merged commit e3dffb9 into master Mar 23, 2021
@JeffBezanson JeffBezanson deleted the jb/fix40050 branch March 23, 2021 15:43
KristofferC pushed a commit that referenced this pull request Mar 26, 2021
@KristofferC KristofferC mentioned this pull request Mar 26, 2021
33 tasks
KristofferC pushed a commit that referenced this pull request Apr 4, 2021
KristofferC pushed a commit that referenced this pull request Apr 4, 2021
@KristofferC KristofferC removed the backport 1.6 Change should be backported to release-1.6 label May 4, 2021
ElOceanografo pushed a commit to ElOceanografo/julia that referenced this pull request May 4, 2021
antoine-levitt pushed a commit to antoine-levitt/julia that referenced this pull request May 9, 2021
staticfloat pushed a commit that referenced this pull request Dec 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix This change fixes an existing bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Assertion in codegen with recursive subtyping
3 participants