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
|emcc version |N/A
|glibc version |ldd (GNU libc) 2.43
What did you do? ./v -g -o vdbg cmd/v && ./vdbg main.v && main
$dbg;
fnmain() {
}
What did you see?
================== C compilation error (from tcc): ==============
cc: /tmp/v_1000/main.01KWX5Z3YJP3CPNTETTR4DQY9F.tmp.c:9734: error: declaration expected
=================================================================
Try passing `-g` when compiling, to see a .v file:line information, that correlates more with the C error.
(Alternatively, pass `-show-c-output`, to print the full C error message).
builder error:
==================
C error found. It should never happen, when compiling pure V code.
This is a V compiler bug, please report it using `v bug file.v`,
or goto https://github.com/vlang/v/issues/new/choose .
You can also use #help on Discord: https://discord.gg/vlang .
What did you expect to see?
I expected a compiler error.
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.
V version: V 0.5.1, press to see full `v doctor` output
Error: fatal: detected dubious ownership in repository at '/usr/lib/vlang/thirdparty/tcc'
To add an exception for this directory, call:
|emcc version |N/A
|glibc version |ldd (GNU libc) 2.43
What did you do?
./v -g -o vdbg cmd/v && ./vdbg main.v && mainWhat did you see?
What did you expect to see?
I expected a compiler error.
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.