We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
go version
$ go version go version go1.18beta2 linux/amd64
Yes
go env
$ go env GO111MODULE="" GOARCH="amd64" GOBIN="" GOCACHE="/home/misha/.cache/go-build" GOENV="/home/misha/.config/go/env" GOEXE="" GOEXPERIMENT="" GOFLAGS="" GOHOSTARCH="amd64" GOHOSTOS="linux" GOINSECURE="" GOMODCACHE="/home/misha/.asdf/installs/golang/1.18beta2/packages/pkg/mod" GONOPROXY="" GONOSUMDB="" GOOS="linux" GOPATH="/home/misha/.asdf/installs/golang/1.18beta2/packages" GOPRIVATE="" GOPROXY="https://proxy.golang.org,direct" GOROOT="/home/misha/.asdf/installs/golang/1.18beta2/go" GOSUMDB="sum.golang.org" GOTMPDIR="" GOTOOLDIR="/home/misha/.asdf/installs/golang/1.18beta2/go/pkg/tool/linux_amd64" GOVCS="" GOVERSION="go1.18beta2" GCCGO="gccgo" GOAMD64="v1" AR="ar" CC="gcc" CXX="g++" CGO_ENABLED="1" GOMOD="/home/misha/GolandProjects/test/go.mod" GOWORK="" CGO_CFLAGS="-g -O2" CGO_CPPFLAGS="" CGO_CXXFLAGS="-g -O2" CGO_FFLAGS="-g -O2" CGO_LDFLAGS="-g -O2" PKG_CONFIG="pkg-config" GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build351429637=/tmp/go-build -gno-record-gcc-switches"
https://go.dev/play/p/dRgjhsNTE8H?v=gotip run
$ go test . --race
? main [no test files]
# main ./main.go:10:2: internal compiler error: width not calculated: go.shape.struct { Next *"".Node[go.shape.interface {}_0] }_0
The text was updated successfully, but these errors were encountered:
Some type isn't sized correctly when running with checkptr.
go tool compile -d checkptr main.go
Sorry, something went wrong.
Change https://golang.org/cl/382874 mentions this issue: cmd/compile: ensure size is computed for shape types
cmd/compile: ensure size is computed for shape types
1ab8273
No branches or pull requests
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
https://go.dev/play/p/dRgjhsNTE8H?v=gotip
run
What did you expect to see?
What did you see instead?
The text was updated successfully, but these errors were encountered: