Aurora Blog
Home
Golang encoding/binary: add func Append
2025-06-14 14:13:36
6334
I'd like to propose adding a function with the following signature:// Append the binary representation of data to buf.//...
Golang proposal: runtime: add WaitIdle function
2025-06-14 14:13:34
9432
Proposal DetailsI propose adding a new function WaitIdle to runtime.The function will have the following function signat...
Golang x/website: typo in tutorial "getting started with multi-module workspaces"
2025-06-14 14:13:32
1255
What is the URL of the page with the issue?https://go.dev/doc/tutorial/workspacesWhat is your user agent?Mozilla/5.0 (Wi...
Golang all: test failures with EBADF from fork/exec on NetBSD
2025-06-14 14:13:23
1592152
#!watchflakespost <- goos == "netbsd" && (log ~ `fork/exec .*: bad file descriptor` || `fork/exec ....
Golang runtime: TestMemHashGlobalSeed/noaes failures on openbsd/ppc64
2025-06-14 14:11:50
964
#!watchflakesdefault <- pkg == "runtime:cpu1" && test == "TestMemHashGlobalSeed/noaes"Iss...
Golang cmd/internal/testdir: Test/fixedbugs/issue68525.go failures
2025-06-14 14:11:44
108051
#!watchflakesdefault <- pkg == "cmd/internal/testdir" && test == "Test/fixedbugs/issue68525.go...
Golang x/build: *-linux-arm builders have no disk space left
2025-06-14 14:11:41
2880
#!watchflakespost <- builder == "gotip-linux-arm" && (`no space left on device` || log ~ `no space ...
Golang proposal: x/crypto/ocsp: Export certID and the code that populates it
2025-06-14 14:11:37
1465
I am implementing ACME Renewal Information (ARI) for TLS servers to be able to automatically renew their certificates wi...
Golang x/build/cmd/gomote: token has been expired or revoked
2025-06-14 14:11:35
1359
Go versionN/AWhat operating system and processor architecture are you using (go env)?N/AWhat did you do?▶ gomote create ...
Golang x/tools: frequent out-of-memory errors on linux-arm builder
2025-06-14 14:11:33
3323
The tests under golang.org/x/tools almost always fail on the linux-arm builder.Looking at the build dashboard, the most ...
Golang cmd/link/internal/ld: TestSubprogramDeclFileLine/normal failures
2025-06-14 14:11:31
1342
#!watchflakesdefault <- pkg == "cmd/link/internal/ld" && test == "TestSubprogramDeclFileLine/n...
Golang cmd/link: TestCheckLinkname/badlinkname.go failures
2025-06-14 14:11:29
1698
#!watchflakesdefault <- pkg == "cmd/link" && test == "TestCheckLinkname/badlinkname.go"Is...
Golang cmd/link: TestMachOBuildVersion failures
2025-06-14 14:11:27
1548
#!watchflakesdefault <- pkg == "cmd/link" && test == "TestMachOBuildVersion"Issue created...
Golang cmd/link/internal/ld: TestUndefinedRelocErrors failures
2025-06-14 14:11:25
3291
#!watchflakesdefault <- pkg == "cmd/link/internal/ld" && test == "TestUndefinedRelocErrors&quo...
Golang cmd/vendor/golang.org/x/tools/go/analysis/internal/analysisflags: unrecognized failures
2025-06-14 14:11:22
884
#!watchflakesdefault <- pkg == "cmd/vendor/golang.org/x/tools/go/analysis/internal/analysisflags" &&...
Golang cmd/vendor/golang.org/x/tools/go/analysis/passes/errorsas: unrecognized failures
2025-06-14 14:11:20
849
#!watchflakesdefault <- pkg == "cmd/vendor/golang.org/x/tools/go/analysis/passes/errorsas" && test ...
Golang cmd/compile: on amd64, compiler's Zero operation is slower than memclrNoHeapPointers for 1024-2048 bytes
2025-06-14 14:11:18
2560
cc @randall77 @mknyszekOn amd64, it looks like memclrNoHeapPointers performs better than the code that the compiler subs...
Golang cmd/internal/testdir: Test/arenas/smoke.go failures
2025-06-14 14:11:14
8690
#!watchflakesdefault <- pkg == "cmd/internal/testdir" && test == "Test/arenas/smoke.go"Is...
Golang proposal: all: add mechanism to remove API as a function of caller's go.mod "go 1.xx" version
2025-06-14 14:10:45
24271
When reviewing a number of the Go2 issues, we keep finding that we're basically unable to clean up past mistakes.On the ...
Golang x/pkgsite: package removal request for github.com/jwcorle/sqs-extended-client-go
2025-06-14 14:10:43
1193
Due to a rename, the path of this package was adjusted when publishing v1.3.5. This package is still public, just under ...
上一页
下一页
1
…
277
278
279
280
281
…
339
.