Golang cmd/go: add -tests to list of vet checks run by "go test"

What version of Go are you using (go version)?go 1.15.8What did you do?I resturctured my test TestXXX as an example Exam...

Golang proposal: spec: partial type inference when only some type params can be inferred

Proposal DetailsSupport partial type inference for cases where some type params can't be inferred, for instance:Foo[,U](...

Golang crypto/tls: add Extensions to ClientHelloInfo

Similar https://github.com/awslabs/s2n/issues/607, Having access to raw ClientHello can be useful for fingerprinting cli...

Golang proposal: runtime/pprof: add detailed, per-goroutine versions of debug=0,1 goroutine profiles

Inspecting individual goroutines and their states is a critical debugging tool in some situations, but the STW pauses of...

Golang os/exec: TestCancelErrors/killed_after_error failures

#!watchflakesdefault <- pkg == "os/exec" && test == "TestCancelErrors/killed_after_error"...

Golang net/http: the server-side parse form returns inaccurate error

Go versiongo1.24.6Output of go env in your module/workspace:GOVERSION="go1.24.6"What did you do?Run the follow...

Pandas BLD: Drop Python 3.10 support

Research[X] I have searched the [pandas] tag on StackOverflow for similar questions.[X] I have asked my usage related qu...

Apache Superset Calendar Heatmap day offset

Bug descriptionthe problem has already been discussed in https://github.com/apache/superset/pull/24989but the problem is...

Apache Superset Can't update datasets with duplicated names

Datasets can not be updated when they point to different tables that have the same name.How to reproduce the bugGo to Da...

Apache Superset Table View error: getPaginationModel(): currentPage shouldn't be greater than totalPages

Bug descriptionOn Mixed Chart click "View as Table"Paginate to the last pageInput some text into search bar, not present...

Apache Superset Order of secondary heatmap axis varies based on data (started in 4.1)

Bug descriptionOriginally filed as https://github.com/apache/superset/issues/33105 but as a two-part issue which made it...

Spring AI Support for Claude Code CLI as a ChatModel provider

Hi Spring AI team!I'm working on a project that uses Spring AI for various AI integrations (TTS, STT, chat models). Curr...

Golang os, syscall: volume handles with FILE_FLAG_OVERLAPPED fail when calling ReadAt

Go versiongo1.25rc3 windows/amd64Output of go env in your module/workspace:set AR=arset CC=gccset CGO_CFLAGS=-O2 -gset C...

Golang proposal: archive/tar: support zero-copy reading/writing

Proposal Detailsthe container ecosystem (podman,docker) spends its days creating and consuming huge .tar files. There is...

Golang crypto/internal/fips140/rsa: Requires a panic if self-tests fail

Shouldn't this PCT failure result in a panic (at least in scope of key generation) to enter FIPS error state?https://git...

Golang x/tools/gopls: v0.16.1 breaking omnifunc completion in neovim

gopls versionBuild info----------golang.org/x/tools/gopls v0.16.1 golang.org/x/tools/gopls@v0.16.1 h1:1hO/dCeUvjEYx3V...

Golang os: make use of pidfd for linux

Based on a discussion in #51246 (in particular, https://github.com/golang/go/issues/51246#issuecomment-1050117436), this...

Golang time: TestAdjustTimers failures

#!watchflakesdefault <- pkg == "time" && test == "TestAdjustTimers"Issue created automati...

Golang x/benchmarks/sweet/cmd/sweet: TestSweetEndToEnd failures

#!watchflakesdefault <- pkg == "golang.org/x/benchmarks/sweet/cmd/sweet" && test == "TestSweet...

Golang proposal: unicode/utf8: provide generic versions of all functions

I'm trying to a write a generic function that operates on either string | []byte. However, I'm unable to do so since the...
上一页 下一页
.