-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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
cmd/go: internal/mmap/mmap.go:30:9: undefined: mmapFile on js-wasm #54219
Comments
please try this with the upstream source tree. |
Checked. All the details are in my other bug report. I resolved the other problem by un-hiding |
It looks like the However, there isn't much point in building As long as the fixes are small, I think it would be fine to tweak the |
Change https://go.dev/cl/433480 mentions this issue: |
Change https://go.dev/cl/434235 mentions this issue: |
Change https://go.dev/cl/435237 mentions this issue: |
Most tests will be skipped anyway because 'go build' is not available, but this ensures cmd will be build tested by TryBots for js/wasm. For #25911 For #35220 For #54219 Change-Id: I09c75905c36311810eb1ae75eeee2fa6102c1c0d Reviewed-on: https://go-review.googlesource.com/c/go/+/435237 Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> Reviewed-by: Bryan Mills <bcmills@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> TryBot-Result: Gopher Robot <gobot@golang.org>
Most tests will be skipped anyway because 'go build' is not available. But this at least ensures cmd/go will build for js/wasm after https://go.dev/cl/433480 is submitted. For golang/go#54219 Change-Id: I5f9b647973e7ee9a5849e1ce2818986794edc2c4 Reviewed-on: https://go-review.googlesource.com/c/build/+/434235 Reviewed-by: Bryan Mills <bcmills@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com>
Change https://go.dev/cl/436816 mentions this issue: |
For #54219. Change-Id: I9767f46a5b44beeee62a3d53c4de4f6acb6b6e73 Reviewed-on: https://go-review.googlesource.com/c/go/+/436816 TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Run-TryBot: Bryan Mills <bcmills@google.com> Reviewed-by: Than McIntosh <thanm@google.com> Auto-Submit: Bryan Mills <bcmills@google.com>
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes, on 2 different operating systems
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
What did you expect to see?
What did you see instead?
The text was updated successfully, but these errors were encountered: