Golang testing: Shouldn/t the world reset between tests?

Go versiongo version go1.22.5 linux/amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''G...

Golang os: Windows-style absolute paths are not recognized correctly in wasm environments

Go versiongo version devel go1.24-c5430dc1d8 Wed Jul 24 01:01:48 2024 +0000 windows/amd64Output of go env in your module...

Golang cmd/compile: internal compiler error: panic during prove

$ gotip versiongo version devel go1.24-760b722c Fri Aug 9 14:54:31 2024 +0000 linux/amd64package pvar v []func()func f(i...

Golang cmd/compile: test failure in k8s after prove pass rewrite

Go versiongo1.24-3b96eebcbd Wed Aug 7 16:07:33 2024 +0000 linux/amd64Output of go env in your module/workspace:[root@raj...

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

Go Programming ExperienceNoviceOther Languages ExperienceC#, Python, JSRelated Idea[ ] Has this idea, or one like it, be...

Golang proposal: go/scanner: add (*Scanner).Pos()

Proposal DetailsCurrently there is no easy and reliable way to access the End position of a token through go/scanner.It ...

Golang Telemetry data stored in wrong folder

Go versiongo version go1.24.5 linux/amd64Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO...

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...
上一页 下一页
.