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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

checker: fix missing error for non initialized interface struct member #18733

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

felipensp
Copy link
Member

@felipensp felipensp commented Jul 1, 2023

Fix #18718

🤖 Generated by Copilot at 158835f

Fix interface field initialization errors in vlib/v/checker/struct.v. Report errors instead of notes when interface fields are not initialized properly.

🤖 Generated by Copilot at 158835f

  • Report an error instead of a note when an interface field is not initialized (link)

@felipensp felipensp added the Tests To Fix This PR requiring only test fixes. label Jul 5, 2023
@spytheman spytheman added Needs Rebase The code of the PR must be rebased over current master before it can be approved. Breaking Change This PR introduces changes that break backward compatibility. Requires manual review. labels Aug 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Breaking Change This PR introduces changes that break backward compatibility. Requires manual review. Needs Rebase The code of the PR must be rebased over current master before it can be approved. Tests To Fix This PR requiring only test fixes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Runtime error when print struct with uninitialized field of interface type
2 participants