Golang runtime: binaries should fail at startup when built with a GOARM64 version not supported on the runtime hardware

Go versiongo version go1.23.0 linux/arm64Output of go env in your module/workspace:Not relevantWhat did you do?On an arm...

Golang proposal: go/ast: add Start token.Pos fields to BlockStmt and FieldList

Background: The go/ast package was designed with batch-oriented compiler-like applications in mind, where well-formed AS...

Golang cmd/compile: bug in cmd/compile/internal/importer.(*pkgReader).objIdx.func1

Issue created by stacks.This stack 66LxTA was reported by telemetry:compile/bugcmd/compile/internal/base.FatalfAt:+3cmd/...

Golang cmd/compile: bug in cmd/compile/internal/noder.readPackage

Issue created by stacks.This stack FCl7nQ was reported by telemetry:compile/bugcmd/compile/internal/base.FatalfAt:+3cmd/...

Golang cmd/link: unused runtime-internal exported methods aren't getting deadcoded

For example, internal/abi.(*SwissMapType).NeedKeyUpdate. It has a 3-instruction body and gets inlined everywhere. There ...

Golang crypto/x509/pkix: Name.String() hex-encodes string-type ExtraNames

What version of Go are you using (go version)?$ go versiongo version go1.12.6 linux/amd64Does this issue reproduce with ...

Golang cmd/compile: bug in cmd/compile/internal/escape.(*escape).newLoc

Issue created by stacks.This stack qzye-A was reported by telemetry:compile/bugcmd/compile/internal/base.FatalfAt:+3cmd/...

Golang cmd/gofmt: Trailing newline in comments is removed since 1.19

What version of Go are you using (go version)?$ go versiongo version go1.19 darwin/arm64Does this issue reproduce with t...

Golang net/http: TestTransportDialTLSContext flakes in local testing

% go test -c net/http% stress ./http.test -test.count=10 -test.run=TestTransportDialTLSContext254 runs so far, 0 failure...

Golang cmd/compile: bug in cmd/compile/internal/bitvec.NewBulk

Issue created by stacks.This stack xq1QzA was reported by telemetry:compile/bugcmd/compile/internal/base.FatalfAt:+3cmd/...

Golang cmd/vet: false positive for MOVOU

What version of Go are you using (go version)?$ go version (latest)go version devel go1.20-e8894bd8fc Mon Sep 5 11:30:31...

Golang cmd/compile: bug in cmd/compile/internal/types.IsExported

Issue created by stacks.This stack U3KXYA was reported by telemetry:compile/bugcmd/compile/internal/base.FatalfAt:+3cmd/...

Golang crypto/ecdsa: Sign() panics if public key is not set

Go versiongo version devel go1.24-7c7170e Wed Nov 20 18:27:31 2024 +0000 linux/amd64Output of go env in your module/work...

Golang html/template: treatment of CDATA sections in foreign content diverges from browsers

CDATA sections are only valid in foreign content (i.e. \<math> or \<svg>), and have various different meanin...

Golang cmd/compile: iter implementations significantly slower than equivalent for loops

Go versiongo version go1.23.0 darwin/arm64(gotip too)Output of go env in your module/workspace:GO111MODULE='on'GOARCH='a...

Golang runtime/coverage: TestCoverageApis failures

#!watchflakespost <- pkg == "runtime/coverage" && test == "TestCoverageApis"Issue created...

Golang cmd/compile: avoid always escaping the receivers in interface method calls

BackgroundCurrently, interface arguments to functions frequently escape due to subsequent use of the interface in an int...

Golang runtime: TestSegv failures with schedule: holding locks

#!watchflakespost <- pkg == "runtime" && test ~ `TestSegv` && `schedule: holding locks`Issu...

Golang unique: Handle memory leaks; cleanup goroutine can't keep up

Go versiongo version go1.24.0 darwin/arm64go version go1.24.0 linux/amd64go version go1.23.6 darwin/arm64go version go1....

Golang runtime: confusing panic on parallel calls to yield function

Go versiongo1.23.0-windows-amd64Output of go env in your module/workspace:set GO111MODULE=onset GOARCH=amd64set GOBIN=se...
上一页 下一页
.