Aurora Blog
Home
Golang proposal: spec: remove embedded struct
2025-08-08 14:05:21
109393
I would like to propose the removal of embedded struct in Go 2.x, because it does not solve inheritance problems, and th...
Golang x/net/webdav: build broken under go 1.4.2 @ commit 6dc0abc
2025-08-08 14:05:18
8463
Hi,While working on Debian packages for x/net, I found that the tests were failing due to problems with XML parsing:$ GO...
Golang proposal: Go2: error handling with #err suffix
2025-08-08 14:05:16
3481
Go Programming Experience4 yearsOther Languages ExperienceC, C++, Java, Dart, zig, rustRelated IdeaHas this idea, or one...
Golang proposal: spec: handle errors with select
2025-08-08 14:05:14
30173
Go Programming ExperienceIntermediateOther Languages ExperienceGo, Python, JS, C#, JavaRelated Idea[ ] Has this idea, or...
Golang proposal: spec: support new form of switch statement during variable assignment which jumps to function-wide case blocks
2025-08-08 14:05:12
5226
Proposal DetailsSupport a new form of the switch statement during variable assignment, which will jump to function-wide ...
Golang x/net/quic: TestStreamTransfer failures
2025-08-08 14:05:10
762
#!watchflakesdefault <- pkg == "golang.org/x/net/quic" && test == "TestStreamTransfer"Iss...
Golang x/net/http2: TestTransportFailureErrorForHTTP1Response/with_default_max_frame_size failures
2025-08-08 14:05:08
10509
#!watchflakesdefault <- pkg == "golang.org/x/net/http2" && test == "TestTransportFailureErrorF...
Golang x/tools/gopls: growslice crashes while zeroing
2025-08-08 14:05:04
2270
#!stacks"sigpanic" && "memclrNoHeapPointers" && "growslice" && &qu...
Golang runtime: slowdown with green tea garbage collector
2025-08-08 14:05:01
12628
Go versiongo version go1.25rc3 darwin/arm64Output of go env in your module/workspace:AR='ar'CC='clang'CGO_CFLAGS='-O2 -g...
Golang x/tools/gopls: release version v0.16.2
2025-08-08 14:04:59
714
This issue tracks progress toward releasing gopls@v0.16.2[ ] create or update gopls-release-branch.0.16[ ] update go.mod...
Golang api: audit for Go 1.23
2025-08-08 14:04:52
7594
This is a tracking issue for doing an audit of API additions for Go 1.23 as of CL 590835.New API changes for Go 1.23arch...
Golang x/tools/gopls: release version v0.16.2
2025-08-08 14:04:50
372
This issue tracks progress toward releasing gopls@v0.16.2[ ] create or update gopls-release-branch.0.16[ ] update go.mod...
Golang cmd/compile: assembly generated is bigger than previous versions
2025-08-08 14:04:48
3647
What version of Go are you using (go version)?$ go versiongo version go1.11.4 windows/amd64Does this issue reproduce wit...
Golang cmd/compile: remove unnecessary inline marks
2025-08-08 14:04:46
1578
What version of Go are you using (go version)?$ go versiongo version devel +c4f87ed Tue Mar 26 02:20:09 2019 +0000 linux...
Golang crypto/tls default tls.Config{} sends offered TLS 1.0
2025-08-08 14:04:44
2112
Version: go 1.24.5Not sure if it's a bug or by designWhat did you do?I created a cutomized tls.Config without setting th...
Golang internal compiler error for implicitly instantiated function as argument with lang set to go1.20 when running coverage
2025-08-08 14:04:40
3072
Go versiongo version go1.22.2 darwin/arm64Output of go env in your module/workspace:GO111MODULE=''GOARCH='arm64'GOBIN=''...
Golang cmd/compile: redundant conditional jump
2025-08-08 14:04:21
6816
What did you do?Hello. I was writing some code and decided to inspect the assembly instructions generated from it.https:...
Golang crypto/tls: frequent "connection reset by peer" failures in TestVerifyCertificates and other tests on freebsd/amd64
2025-08-08 14:03:51
4473
#!watchflakesdefault <- pkg == "crypto/tls" && test ~ `^TestVerifyCertificates` && `connect...
Golang github: make language change proposal triage less confusing to the outside
2025-08-08 14:03:48
7384
Currently, language change proposals created through the corresponding template are given titles starting with "proposal...
Golang cmd/compile: seemingly valid generic interface rejected
2025-08-08 14:03:46
4223
I don't see a good reason why the following interface should be invalid:type Element[E Element[E]] interface { Less(E...
上一页
下一页
1
…
45
46
47
48
49
…
283
.