Aurora Blog
Home
Golang proxy.golang.org:xD
2025-08-31 14:01:58
483
Comment From: gabyhelpRelated Issuesproxy.golang.org: #57452 (closed) proxy.golang.org: #54574 (closed) proxy.golang.o...
Golang x/tools/gopls: impossible nil deref in reflect package
2025-08-31 14:01:56
2348
#!stacks"sigpanic" && "reflect.(*rtype).common" && "reflect.(*rtype).Implements...
Golang x/tools/gopls/internal/analysis/modernize: apply modernizations for TrimPrefix to TrimSuffix too
2025-08-31 14:01:54
1157
I ran modernize on typescript-go, which caught this code:if str := strings.TrimPrefix(msg, "Found 'package.json' at...
Golang go version creates read-only files
2025-08-31 14:01:50
2051
Go versiongo version go1.23.0 darwin/arm64Output of go env in your module/workspace:GO111MODULE=''GOARCH='arm64'GOBIN=''...
Golang go version is slow and creates junk files
2025-08-31 14:01:48
4872
Go versiongo version go1.23.0 darwin/arm64Output of go env in your module/workspace:GO111MODULE=''GOARCH='arm64'GOBIN=''...
Golang x/telemetry/config: collect gopls/telemetryprompt/accepted
2025-08-31 14:01:46
1941
SummaryFrom gopls, we ask a select fraction of users to enable telemetry via an LSP prompt (a showMessageRequest dialog)...
Golang build: adopt Go 1.17 as bootstrap toolchain for Go 1.20
2025-08-31 14:01:44
19495
I propose that starting with the Go 1.18 dev cycle, we require Go 1.16 as the Go bootstrap version (instead of Go 1.4).W...
Golang x/tools/gopls/internal/analysis/modernize: replace a string += string loop by strings.Builder
2025-08-31 14:01:36
2893
@jakebailey's GopherCon talk mentioned the fact that string += string in TypeScript is a constant-time operation; this i...
Golang syscall: caching RLIMIT_NOFILE is wrong implementation
2025-08-31 14:01:34
25474
Go versiongo version go1.20.13 linux/amd64Output of go env in your module/workspace:GO111MODULE=""GOARCH="...
Golang encoding/base64: improve documentation on decoding to a short dst
2025-08-31 14:01:32
1213
As seen in the issue #50117, providing a dst slice that is valid in size (a multiple of what base64 data decode into) bu...
Golang cmd/compile: intrinsify reflect.TypeFor
2025-08-31 14:01:30
3765
I was wondering how much better it is to use TypeFor (a static operation) versus TypeOf, when the type is known statical...
Golang cmd/compile: inline reflect.TypeOf (or make it intrinsic)
2025-08-31 14:01:28
10325
@randall77 was mentioning the compiler maybe inlining reflect.TypeOf calls the other day. Or somebody was.Today I ran ac...
Golang proposal: spec: error handling with check err
2025-08-31 14:01:26
2848
Go Programming ExperienceIntermediateOther Languages Experiencejs,javaRelated Idea[ ] Has this idea, or one like it, bee...
Golang proposal: iters: package with convenience methods for iter.Seq and iter.Seq2
2025-08-31 14:01:22
2075
Proposal Detailsiter.Seq and iter.Seq2 open a wide range of possibilities to provide iterable views of data structures w...
Golang proposal: spec: permit conversion of []A to []B if A and B have same underlying type modulo struct tags
2025-08-31 14:01:16
27531
Background: It is not uncommon to need to convert a value of slice type []A to type []B, where A and B have the same rep...
Golang cmd/compile: functions that involve a lot of constant folding are not inlined
2025-08-31 14:01:11
7737
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/compiler: generics code loses nil-ness of interface in sub-call
2025-08-31 14:01:09
3175
Go versiongo version go1.22.6 darwin/arm64Output of go env in your module/workspace:-What did you do?Please see https://...
Gin random bytedance dependency (potentially) injected into github.com/gin-gonic/gin/internal/json
2025-08-31 14:00:54
1100
Good day,While reviewing some of my go.mod files, I have noticed these indirect dependencies: github.com/bytedance/so...
Apache Dubbo [Feature] StringUtils.isNumeric: add optional +/- sign support (backward compatible)
2025-08-31 14:00:43
2880
Update (2025-08-31): Clarify the scope and implementation plan.- We will keep the original method isNumeric(String, bool...
MyBatis-Plus springboot启动报错factoryBeanObjectType问题
2025-08-31 14:00:40
3817
确认[x] 我使用的版本是最新版, 并且使用插件确认过项目里无依赖版本冲突[x] 我已经在 issue 中搜索过, 确认问题没有被提出过[x] 我已经修改标题, 将标题中的 描述 替换为遇到的问题(不得删除 描述 前面的部分)当前程序版本3...
上一页
下一页
1
…
72
73
74
75
76
…
369
.