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
S:\vProjects\AdventOfCode\Day1\main.v: In function 'main__main':
S:\vProjects\AdventOfCode\Day1\main.v:23:307: error: incompatible type for argument 1 of 'os__File_str'
23 | cur_pos -= move
| ^
| |
| os__File *
S:\temp\v_0\main.01KC0EY558A59T4GFZZMCSN16N.tmp.c:2587:37: note: expected 'os__File' but argument is of type 'os__File *'
2587 | static string os__File_str(os__File it) { return indent_os__File_str(it, 0);}
| ~~~~~~~~~^~
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?
clean compile
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.4.12 4034af7, press to see full `v doctor` output
What did you do?
./v -g -o vdbg cmd/v && ./vdbg main.v && S:\vProjects\AdventOfCode\Day1\main.exeWhat did you see?
What did you expect to see?
clean compile
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.