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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

checker: fix wrong ref field uninitialized #19786

Merged
merged 2 commits into from Nov 7, 2023

Conversation

felipensp
Copy link
Member

@felipensp felipensp commented Nov 6, 2023

Fix #19559

馃 Generated by Copilot at 8a78776

Fix struct initialization bug with optional fields. Skip checking ref fields for option types in vlib/v/checker/struct.v.

馃 Generated by Copilot at 8a78776

  • Fix a bug related to struct initialization with optional fields (link)

@felipensp felipensp marked this pull request as ready for review November 7, 2023 00:38
@spytheman spytheman merged commit 09f3e1e into vlang:master Nov 7, 2023
54 checks passed
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.

V error when not initializing ?&Type
2 participants