Aurora Blog
Home
Golang x/tools/gopls/internal/analysis: add "modernizer" analyzers
2025-08-12 14:05:26
17336
[Note: please create new issues for bugs and feature requests rather than expanding the scope of this one.]Between gener...
Golang proposal: encoding/jsonc: adding standard library support for JSONC ("JSON with Comments")
2025-08-12 14:05:22
2214
Proposal DetailsAdd support for the JSON with Comments specification, in a new package, called encoding/jsonc.Given Go's...
Golang net: add context-aware Dialer methods DialTCP, DialUDP, DialIP, DialUnix
2025-08-12 14:05:13
5438
The accepted proposal is to add new methods to new.Dialer: https://github.com/golang/go/issues/49097#issuecomment-989057...
Golang x/crypto/x509roots: regeneration fails with "404 Not Found"
2025-08-12 14:05:05
446
Attempting to regenerate this package currently fails with:$ go generate golang.org/x/crypto/x509roots2025/08/11 15:34:0...
Golang math/big: TestMulUnbalanced failures
2025-08-12 14:05:04
1683
#!watchflakesdefault <- pkg == "math/big" && test == "TestMulUnbalanced"Issue created aut...
Golang net/http: http2 client data race to close request body when server crashes unexpectedly
2025-08-12 14:04:51
6342
Go versiongo version go1.24.2 linux/arm64Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO...
Golang x/vulndb: TestLintReports/data/reports/GO-2025-3368.yaml failures
2025-08-12 14:04:43
1986
#!watchflakesdefault <- pkg == "golang.org/x/vulndb" && test == "TestLintReports/data/reports/...
Golang cmd/asm: ARM64 NEON floating point instructions (VFABD VFMAX, VFMAXNM, VFMINNM VFMIN VFADD, VFSUB VFMUL, VFDIV VFMLA, VFMLS VCVT*)
2025-08-12 14:04:40
5652
What version of Go are you using (go version)?$ go versiongo version go1.15 linux/arm64Does this issue reproduce with th...
Golang x/tour: Korean translation offline
2025-08-12 14:04:36
1314
What is the URL of the page with the issue?https://go-tour-ko.appspot.com/ What is your user agent?Mozilla/5.0 (Windows ...
Golang proposal: cmd/internal: Enable BTI for Arm64
2025-08-12 14:04:30
1617
Proposal DetailsJoel Sing and I have been looking at and working on adding Branch Target Instruction (BTI) support to Go...
Golang x/vulndb: TestLintReports/data/reports/GO-2025-3367.yaml failures
2025-08-12 14:04:23
1791
#!watchflakesdefault <- pkg == "golang.org/x/vulndb" && test == "TestLintReports/data/reports/...
Golang cmd/compile: range over an array copies the array
2025-08-12 14:04:12
3578
Go versiongo1.25rc2Output of go env in your module/workspace:irrelevant to this bugWhat did you do?go build the followin...
Golang cmd/compile: better optimization of type switches in instantiated generic functions
2025-08-12 14:04:01
3354
Consider this test case:package mainimport ( "fmt" "unsafe")func start[S []byte | string](s S)...
Golang x/tools/gopls: modernize bloop: Can't use b.Loop() if loop contains b.StopTimer/b.StartTimer
2025-08-12 14:03:59
2056
Go versiongo version go1.24.1 linux/amd64Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO...
Golang Not possible to build go from source tarballs
2025-08-12 14:03:45
2464
Go versiongo1.22.6Output of go env in your module/workspace:n/aWhat did you do?Building go1.22.6 from source https://go....
Pandas BUG:Pandas: Custom Metadata in DataFrame Subclass Not Deep-Copied
2025-08-12 14:03:41
3880
Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...
Pandas ENH adding metadata argument to DataFrame.to_parquet
2025-08-12 14:03:39
6545
Code Sample, a copy-pastable example if possiblePlease comsider merginghttps://github.com/pandas-dev/pandas/compare/mast...
Pandas [Feature Request] Add replace method to Index objects
2025-08-12 14:03:37
3552
I usually have to change the value of an element in pd.Index but it's difficult without the replace method that is prese...
Pandas ENH: More compact printing of a DataFrame with MultiIndex columns
2025-08-12 14:03:35
1460
Feature Type[ ] Adding new functionality to pandas[x] Changing existing functionality in pandas[ ] Removing existing fun...
Pandas DOC: .str.cat output in case of Index object
2025-08-12 14:03:30
9123
[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exists on the latest vers...
上一页
下一页
1
…
70
71
72
73
74
…
317
.