Golang x/tools/gopls: automatic imports sometimes pick non-optimal modules

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

Golang cmd/go: "go env -changed" never include GOTELEMETRY

Go versiongo version go1.23.0 linux/amd64Output of go env in your module/workspace:.What did you do?$ go env GOTELEMETRY...

Golang x/tools/gopls: do not suggest names from unimportable internal packages

Describe the bugGetting internal packages to show up in autocomplete of absolutely unrelated projects.NotesThere are nes...

Golang x/tools/gopls: incorrectly suggests internal/singleflight completion

Reported from @seankhliao in slack: gopls reported internal/singleflight (from std) as a completion candidate, while not...

Golang x/tools/gopls: fails to find new std library APIs dynamically

Reminder issue, following up on #63641: it appears that gopls was not finding the new slices package in GOROOT until the...

Golang x/tools/gopls: cannot choose the "right" value for completionBudget

What version of Go are you using (go version)?$ go versiongo version go1.21.1 linux/arm64$ go list -m golang.org/x/tools...

Golang all: future of the openbsd/mips64 port

The openbsd/mips64 port is currently in limbo - this issue is an attempt to identify a path forward.BackgroundOpenBSD 6....

Golang x/tools/gopls: add a setting to control removal of unused imports, and a quickfix

We see feedback in survey results that users don't want unused imports to be removed by the organizeImports code action....

Golang x/tools/gopls: normalize feature sets of unimported completions and organize imports

What version of Go are you using (go version)?go version go1.13.4 darwin/amd64Does this issue reproduce with the latest ...

Golang x/website: wiki/Range page contains a table overflow on Safari

What is the URL of the page with the issue?https://go.dev/wiki/RangeWhat is your user agent?Reproduces both onSafari 18....

Golang testing/synctest: allow runtime.AddCleanup functions in bubble

Go versiongo version go1.25.0 darwin/arm64Output of go env in your module/workspace:AR='ar'CC='clang'CGO_CFLAGS='-O2 -g'...

Golang cmd/go/internal/modcmd: go mod edit -json is missing GoDebug

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

Golang x/tools/gopls: resolve imports with name collisions and let the user customize aliases

gopls versionBuild info----------golang.org/x/tools/gopls v0.20.0 golang.org/x/tools/gopls@v0.20.0 h1:fxOYZXKl6IsOTKI...

Golang x/pkgsite: package revert request for github.com/wttech/pulumi-aem/sdk pkgsite

Hi, previously I asked for https://github.com/golang/go/issues/67209Is there any way to revert that operation?Comment Fr...

Golang proposal: reflect: Add Type.Fields() iter.Seq[StructField] and Type.Methods() iter.Seq[Method]

Proposal Detailsreflect.Type.Fields() iter.Seq[StructField] and reflect.Type.Methods() iter.Seq[Method] would be more co...

Golang x/pkgsite: type header table of contents links to a different type

What is the URL of the page with the issue?https://pkg.go.dev/google.golang.org/grpc#EmptyDialOptionWhat is your user ag...

Pandas Series.map on a Categorical with a function only processes each unique value once

Code Sample>>> import pandas as pd>>> pd.Series(list("cabaa")).map(print)cabaa0 None1 ...

Pandas >>> import warnings >>> warnings.filterwarnings("ignore", "\nPyarrow", DeprecationWarning) >>> import pandas

Comment From: Alvaro-KotheWhat is the purpose of this?Comment From: hr7756736-sudohttps://github.com/pandas-dev/pandas/i...

Pandas BUG: Index.get_level_values() does not handle boolean, pd.NA, np.nan, or pd.NaT level correctly

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

Pandas 1911902583

Nice, thanks! This is https://github.com/pandas-dev/pandas/pull/57003 indeed. I looked for an open PR but didn't find i...
上一页 下一页
.