Golang cmd/go: -cover flag is not reported by go version -m

Go versiongo version devel go1.23-0767ffdf27 Tue May 14 17:18:10 2024 +0000 linux/amd64Output of go env in your module/w...

Golang cmd/link: runtime.mach_vm_region_trampoline: unsupported dynamic relocation for symbol libc_mach_task_self_ (type=29 (R_GOTPCREL) stype=46 (SDYNIMPORT)) [1.22 backport]

@cherrymui requested issue #67976 to be considered for backport to the next 1.22 minor release.@gopherbot please backpor...

Golang x/website/internal/gitfs: TestGerrit failures

#!watchflakespost <- pkg == "golang.org/x/website/internal/gitfs" && test == "TestGerrit"...

Golang x/tools/gopls: Hover: panic in lookup{ObjectByName,DocLinkSymbol}

#!stacks("bug.Reportf" || "runtime.sigpanic") && ("lookupObjectByName" || "...

Golang x/tools/gopls: resolve comment links to unimported package-qualified symbols such as [net/http.Request]

Reported by @mvdan in slack: while the doc comment spec allows for qualified doc links such as [net/http.Request], it lo...

Golang runtime: TestGdbBacktrace failures with "No such process." on loong64

I encountered this error reported by TestGdbBacktrace when I was doing local testing on loong64:--- FAIL: TestGdbBacktra...

Golang x/tools/go/astutil: PathEnclosingInterval omits FuncType for intervals in the function signature

Invoking PathEnclosingInterval on the extent of x in this program:package pfunc f(x int)gives this result:Path enclosing...

Golang cmd/compile: devirtualize singly-typed interface return values

Common convention among a lot of Go programmers is to not return interfaces, because this always forces a pointer to esc...

Golang proposal: debug/gosym: rewrite gosym package with new interface, inlined tree support, low memory overhead, and more

Proposal DetailsRelated issues: #57447 #58474 There seems to be a consensus it would be nice to have a new implementatio...

Golang x/telemetry/internal/counter: TestMissingLocalDir failures

#!watchflakesdefault <- pkg == "golang.org/x/telemetry/internal/counter" && test == "TestMissi...

Golang x/telemetry/internal/counter: TestBasic failures

#!watchflakesdefault <- pkg == "golang.org/x/telemetry/internal/counter" && test == "TestBasic...

Golang x/tools/gopls: CodeActions: "end < start" panic

#!stacks&quot;gopanic&quot; &amp;&amp; &quot;Cursor.FindByPos&quot; &amp;&amp; &quot;goAssembly:+33&quot;Issue created b...

Golang x/tools/gopls: file corruption on case-insensitive filesystems

What version of Go, VS Code &amp; VS Code Go extension are you using?Version Information* Run `go version` to get versio...

Golang x/tools/gopls: triage process for feature requests

This is a meta issue.We've had limited bandwidth for ad-hoc feature requests in gopls for the last 6-8 months, due to so...

Golang runtime: Suddenly started getting error roundupsize redeclared in this block

Go versiongo version go1.22.0 linux/amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''G...

Golang x/website/blog: write a post on go.mod and go.sum misconceptions

This issue aims to track https://groups.google.com/g/golang-dev/c/wkIlHZL-NNk/m/xy2fFHs6BwAJ. We all seemed to agree tha...

Golang proposal: encoding/json: avoid massive escape costs

Proposal DetailsIt seems the json encoder and decoder has a significant overhead when escaping strings. I've attached a ...

Golang x/website: unify playground.js location

We currently have two copies of the playground's playground.js: one in x/tools (the original) and one in x/website (the ...

Golang x/website: show current Go version next to download button on homepage

The previous website design had a string with the current version. As part of my workflow, I used to check the website t...

Golang x/website/cmd/golangorg: add Content Security Policy

CSP is an important protection against some of the higher risk web vulnerabilities and the official Go website doesn't c...
上一页 下一页
.