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

Tip for MIR_new_func_arr #238

Closed
wants to merge 1 commit into from
Closed

Tip for MIR_new_func_arr #238

wants to merge 1 commit into from

Conversation

iacore
Copy link
Contributor

@iacore iacore commented Nov 28, 2023

MIR_new_func_arr sets vars[i].name to the allocated name (which may be different from the chosen name)

see the diff

MIR_new_func_arr sets `vars[i].name` to the allocated name (which may be different from the chosen name)
@giann
Copy link
Collaborator

giann commented Nov 29, 2023

Yes. Still weird though.
I'll merge this once i get to updating things for latest zig build.
I the middle of rewriting the ast and everything using it right now.

@giann
Copy link
Collaborator

giann commented Jan 15, 2024

@iacore turns out that fix does not work, I had to revert to the previous (ugly) usage

@iacore
Copy link
Contributor Author

iacore commented Jan 16, 2024

Interesting! Did MIR update?

@iacore iacore closed this Jan 16, 2024
@giann
Copy link
Collaborator

giann commented Jan 16, 2024

No it just did not work

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.

2 participants