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

cbuilder: implement designated initializers, finish default value braces #24312

Merged
merged 2 commits into from
Oct 16, 2024

Conversation

metagn
Copy link
Collaborator

@metagn metagn commented Oct 15, 2024

follows up #24259

This is the remaining missing use of StructInitializer in getDefaultValue after #24259 and #24302. The only remaining direct C code in getDefaultValue is this line which creates a global array variable, which isn't implemented yet. Next steps would be all remaining variable and typedef declarations, then hopefully we can move on to general statements and expressions.

@Araq Araq merged commit 4a056b1 into nim-lang:devel Oct 16, 2024
19 checks passed
Copy link
Contributor

Thanks for your hard work on this PR!
The lines below are statistics of the Nim compiler built from 4a056b1

Hint: mm: orc; opt: speed; options: -d:release
175258 lines; 8.319s; 655.312MiB peakmem

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