Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. Supports automatic C => V translation. https://vlang.io
MIT License
35.82k
stars
2.17k
forks
source link
cgen error when `-g` is used on a program containing an if expression, with comptime if inside its branches #22873
V doctor:
What did you do?
./v -g -o vdbg cmd/v && ./vdbg /tmp/bug.v
What did you expect to see?
A compiled program, even with -g (it compiles without it)
What did you see instead?
Huly®: V_0.6-21316