go icon indicating copy to clipboard operation
go copied to clipboard

The Go programming language

Results 868 go issues
Sort by recently updated
recently updated
newest added

The revived linux-amd64-alpine builder has flaked twice in its short new lifetime with 'unexpected return pc' crashes during the cgo tests. Here is a repro case using a gomote (note...

NeedsInvestigation
compiler/runtime

Fixes: #54320 When trampolines are needed (e.g. Darwin ARM64), the DWARF LPT generation is skipped because the replacement symbols are marked as external symbols and skipped during the DWARF LPT...

### What version of Go are you using (`go version`)? $ go version go version go1.18.5 linux/arm64 ### Does this issue reproduce with the latest release? Have not tested with...

compiler/runtime

### What version of Go are you using (`go version`)? $ go version go version go1.19 darwin/arm64 ### Does this issue reproduce with the latest release? Yes ### What operating...

help wanted
NeedsInvestigation
compiler/runtime

I have a directory with several Go “scripts”. That is, files each of which has a `//go:build ingore` directive and its own `main`. Currently, `gopls` doesn't seem to handle this...

FeatureRequest
gopls
Tools

The HTTP based API is obsolete. Port relui over. cc @golang/release

Builders
NeedsFix

Prior to [pkg.go.dev](https://pkg.go.dev), [godoc.org](https://godoc.org) has had a JSON API that can be used to, among other things, discover importers of a given package. Example: https://api.godoc.org/importers/golang.org/x/net/html Given that [pkg.go.dev](https://pkg.go.dev) does a...

NeedsInvestigation
FeatureRequest
pkgsite

The below image basically summarizes it: ![image](https://user-images.githubusercontent.com/1248668/151605998-d26b3dda-3410-4c91-aada-c37bef5b906e.png) Running `releasebot -mode=prepare goX.YbetaN` resulted in some builders getting stuck like this. Nothing in the output appears to indicate a problem (except for...

Builders
NeedsInvestigation

There are instances of the `TestFailingDiagnosticClearingOnEdit` test failing with "context deadline exceeded": ``` --- FAIL: TestFailingDiagnosticClearingOnEdit (560.80s) --- FAIL: TestFailingDiagnosticClearingOnEdit/default (560.80s) failures_test.go:63: waiting on: Met: no diagnostics for "a.go" Unmet:...

NeedsFix
gopls
Tools