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
>v doctor
V full version: V 0.4.6 c412b9f.736067d
OS: windows, Microsoft Windows 10 רҵ v19042 64 λ
Processor: 4 cpus, 64bit, little endian,
getwd: ...\vlang\ds
vexe: ...\v\v.exe
vexe mtime: 2024-05-20 18:12:48
vroot: OK, value: D:\Programs\v
VMODULES: OK, value: ...\.vmodules
VTMP: OK, value: ...\AppData\Local\Temp\v_0
Git version: git version 2.33.1.windows.1
Git vroot status: Error: fatal: not a git repository (or any of the parent directories): .git
.git/config present: false
CC version: Error: 'cc' is not recognized as an internal or external command,
operable program or batch file.
thirdparty/tcc: N/A
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:
Describe the bug
In my linked list implementation, push a ref object into the list, then pop it, but it's value changed!
The test code
Reproduction Steps
Expected Behavior
The test pass.
Current Behavior
linkedlist3.v:96: FAIL: fn main.main: assert n.value == twe.value
left value: n.value = 4
right value: twe.value = 20
V panic: Assertion failed...
Possible Solution
No response
Additional Information/Context
No response
V version
V 0.4.6 736067d
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: