Skip to content

parser: fix panic for struct Abc { pub mut: }#24403

Merged
spytheman merged 1 commit into
vlang:masterfrom
spytheman:fix_parser_panic_for_empty_pub_mut_section_in_a_struct
May 4, 2025
Merged

parser: fix panic for struct Abc { pub mut: }#24403
spytheman merged 1 commit into
vlang:masterfrom
spytheman:fix_parser_panic_for_empty_pub_mut_section_in_a_struct

Conversation

@spytheman

@spytheman spytheman commented May 4, 2025

Copy link
Copy Markdown
Contributor

Fix #24404 .

  • ci: reduce false positives for init_global_test.v on windows (retry it 2 times)
  • ci: reduce false positives for orm_func_test.v on windows (retry it 2 times)
  • parser: fix panic for struct Abc { pub mut: }

@huly-for-github

Copy link
Copy Markdown

Connected to Huly®: V_0.6-22775

@spytheman spytheman changed the title fix parser panic for empty pub mut section in a struct parser: fix panic for struct Abc { pub mut: } May 4, 2025
@spytheman spytheman merged commit 2bd2d00 into vlang:master May 4, 2025
@spytheman spytheman deleted the fix_parser_panic_for_empty_pub_mut_section_in_a_struct branch May 4, 2025 09:39
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.

Compiler panics on empty struct

1 participant