Aurora Blog
Home
Golang proposal: new Recorder types in runtime/pprof
2025-07-10 14:05:35
15874
proposal: new Recorder types in runtime/pprofWritten primarily by me and @prattmic, but with input from the Go team. Con...
Golang cmd/compile: regalloc using multiple restores when one would do
2025-07-10 14:05:20
1252
package mainfunc f(p *int, x int, b bool) { if p == nil { return } g() if b { *p = x } else...
Golang internal/trace: TestTraceGCStress/AllocFree failures
2025-07-10 14:05:07
7631
#!watchflakesdefault <- pkg == "internal/trace" && test == "TestTraceGCStress/AllocFree"I...
Golang encoding/json/v2: enable allocation-free Encoder and Decoder reuse
2025-07-10 14:05:05
5047
Proposal DetailsThe jsontext.Encoder and jsontext.Decoder APIs both include a Reset(..., opts ...Options) method for rec...
Golang net/http: ResponseController panic
2025-07-10 14:05:03
5957
What version of Go are you using (go version)?$ go versiongo version go1.20 linux/amd64Does this issue reproduce with th...
Golang x/tools/gopls/internal/test/marker: Test/mcptools/search.txt failures
2025-07-10 14:05:01
1936
#!watchflakesdefault <- pkg == "golang.org/x/tools/gopls/internal/test/marker" && test == "Tes...
Golang proposal: testing: per-test setup and teardown support
2025-07-10 14:04:53
1024
This is a follow up issue for https://github.com/golang/go/issues/27927#issuecomment-566686467, which discussed having a...
Golang proposal: mime: expand on what is covered by builtinTypes
2025-07-10 14:04:47
11845
Proposal DetailsRight now,mime/type.go includes what seems to be a somewhat arbitrary list of built-in types:var builtin...
Golang proposal: reflect: package reflection
2025-07-10 14:04:35
10734
ProposalI'd like to propose basic package reflection in reflect to support discovery of types, functions, and variables ...
Golang proposal: crypto/tls: dynamically reload root certificate authorities
2025-07-10 14:04:31
17756
Proposal DetailsThe current state of the tls.Config.RootCAs presents a challenge when it comes to dynamically reloading ...
Golang x/pkgsite: package removal request for https://pkg.go.dev/github.com/elmasrisaer/GoSDKTest/pkg/celitech
2025-07-10 14:04:27
2335
Hello, I would like to issue a request to unpublished my Go package. It's a test package that I published by mistake so ...
Golang x/tools/gopls/internal/test/marker: Test/codeaction/splitlines.txt failures
2025-07-10 14:04:21
1022
#!watchflakesdefault <- pkg == "golang.org/x/tools/gopls/internal/test/marker" && test == "Tes...
Golang x/crypto/ssh/test: TestCiphers failures on macOS
2025-07-10 14:04:15
17855
#!watchflakespost <- goos == "darwin" && pkg == "golang.org/x/crypto/ssh/test" &&...
Golang x/tools/gopls: DidModifyFiles: "non-abs file path %q" bug in port.matches
2025-07-10 14:03:53
9664
#!stacks"bug.Reportf" && "cache.port.matches:+5"Issue created by stacks.func (p port) matche...
Golang cmd/go/internal/test: test concurrency limited by sequential printing
2025-07-10 14:03:47
4962
What version of Go are you using (go version)?$ go versiongo version go1.20 linux/amd64Does this issue reproduce with th...
Golang x/sys/unix: add renamex_np, renameatx_np
2025-07-10 14:03:39
2619
What version of Go are you using (go version)?$ go versiongo version go1.17 darwin/amd64Does this issue reproduce with t...
Golang go vet should report an error when t.Context is used inside t.Cleanup
2025-07-10 14:03:37
794
Since the context is closed before t.Cleanup is called this is almost always a mistake, and can usually be detected stat...
Golang path/filepath: Failed to get Base name of a windows filepath
2025-07-10 14:03:31
2498
Go versiongo1.21.0 linux/amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''GOCACHE='/ho...
Pandas BUG: Series created from pre-2.1 legacy pickles lose their names during .copy operations
2025-07-10 14:03:18
4216
Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...
Pandas DOC: improve docs for broadcasting behavior
2025-07-10 14:03:12
7107
The following result was quite surprising to me:>>> df = pd.DataFrame({'a': np.arange(3), ...
上一页
下一页
1
…
232
233
234
235
236
…
375
.