Spring Remove maxDuration/maxElapsedTime support from RetryPolicy

OverviewWhen the core retry functionality was introduced (see #34716), it had a built-in MaxRetryDurationPolicy. In #350...

Golang cmd/compile: incorrect result for recursion with mutated global variable

Go versiongo version go1.24.1 linux/amd64 Output of go env in your module/workspace:go envAR='ar'CC='gcc'CGO_CFLAGS='-O...

Golang x/crypto/acme: TestWithPebble/TLSALPN01-Issuance failures

#!watchflakesdefault <- pkg == "golang.org/x/crypto/acme" && test == "TestWithPebble/TLSALPN01...

Golang x/crypto/ssh/test: TestDialUnix failures

#!watchflakesdefault <- pkg == "golang.org/x/crypto/ssh/test" && test == "TestDialUnix"Is...

Golang x/tools/gopls: disable code actions from gopls

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

Golang runtime: checkptr doesn't validate unsafe.Add function calls

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

Golang proposal: spec: add a new type constraint (called zeroed) and allow it in type assertions

This is yet another attempt to address the issue of comparing zero values, providing a shorthand for the creation of the...

Golang x/tools/gopls: Definition: crash on [unsafe.Pointer] doc link

#!stacks"sigpanic" && "token.(*File).Name" && "mapPosition:+2" && ...

Golang runtime:cpu4: TestGdbPanic failures

#!watchflakesdefault <- pkg == "runtime:cpu4" && test == "TestGdbPanic"Issue created auto...

Golang cmd/go: TestScript/cover_coverpkg_partial failures

#!watchflakesdefault <- pkg == "cmd/go" && test == "TestScript/cover_coverpkg_partial"Iss...

Golang os/exec: CommandContext should return "context canceled" when the context is canceled

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

Golang x/crypto/ssh/test: TestDialTCP failures

#!watchflakesdefault <- pkg == "golang.org/x/crypto/ssh/test" && test == "TestDialTCP"Iss...

Golang x/crypto/acme: add integration tests with pebble

The x/crypto/acme package implements RFC 8555 and associated ACME specifications. Presently it has unit test coverage, b...

Golang x/pkgsite: package removal request for [https://pkg.go.dev/github.com/pikaphu/gin]

What is the path of the package that you would like to have removed?https://pkg.go.dev/github.com/pikaphu/ginAre you the...

Golang runtime: segfaults in runtime.(*unwinder).next

At Datadog, we've seen segfaults during runtime.(*unwinder).next. The programs are on Linux, running arm64 (in all the e...

Golang x/pkgsite: package removal request for [https://pkg.go.dev/github.com/pikaphu/gin]

I created this package but removed the git repo long ago, so I can't retract it.Please remove this package https://pkg.g...

Pandas PERF: Arrow dtypes are much slower than Numpy for DataFrame.apply

The same code with DataFrame.apply is >4x slower when the data is in Arrow dtypes versus Numpy.Pandas version checks[...

Pandas ENH: Copy attrs on join (possibly depending on left, right, etc.)

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

Pandas Misleading error message when PyTables is not installed

I tried reading an hd5 file with the latest pandas and got this import error:ImportError: Missing optional dependency 'p...

Pandas CLN: references/tests for item_cache

test_to_dict_of_blocks_item_cache is about _item_cache invalidation, but IIRC we got rid of that cache a while back. gr...
上一页 下一页
.