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
My base development environment is Linux but I'm working on cross platform tooling in V and discovered that on Windows 11 os.mkdir(path) is creating a directory that does not match the specified path.
|:-------------------|:-------------------
|OS |windows,
|Processor |8 cpus, 64bit, little endian, N/A
|Memory |6.87GB/15.52GB
|
|V last modified time|2025-02-05 04:04:51
|
|Git version |git version 2.47.1.windows.2
|V git status |weekly.2025.05-17-geecaa64e
|.git/config present |true
| |
|cc version |N/A
|gcc version |N/A
|clang version |N/A
|msvc version |N/A
|tcc version |tcc version 0.9.27 (x86_64 Windows)
|tcc git status |thirdparty-windows-amd64 b425ac82
|emcc version |N/A
|glibc version |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
My base development environment is Linux but I'm working on cross platform tooling in V and discovered that on Windows 11 os.mkdir(path) is creating a directory that does not match the specified path.
Reproduction Steps
Expected Behavior
Windows should have created the directory specified by path 'newdir'
Current Behavior
Windows created a directory named 'C' instead of 'newdir'
Possible Solution
Temporary work around was to directly use C.CreateDirectory() on Windows without converting the path string using to_wide()
Additional Information/Context
No response
V version
V 0.4.9 81fd0db.eecaa64
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: