-
Notifications
You must be signed in to change notification settings - Fork 17.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
os: Windows-style absolute paths are not recognized correctly in wasm environments #68820
Comments
Change https://go.dev/cl/595797 mentions this issue: |
related #43768 |
I'm wondering if this fix can't be introduced in 1.23? I don't know much about Go's release process. |
Bugs are first fixed on the main branch, where development for the upcoming major release (Go 1.24) is happening. If appropriate, fixes may be backported to supported minor versions. See https://go.dev/s/release and https://go.dev/wiki/MinorReleases. |
I hope this fix gets a backport, at least for 1.23. One of my applications requires complex relative position calculations in order to workaround this bug. Thanks. |
Go version
go version devel go1.24-c5430dc1d8 Wed Jul 24 01:01:48 2024 +0000 windows/amd64
Output of
go env
in your module/workspace:What did you do?
Assume a basic file open program located at
E:\Temp\bug
Compile to wasm and run it with node.js wrapper.
What did you see happen?
What did you expect to see?
Open success.
The text was updated successfully, but these errors were encountered: