Aurora Blog
Home
Golang encode/json/v2: panic when calling json.GetOption(json.DefaultOptionsV2(), json.WithMarshalers)
2025-08-27 14:04:41
4440
Go versiongo 1.25.0 linux/amd64Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO_CPPFLAGS=...
Golang cmd/go: go tool signal forwarding does not play nice with foreground tools
2025-08-27 14:04:38
2767
Go versiongo version go1.25.0 linux/amd64Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO...
Golang cmd/compile: bound-check elimination does not propagate slice length equality correctly
2025-08-27 14:04:37
3308
Go versiongo version go1.25.0 linux/amd64Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO...
Golang runtime: init function run unexpectedly when plugin.Open fails
2025-08-27 14:04:35
2888
Go versionmasterOutput of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO_CPPFLAGS=''CGO_CXXFLAGS=...
Golang runtime: init function run unexpectedly when plugin.Open fails [1.25 backport]
2025-08-27 14:04:31
294
@WangLeonard requested issue #75102 to be considered for backport to the next 1.25 minor release.Maybe we need a backpor...
Golang runtime: init function run unexpectedly when plugin.Open fails [1.24 backport]
2025-08-27 14:04:28
294
@WangLeonard requested issue #75102 to be considered for backport to the next 1.24 minor release.Maybe we need a backpor...
Golang go/ast: add ParseDirective
2025-08-27 14:04:26
30577
Proposal Details*ast.CommentGroup has a helpful Text method to extract the text of comments that are not directives, but...
Golang cmd/internal/obj/riscv: riscv64 compressed instructions
2025-08-27 14:04:24
3168
The RISC-V architecture has support for compressed instructions - these are effectively a subset of the standard 4 byte ...
Golang net/http: CrossOriginProtection insecure bypass patterns not limited to exact matches [1.25 backport]
2025-08-27 14:04:20
421
@FiloSottile requested issue #75054 to be considered for backport to the next 1.25 minor release.We decided to fix this ...
Golang proposal: syscall/js: add Value.Format and make Value.String stricter
2025-08-27 14:04:14
5909
Proposal DetailsWhat's wrong with the current Value.String behaviour?Nothing's really wrong it's just that it doesn't qu...
Golang cmd/compile: suboptimal regalloc
2025-08-27 14:04:06
5527
package mainvar g intfunc f(x, y int) { h(8, x) g = y}func h(a, b int)Generates:MOVQ BX, main.y+40(SP)MOVQ A...
Golang testing/synctest: test timeout with no runnable goroutines
2025-08-27 14:03:51
5383
Go versiongo version go1.25.0 linux/amd64Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO...
Golang cmd/go: go list does not scale with GOMAXPROCS
2025-08-27 14:03:49
2184
What version of Go are you using (go version)?master ace1494d9235be94f1325ab6e45105a446b3224cDoes this issue reproduce w...
Golang unicode/utf8: make DecodeRune and DecodeLastRune inlineable
2025-08-27 14:03:36
6009
Code like the following is unfortunately very common:r, n := rune(b[0]), 1if r >= utf8.RuneSelf { r, n = utf8.Deco...
Golang proposal: Add GPM (Go Package Manager),
2025-08-27 14:03:34
1558
Proposal DetailsHello everyone,This PR introduces a command-line tool, GPM (Go Package Manager),I've been working on a G...
Golang access: Run TryBot Permissions
2025-08-27 14:03:23
1256
Per https://go.dev/wiki/GerritAccess, I would like to request TryBot running privileges for myself (zxilly@outlook.com)....
Golang proposal: Adding the optional TARGET_OS_DISTRIBUTION environment variable
2025-08-27 14:03:16
526
Proposal DetailsThrough this environment variable, we can directly read the compilation presets that match the target en...
Golang x/build: add LUCI netbsd-arm64 builder
2025-08-27 14:03:14
2850
Hostname: rpi4.bentsukun.chrpi4.bentsukun.ch.csr.txtThere are two machines in this builder. Should I add a second CSR fo...
Golang crypto/sha3: Uninitialized sha3.SHA3 object hangs on Write()
2025-08-27 14:03:12
2001
Go versionv1.24.6 and devOutput of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO_CPPFLAGS=''CGO_...
Golang proposal: archive/tar: add Reader NextOffset()
2025-08-27 14:03:10
1685
Proposal DetailsThe goal of this proposal is to simplify implementing fs.FS() on top of archive/tarThere was 2 "soft" re...
上一页
下一页
1
…
22
23
24
25
26
…
313
.