passing -d some_define=abc
does not trigger $if some_define ? { ... } $else { ... }
at all
#22906
Labels
Bug
This tag is applied to issues which reports bugs.
Comptime
Features processed during compile time, like $if, $for, $env etc
Status: Confirmed
This bug has been confirmed to be valid by a contributor.
Unit: cgen
Bugs/feature requests, that are related to the default C generating backend.
Unit: Checker
Bugs/feature requests, that are related to the type checker.
V doctor:
What did you do?
./v -g -o vdbg cmd/v && ./vdbg -d some_define=abc /home/delian/code/misc/2024_11_18__16/x.v
What did you expect to see?
a program that printed
some_define was passed
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.
Huly®: V_0.6-21349
The text was updated successfully, but these errors were encountered: