Skip to content

cgen: fix codegen for global array passed as mut#23881

Merged
spytheman merged 1 commit into
vlang:masterfrom
felipensp:fix_global_array_init
Mar 8, 2025
Merged

cgen: fix codegen for global array passed as mut#23881
spytheman merged 1 commit into
vlang:masterfrom
felipensp:fix_global_array_init

Conversation

@felipensp

Copy link
Copy Markdown
Member

Fix #23873

@huly-for-github

Copy link
Copy Markdown

Connected to Huly®: V_0.6-22284

@felipensp felipensp marked this pull request as ready for review March 8, 2025 14:42

@spytheman spytheman left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Excellent work.
Thank you very much 🙇🏻‍♂️ .

@spytheman spytheman merged commit 6b31c86 into vlang:master Mar 8, 2025
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.

modification of a global array variable does not succeed, when passed with mut x to an initialisation function

3 participants