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
In the file v/cmd/v2/README.md it states to run all ARM64 tests this command needs to be used:
./v run vlib/v2/gen/arm64/tests/run_tests.v
The test failed at building v2.
Reproduction Steps
cd to your v folder.
run command: ./v run vlib/v2/gen/arm64/tests/run_tests.v
Expected Behavior
I expect tests to run.
Current Behavior
Building of v2 fails. This is the output:
[*] Building v2...
Error: Failed to build v2
/bin/sh: /Users/user/Documents/Development/Projects/Vlang/V: No such file or directory
Possible Solution
I realize I have spaces in the path so I replaced the spaces with dashes. When I did the building of v2 worked and the next test also passed. I think there is code somewhere that needs to surround a path variable with single quotes to add support for spaces.
Describe the bug
In the file v/cmd/v2/README.md it states to run all ARM64 tests this command needs to be used:
./v run vlib/v2/gen/arm64/tests/run_tests.v
The test failed at building v2.
Reproduction Steps
cd to your v folder.
run command: ./v run vlib/v2/gen/arm64/tests/run_tests.v
Expected Behavior
I expect tests to run.
Current Behavior
Building of v2 fails. This is the output:
Possible Solution
I realize I have spaces in the path so I replaced the spaces with dashes. When I did the building of v2 worked and the next test also passed. I think there is code somewhere that needs to surround a path variable with single quotes to add support for spaces.
Additional Information/Context
No response
V version
V 0.5.1 c5efd0f
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.