You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
==================
/tmp/v_1000/test.01HN3750AMESTN4YW9B51T59G9.tmp.c:12862: error: invalid operand types for binary operation
/tmp/v_1000/test.01HN3750AMESTN4YW9B51T59G9.tmp.c:12862: error: invalid aggregate type for register load
...
==================
(Use `v -cg` to print the entire error message)
builder error:
==================
C error. This should never happen.
This is a compiler bug, please report it using `v bug file.v`.
https://github.com/vlang/v/issues/new/choose
You can also use #help on Discord: https://discord.gg/vlang
Note
You can use the 👍 reaction to increase the issue's priority for developers.
Please note that only the 👍 reaction to the issue itself counts as a vote.
Other reactions and those to comments will not be taken into account.
The text was updated successfully, but these errors were encountered:
I'm not sure I fully understand what you mean here. Intuitively, I would assume the else case would get executed here for none. If matching on an optional value (and thus possibly none) isn't allowed, I guess this case would require some additional logic in the checker.
V doctor:
What did you do?
v -g -o vdbg cmd/v && vdbg test.v
What did you expect to see?
No output
What did you see instead?
Note
You can use the 👍 reaction to increase the issue's priority for developers.
Please note that only the 👍 reaction to the issue itself counts as a vote.
Other reactions and those to comments will not be taken into account.
The text was updated successfully, but these errors were encountered: