Skip to content

Issues: golang/go

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

cmd/compile: avoid allocs by better tracking of literals for interface conversions and make BugReport Issues describing a possible bug in the Go implementation. compiler/runtime Issues related to the Go compiler and/or runtime.
#71359 opened Jan 21, 2025 by thepudds
go run error BugReport Issues describing a possible bug in the Go implementation.
#71358 opened Jan 21, 2025 by Axb12
x/tools/go/analysis/passes/waitgroup: report re-assignment of sync.WaitGroup variables Tools This label describes issues relating to any tools in the x/tools repository.
#71357 opened Jan 21, 2025 by merrickclay Unreleased
x/tools/gopls: "expected exported symbol" assert in getOneTransitiveRefLocked gopls/telemetry-wins gopls Issues related to the Go language server, gopls. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
#71356 opened Jan 20, 2025 by adonovan Unreleased
x/tools/gopls: Completion: SIGSEGV in scorePenalty BugReport Issues describing a possible bug in the Go implementation. gopls/telemetry-wins gopls Issues related to the Go language server, gopls. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
#71355 opened Jan 20, 2025 by adonovan Unreleased
x/tools/gopls: "missing reference to package %s" bug in getOneTransitiveRefLocked BugReport Issues describing a possible bug in the Go implementation. gopls/telemetry-wins gopls Issues related to the Go language server, gopls. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
#71354 opened Jan 20, 2025 by adonovan Unreleased
x/tools/gopls: "nil handle" assert in getPackageHandles BugReport Issues describing a possible bug in the Go implementation. gopls/telemetry-wins gopls Issues related to the Go language server, gopls. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
#71353 opened Jan 20, 2025 by adonovan Unreleased
x/tools/gopls: "missing reachable node for %q" bug in evaluatePackageHandle BugReport Issues describing a possible bug in the Go implementation. gopls/telemetry-wins gopls Issues related to the Go language server, gopls. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
#71352 opened Jan 20, 2025 by adonovan Unreleased
reflect: allow stack allocation of underlying value for reflect.Value.Interface BugReport Issues describing a possible bug in the Go implementation. compiler/runtime Issues related to the Go compiler and/or runtime.
#71349 opened Jan 20, 2025 by thepudds
net/http: Response.Request doesn't contain updated URL after following redirects on js/wasm NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-JS
#71346 opened Jan 20, 2025 by andreademasi
net/http/fcgi: request context not canceled on aborted connection BugReport Issues describing a possible bug in the Go implementation. FeatureRequest Issues asking for a new feature that does not need a proposal. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#71344 opened Jan 20, 2025 by alexg-axis
x/pkgsite: package removal request for (case sensitive) https://pkg.go.dev/github.com/ibm/sarama pkgsite/package-removal Issues for package removal. See https://pkg.go.dev/about#removing-a-package pkgsite
#71342 opened Jan 20, 2025 by dnwe Unreleased
x/pkgsite: package removal request for pkg.go.dev/github.com/ktsnkmrcom/gazo/cmd pkgsite/package-removal Issues for package removal. See https://pkg.go.dev/about#removing-a-package pkgsite
#71341 opened Jan 20, 2025 by ktsnkmrcom Unreleased
x/pkgsite: package removal request for [github.com/idrunk/dce-go/{proto,router,util}] pkgsite/package-removal Issues for package removal. See https://pkg.go.dev/about#removing-a-package pkgsite
#71338 opened Jan 20, 2025 by idrunk Unreleased
x/pkgsite: EUPL 1.1 not listed in license policy Documentation Issues describing a change to documentation. pkgsite/license Issues related to licenses on pkg.go.dev. See our license policy https://pkg.go.dev/license-policy pkgsite
#71332 opened Jan 19, 2025 by willfaught Unreleased
x/pkgsite: package removal request for git.redrock.team/be/gorock pkgsite/package-removal Issues for package removal. See https://pkg.go.dev/about#removing-a-package pkgsite
#71330 opened Jan 19, 2025 by Sianao Unreleased
os: ReadDir in freebsd 14.1 can not list if path have chinese char BugReport Issues describing a possible bug in the Go implementation. OS-FreeBSD WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
#71326 opened Jan 19, 2025 by runsys
net/http Client.Timeout doesn't work when receiving a response from an incomplete WebSocket handshake. BugReport Issues describing a possible bug in the Go implementation.
#71325 opened Jan 19, 2025 by RyougikiMikiya
cmd/compile: storing zero value into interface should not allocate BugReport Issues describing a possible bug in the Go implementation. compiler/runtime Issues related to the Go compiler and/or runtime. Performance
#71323 opened Jan 19, 2025 by dsnet
x/build/cmd/relui: add support for making release announcement posts on Bluesky Automation Issues created by gopherbot or watchflakes automation. Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#71319 opened Jan 17, 2025 by dmitshur Unreleased
cmd/go: all pattern in per package flags is inaccurate in module mode GoCommand cmd/go NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#71318 opened Jan 17, 2025 by matloob Backlog
runtime: AddCleanup does not panic if arg equals ptr compiler/runtime Issues related to the Go compiler and/or runtime. NeedsFix The path to resolution is known, but the work has not been done. release-blocker
#71316 opened Jan 17, 2025 by cherrymui Go1.24
net: TestUDPServer/2 failures NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#71315 opened Jan 17, 2025 by gopherbot
x/tools/gopls: gopls Extracts declarations to new file when a liveshare guest puts a cursor on a function name BugReport Issues describing a possible bug in the Go implementation. gopls Issues related to the Go language server, gopls. Tools This label describes issues relating to any tools in the x/tools repository.
#71314 opened Jan 17, 2025 by RanPix Unreleased
x/tools/gopls/internal/analyzer/modernize: bug in slices.Contains transformation BugReport Issues describing a possible bug in the Go implementation. gopls Issues related to the Go language server, gopls. Tools This label describes issues relating to any tools in the x/tools repository.
#71313 opened Jan 17, 2025 by adonovan gopls/v0.18.0
ProTip! Exclude everything labeled bug with -label:bug.