Skip to content

checker: fix missing type bounding to match expr on or-expr#24658

Merged
spytheman merged 1 commit into
vlang:masterfrom
felipensp:fix_match_expr_no_type
Jun 5, 2025
Merged

checker: fix missing type bounding to match expr on or-expr#24658
spytheman merged 1 commit into
vlang:masterfrom
felipensp:fix_match_expr_no_type

Conversation

@felipensp

Copy link
Copy Markdown
Member

Fix #24656

@huly-for-github

Copy link
Copy Markdown

Connected to Huly®: V_0.6-23017

@felipensp felipensp marked this pull request as ready for review June 5, 2025 12:10
@@ -0,0 +1,16 @@
struct Foo {
option ?int = none

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.

that gives a warning, and afaik is not needed for the PR

@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.

Good work.

@spytheman spytheman merged commit 1e71fa3 into vlang:master Jun 5, 2025
74 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.

Match in or or block returns unexpected value.

2 participants