Skip to content

checker,cgen: fix alias for interface and option types#26565

Merged
spytheman merged 6 commits into
vlang:masterfrom
kbkpbot:fix-type-alias-bug
Feb 11, 2026
Merged

checker,cgen: fix alias for interface and option types#26565
spytheman merged 6 commits into
vlang:masterfrom
kbkpbot:fix-type-alias-bug

Conversation

@kbkpbot

@kbkpbot kbkpbot commented Feb 9, 2026

Copy link
Copy Markdown
Contributor

Fix issue #26551

Fix type aliases to interface and option types were not properly resolved during type checking and code generation.

kbkpbot and others added 3 commits February 9, 2026 15:21
* master:
  ci: skip the failing vlib/v2/transformer/transformer_test.v and vlib/v2/types/checker_test.v on the normal CI
Comment thread vlib/v/tests/aliases/alias_option_test.v Outdated
Co-authored-by: Delyan Angelov <delian66@gmail.com>

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

Excellent work.
Thank you @kbkpbot 🙇🏻 .

@spytheman spytheman merged commit 87340bc into vlang:master Feb 11, 2026
90 checks passed
cestef pushed a commit to cestef/v that referenced this pull request Mar 9, 2026
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.

Type alias to interface doesn't trigger implicit cast in function calls

2 participants