Skip to content

cgen: fix array fixed code generation for more than 1 dimension#22876

Merged
spytheman merged 5 commits intovlang:masterfrom
felipensp:fix_fixed_array_2_dims_ret
Nov 17, 2024
Merged

cgen: fix array fixed code generation for more than 1 dimension#22876
spytheman merged 5 commits intovlang:masterfrom
felipensp:fix_fixed_array_2_dims_ret

Conversation

@felipensp
Copy link
Copy Markdown
Member

@felipensp felipensp commented Nov 16, 2024

@felipensp felipensp marked this pull request as ready for review November 16, 2024 23:52
Comment thread vlib/v/tests/fixed_array_2_dims_init_test.v
Comment thread vlib/v/gen/c/cgen.v
Copy link
Copy Markdown
Contributor

@spytheman spytheman left a comment

Choose a reason for hiding this comment

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

Excellent work.

@spytheman spytheman merged commit 864845b into vlang:master Nov 17, 2024
@felipensp felipensp deleted the fix_fixed_array_2_dims_ret branch November 17, 2024 10:16
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.

Creating explicit array from return values gives c error: declaration of an array of incomplete type elements

2 participants