Aurora Blog
Home
Golang crypto/tls: TestVerifyCertificates/TLSv13/InsecureSkipVerify failures
2025-08-02 14:05:27
1397
#!watchflakesdefault <- pkg == "crypto/tls" && test == "TestVerifyCertificates/TLSv13/Insecure...
Golang crypto/tls: TestVerifyCertificates/TLSv12/VerifyClientCertIfGiven_with_certs failures
2025-08-02 14:05:25
1486
#!watchflakesdefault <- pkg == "crypto/tls" && test == "TestVerifyCertificates/TLSv12/VerifyCl...
Golang crypto/tls: TestVerifyCertificates/TLSv12/RequestClientCert_with_no_certs failures
2025-08-02 14:05:23
2216
#!watchflakesdefault <- pkg == "crypto/tls" && test == "TestVerifyCertificates/TLSv12/RequestC...
Golang crypto/tls: TestVerifyCertificates/TLSv12/RequireAnyClientCert failures
2025-08-02 14:05:21
1839
#!watchflakesdefault <- pkg == "crypto/tls" && test == "TestVerifyCertificates/TLSv12/RequireA...
Golang crypto/tls: TestVerifyCertificates/TLSv13/RequireAndVerifyClientCert failures
2025-08-02 14:05:19
1398
#!watchflakesdefault <- pkg == "crypto/tls" && test == "TestVerifyCertificates/TLSv13/RequireA...
Golang x/sys/windows/registry: error reading/writing Windows Defender Registry
2025-08-02 14:05:17
5703
What version of Go are you using (go version)?$ go versiongo version go 1.13.4 linux/amd64Does this issue reproduce with...
Golang x/tools/gopls/internal/analysis/modernize: forvar: eliminate k := k; v := v in one fell swoop
2025-08-02 14:05:15
1542
Steps to reproducego.modmodule maingo 1.24.5 //1.22+main.gopackage mainfunc main() { for i, v := range []string{"...
Golang go/doc/comment: doc links don't work for struct field doc
2025-08-02 14:05:13
12017
What version of Go are you using (go version)?$ go versiongo version go1.19.1 darwin/amd64Does this issue reproduce with...
Golang x/net/idna: StrictDomainName doesn't work with Profile.ToASCII
2025-08-02 14:05:08
3211
Go versiongo version go1.24.5 darwin/arm64Output of go env in your module/workspace:AR='ar'CC='cc'CGO_CFLAGS='-O2 -g'CGO...
Golang proxy.golang.org: problematic 302 redirects to www.google.com/sorry/... URLs
2025-08-02 14:05:05
4331
BackgroundAt our organization we have our own Go proxy that serves our own private modules. This Go proxy server contain...
Golang x/pkgsite: incorrect license parse of github.com/octokit/go-sdk-enterprise-cloud
2025-08-02 14:05:03
1275
What is the URL of the page with the issue?https://pkg.go.dev/github.com/octokit/go-sdk-enterprise-cloud@v0.0.1/pkg/gith...
Golang x/playground: multifile code should support tests too
2025-08-02 14:05:01
1093
The playground docs say:If the program contains tests or examples and no main function, the service runs the tests.This ...
Golang x/tools/go/analysis/passes/shadow: error message should include filename when shadowed declaration is in another file
2025-08-02 14:04:59
3063
Go versiongo version go1.24.5 darwin/arm64Output of go env in your module/workspace:AR='ar'CC='cc'CGO_CFLAGS='-O2 -g'CGO...
Golang runtime: non-preemptible zeroing in clear, append, bytes.growSlice, etc
2025-08-02 14:04:55
17821
The clear and append built-ins can result in the need to zero an arbitrary amount of memory. For byte slices, the compil...
Golang proposal: encoding/csv: add flag to keep \r\n as-is inside quoted records
2025-08-02 14:04:53
671
Proposal DetailsThe Read() method replaces all the CRLF characters with LF character while reading a csv.This results in...
Golang testing: reconsider adding Context method to testing.T
2025-08-02 14:04:51
20643
There have been various previous proposals (#16221 #18182 #18199 #18368) to add a Context method to testing.T. #16221 wa...
Golang debug/buildinfo: TestReadFile/linux_386 failures [consistent failure]
2025-08-02 14:04:49
14651
#!watchflakesdefault <- pkg == "debug/buildinfo" && test ~ `TestReadFile/linux_386`Issue created au...
Golang crypto/rand: mutex around /dev/urandom is unnecessarily broad
2025-08-02 14:04:36
2881
(Possibly related to #7000)We were trying to read concurrently (on Linux, go 1.3) from the Reader provided by crypto/ran...
Golang crypto/rand: Read fails for non-interactive processes on Windows
2025-08-02 14:04:34
3749
What does 'go version' print?go version go1.2 windows/amd64What steps reproduce the problem?1. Create a simple cgi execu...
Golang testing: use $GOTMPDIR for temporary files when set
2025-08-02 14:04:32
15342
OutlineThis started as a bug report, however this appears to be a greater change which has a far reaching impact. The us...
上一页
下一页
1
…
153
154
155
156
157
…
373
.