Aurora Blog
Home
Golang proposal: x/exp/future: new package to implement futures
2025-08-17 14:02:57
6230
Futures have been proposed previously in various forms, most notably in #17466 where it was turned down due to being too...
Golang cmd/cgo: "fatal: morestack on g0" when interacting with PHP Fibers
2025-08-17 14:02:44
19488
What version of Go are you using (go version)?$ go versiongo version go1.20.5 linux/amd64Does this issue reproduce with ...
Golang os: CopyFS overwrites existing file in destination.
2025-08-17 14:02:42
3395
Go versiongo version go1.23.0 darwin/amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''...
Golang os/exec: TestCatGoodAndBadFile failures on illumos
2025-08-17 14:02:40
1934
--- FAIL: TestCatGoodAndBadFile (0.01s) exec_test.go:430: expected test code; got "" (len 0)FAILFAIL os/...
Golang lib/wasm: leftover console.log from debugging in wasm_exec.js
2025-08-17 14:02:38
171
There is what i believe to be a debug console.log inside the writeSync https://github.com/golang/go/blob/77f911e31c243a8...
Golang cmd/go: "run" and "tool" do not stamp binaries with the main module's version information
2025-08-17 14:02:37
4793
$ go versiongo version go1.26-devel_320df537cc 2025-08-13 20:33:56 -0700 linux/amd64Using https://github.com/cue-lang/cu...
Golang x/build/cmd/gitmirror: fails if global git config has safe.bareRepository set to 'explicit'
2025-08-17 14:02:32
2639
Go versiongo version devel go1.23-58052fe8 Thu Mar 7 05:27:04 2024 +0000 linux/amd64Output of go env in your module/work...
Golang os: MkdirTemp rare error message has wrong path
2025-08-17 14:02:30
5357
Go versiongo version go1.24.5 linux/amd64Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO...
Golang x/tools/gopls/internal/telemetry: unrecognized failures
2025-08-17 14:02:28
688
#!watchflakesdefault <- pkg == "golang.org/x/tools/gopls/internal/telemetry" && test == ""...
Golang runtime: let idle OS threads exit
2025-08-17 14:02:26
10590
What version of Go are you using (go version)? 1.5.3, 1.6What operating system and processor architecture are you usin...
Golang x/net/http2/hpack: "id (106) <= evictCount (117)" panic in headerFieldTable.idToIndex
2025-08-17 14:02:22
4714
Go versiongo 1.23Output of go env in your module/workspace:go envGO111MODULE=''GOARCH='amd64'GOBIN=''GOCACHE='/root/.cac...
Golang x/tools/gopls: release version v0.16.2
2025-08-17 14:02:17
486
This issue tracks progress toward releasing gopls@v0.16.2[ ] create or update gopls-release-branch.0.16[ ] update go.mod...
Golang net/http: CrossOriginProtection insecure bypass patterns not limited to exact matches
2025-08-17 14:02:15
3883
The AddInsecureBypassPattern method of http.CrossOriginProtection, introduced in version 1.25, shows unexpected behavior...
Golang proposal: x/exp/xiter: new package with iterator adapters
2025-08-17 14:02:13
187412
We propose to add a new package golang.org/x/exp/xiter that defines adapters on iterators. Perhaps these would one day b...
Golang x/tools/gopls: add CodeLens Go to TestXxx
2025-08-17 14:02:09
3360
Envgopls version: master (5397e65c)ProposalGoLand offers a Go to test shortcut (Ctrl+Shift+T) that allows users to jump ...
Golang CGO: can't find the gcc in my %path%
2025-08-17 14:01:59
1829
win11 go 1.24.6Background:I had used fyne (uses cgo) for about four month ,this week I updated my windows11 and re-insta...
Golang go/types: 'under' panics on Alias type
2025-08-17 14:01:53
6565
Go versiongo version go1.23.0 darwin/arm64Output of go env in your module/workspace:GO111MODULE=''GOARCH='arm64'GOBIN=''...
Pandas BUG: FutureWarning when splitting a dataframe using np.split
2025-08-17 14:01:48
3773
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas BUG: Identity checking NA in map is incorrect
2025-08-17 14:01:45
1279
In [2]: pd.Series([pd.NA], dtype="Int64").map(lambda x: 1 if x is pd.NA else 2)Out[2]: 0 2dtype: int64In pa...
Pandas BUG: MultiIndex.factorize fails if index is 0-length
2025-08-17 14:01:43
5044
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
上一页
下一页
1
…
41
42
43
44
45
…
313
.