Golang x/net/http2: remove http2.golang.org references

https://downforeveryoneorjustme.com/http2.golang.org?proto=httpsComment From: davecheneyMea culpa, it looks like this se...

Golang x/telemetry/godev: set up autodeployment and push test

Since Jan, my telemetry uploads were all rejected with 400 (Bad Request)Looking at the server, I noticed many upload rep...

Golang runtime: general slowdown relative from 1.22 to tip (1.23 candidate)

The performance dashboard shows a general, across-the-board regression from the last release (1.22) to current tip. The ...

Golang build: "SIGBUS: bus error" on darwin builders

#!watchflakesdefault <- goos == "darwin" && log ~ `SIGBUS: bus error`Issue created automatically to...

Golang time: TestLongAdjustTimers is taking too long on plan9-arm

The TestLongAdjustTimers test is consistently timing out after 60 seconds on plan9-arm, for example here:--- FAIL: TestL...

Golang x/tools/gopls: support region folding

Is your feature request related to a problem? Please describe.Vscode can fold the code with region comments if supported...

Golang x/telemetry: improvements to the front page at telemetry.go.dev

The front page of https://telemetry.go.dev is still largely a placeholder. We should improve it prior to the Go 1.23 rel...

Golang cmd/compile: missed trivial bound check elimination

Go versiongo version go1.22.2 darwin/arm64Output of go env in your module/workspace:GO111MODULE=''GOARCH='arm64'GOBIN=''...

Golang cmd/compile: unnecessary runtime.growslice with provable capacity

Go versiongo1.22Output of go env in your module/workspace:GOARCH=amd64GOOS=linuxWhat did you do?Compile the following:pa...

Golang cmd/compile: unnecessary shift-check

What version of Go are you using (go version)?$ go version1.17.0Does this issue reproduce with the latest release?yesWha...

Golang cmd/compile: loops prevent bounds checking elimination

What version of Go are you using (go version)?$ go versiongo1.14Does this issue reproduce with the latest release?YesWha...

Golang x/sys: backwards-incompatible change introduced in v0.23.0

Go versiongo version go1.22.1 darwin/arm64Output of go env in your module/workspace:GO111MODULE=''GOARCH='arm64'GOBIN=''...

Golang go/types, types2: cycle to ... panics for a variety of types

I was experimenting with a type declaration generator I wrote to help learn more about the Go type system. During this, ...

Golang cmd/go/internal/list: segmentation fault on darwin

Go versiongo1.22.2 darwin/amd64Output of go env in your module/workspace:GO111MODULE='off'GOARCH='amd64'GOBIN=''GOCACHE=...

Golang js/wasm: wrong this argument passed in wasm_exec::_makeFuncWrapper

Go versionlatestOutput of go env in your module/workspace:not necessaryWhat did you do?I tried building a wasm executabl...

Golang x/tools/gopls/internal/test/integration/diagnostics: TestResolveImportCycle failures

#!watchflakesdefault <- pkg == "golang.org/x/tools/gopls/internal/test/integration/diagnostics" && ...

Golang crypto/x509: negative serial number disallowed by default

Go versiongo version go1.23.0 darwin/arm64Output of go env in your module/workspace:GO111MODULE='on'GOARCH='arm64'GOBIN=...

Pandas ENH: Persistent and Interoperable Accessors for NDFrame and Index (sliding window POC)

Feature Type[x] Adding new functionality to pandas[x] Changing existing functionality in pandas[ ] Removing existing fun...

Pandas BUG: is_scalar(Enum) gives False

Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...

Jackson Core RawValue and UTF-16 string

String utf16_1 = "{\"a\":\"UT";String utf16_2 = "F-16\"}";String utf16 = utf16_1...
上一页 下一页
.