Aurora Blog
Home
Golang runtime: make injectglist starting spinning m
2025-06-09 14:02:45
4097
Proposal DetailsCan we set the parameter spinning of the runtime.startm function to true by default to make full use of ...
Golang proxy.golang.org:
2025-06-09 14:02:34
483
Comment From: gabyhelpRelated Issuesproxy.golang.org: #55024 (closed) proxy.golang.org: #54574 (closed) proxy.golang.o...
Golang encoding/xml: brittle support for matching a namespace by identifier or url
2025-06-09 14:02:30
2787
The issue is that I believe a struct tag's namespace should be matchable by the xmlns identifier or url. To shed some li...
Golang proposal: encoding/xml: allow caller to specify preferred namespace prefix
2025-06-09 14:02:28
4966
What version of Go are you using (go version)?$ go versiongo version go1.17.1 darwin/amd64Does this issue reproduce with...
Golang encoding/xml: proposed fixes for namespaces
2025-06-09 14:02:26
15006
Issue #13400 lists a number of issues related to namespace handling in encoding/xml. It's been noted that this area nee...
Golang encoding/xml: Serializing XML with namespace prefix
2025-06-09 14:02:24
4734
Hi!I'm struggling with serializing XML (and deserializing again).But first things first:go version devel +434e0bc Mon Ju...
Golang encoding/xml: fix name spaces
2025-06-09 14:02:22
16556
There are many pending issues related to the handling of xml name spaces. We need to rethink this. One more try and then...
Golang encoding/xml: support for XML namespace prefixes
2025-06-09 14:02:19
12097
Marshal-ing data back to XML does not seem to support namespace prefixes.. For example:https://play.golang.org/p/6CY71H...
Golang proposal: cmd/go: warn if module uses features from next version of Go
2025-06-09 14:02:17
692
Proposal Details// go.mod module testgo 1.20// main.gopackage mainimport ( "fmt" "go/types&q...
Golang proposal: cmd/compile: align all the global variables to cache line size boundaries
2025-06-09 14:02:15
1806
Proposal DetailsThe issueGo compiler / linker packs tightly global variables, so multiple global variables can be put in...
Golang runtime: netpoll throw: break fd ready for something unexpected
2025-06-09 14:02:13
6224
Go versiongo version go1.21.6 linux/armOutput of go env in your module/workspace:GO111MODULE=''GOARCH='arm'GOBIN=''GOCAC...
Golang cmd/compile/internal/amd64: TestGoAMD64v1 failures
2025-06-09 14:02:11
1147
#!watchflakesdefault <- pkg == "cmd/compile/internal/amd64" && test == "TestGoAMD64v1"Iss...
Golang proposal: reflect: add generic type arg info to reflect.Type
2025-06-09 14:02:09
10841
I'm not sure if this has been discussed already (I couldn't find a prior issue), but currently reflect.Type has no dire...
Golang x/tools/gopls: macOS kernel panic after heavy file IO
2025-06-09 14:02:07
12055
Go versiongo version go1.22.12 darwin/arm64Output of go env in your module/workspace:GO111MODULE=''GOARCH='arm64'GOBIN='...
Golang cmd/cgo: segmentation violation with -race, only on one machine
2025-06-09 14:02:05
6237
Go versiongo version go1.24.4 linux/amd64Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO...
Golang x/website/tour: add exercise for generics chapter
2025-06-09 14:02:03
1861
Proposal DetailsI recently completed the Tour of Go and noticed that the last page of the generics section suggests addi...
Golang runtime: 6.16% regression in PendingDemotion10000-72 sec/op on linux/arm64 at bfc2095
2025-06-09 14:01:59
3604
Discovered a regression in sec/op of 6.16% for benchmark PendingDemotion10000-72 at bfc2095.CC @thepudds @prattmic This ...
Golang runtime: SIGSEGV on nil pointer in mheap.freeManual
2025-06-09 14:01:58
3982
Go version1.23.8Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''GOCACHE='/home/kris/.cache...
Pandas BUG: explode() converts timestamps at millisecond resolution in DatetimeIndex to nanosecond resolution
2025-06-09 14:01:52
2874
Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...
Pandas RLS: 2.3
2025-06-09 14:01:51
7043
Release Date: ???Features:[ ] Non-breaking PDEP-14 implementation https://github.com/pandas-dev/pandas/pull/58551:[ ] ht...
上一页
下一页
1
2
3
4
5
6
7
…
25
.