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
I usually prefer: v -o vnew self, then to use vnew file.v - that way I can keep the old V executable, while having access to the instrumented/debugged/updated version too.
Describe the bug
It seems that v builder cache system has some bug on Windows.
It just not recompile the updated vlib file.
Reproduction Steps
vlib/os/os_windows.c.v
line 354:compile
hello.v
.Again, update
vlib/os/os_windows.c.v
line 354:hello.v
again.Expected Behavior
see a updated compile result:
Current Behavior
old compile result:
Possible Solution
Sometime update
hello.v
can work, sometime not.Or run
v doctor
, this will update cache? and compile with newly updatedos_windows.c.v
Additional Information/Context
No response
V version
V 0.4.9 7040514.738f847
Environment details (OS name and version, etc.)
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: