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 full version |V 0.4.9 5b44b67.af1ef92
|:-------------------|:-------------------
|OS |macos, macOS, 15.2, 24C101
|Processor |10 cpus, 64bit, little endian, Apple M4
|Memory |1.25GB/16GB
| |
|V executable |/Users/leodev/p/v/v/v
|V last modified time|2025-01-05 15:18:43
| |
|V home dir |OK, value: /Users/leodev/p/v/v
|VMODULES |OK, value: /Users/leodev/.vmodules
|VTMP |OK, value: /tmp/v_501
|Current working dir |OK, value: /Users/leodev/p/v/fast2
| |
|Git version |git version 2.47.0
|V git status |weekly.2024.53-31-gaf1ef929 (1 commit(s) behind V master)
|.git/config present |true
| |
|cc version |Apple clang version 16.0.0 (clang-1600.0.26.6)
|gcc version |Apple clang version 16.0.0 (clang-1600.0.26.6)
|clang version |Apple clang version 16.0.0 (clang-1600.0.26.6)
|tcc version |tcc version 0.9.28rc 2024-02-05 HEAD@105d70f7 (AArch64 Darwin)
|tcc git status |thirdparty-macos-arm64 713692d4
|emcc version |N/A
|glibc version |N/A
What did you do? ./v -g -o vdbg cmd/v && ./vdbg repro.v && repro
fnmain() {
println('Hello, world!')
}
What did you see?
sh: repro: command not found
Full stdout:
v bug repro.v
> Prepare vdbg using: '/Users/leodev/p/v/v/v' -g -o '/Users/leodev/p/v/v/vdbg' cmd/v
> Compile using: '/Users/leodev/p/v/v/vdbg' 'repro.v'
It looks like the compilation went well, do you want to run the file? [Y/n] Y
> Run using: repro
sh: repro: command not found
What did you expect to see? v bug should run the executable
> It looks like your installation of V is outdated.
> We advise you to run `v up` before submitting an issue.
Are you sure you want to continue? [Y/n] Y
What did you expect to see?
v bug should run the executable
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 doctor:
What did you do?
./v -g -o vdbg cmd/v && ./vdbg repro.v && repro
What did you see?
Full stdout:
What did you expect to see?
v bug should run the executable
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.
Huly®: V_0.6-21815
The text was updated successfully, but these errors were encountered: