Skip to content

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

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

Conversation

spytheman
Copy link
Member

@spytheman spytheman commented May 4, 2025

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: }

Copy link

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
74 of 75 checks passed
@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