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

x/build/cmd/relui: add support for mentioning security fixes in Release Candidate release kind Builders x/build issues (builders, bots, dashboards) 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.
#71574 opened Feb 5, 2025 by dmitshur Unreleased
x/vulndb: TestLintReports/data/reports/GO-2025-3451.yaml failures NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. vulncheck or vulndb Issues for the x/vuln or x/vulndb repo
#71573 opened Feb 5, 2025 by gopherbot vuln/unplanned
x/tools/gopls: Rename: "no type for %T" panic in satisfy 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.
#71572 opened Feb 5, 2025 by adonovan gopls/v0.18.1
x/vuln: canonical purl of standard library vulncheck or vulndb Issues for the x/vuln or x/vulndb repo
#71567 opened Feb 5, 2025 by beatrausch vuln/unplanned
cgo: Taking a reference to a cgo Handle, as documented, appears to return bad handles. BugReport Issues describing a possible bug in the Go implementation. Documentation Issues describing a change to documentation.
#71566 opened Feb 5, 2025 by stroiman
cmd/internal/testdir: Test/fixedbugs/issue20174.go failures NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#71564 opened Feb 5, 2025 by gopherbot
x/build/env/linux-arm64-bookworm: restore a working bzr installation arch-arm64 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. OS-Linux
#71563 opened Feb 5, 2025 by dmitshur Unreleased
proposal: spec: allow method declarations on function-local types LanguageChange Suggested changes to the Go language LanguageChangeReview Discussed by language change review committee LanguageProposal Issues describing a requested change to the Go language specification. Proposal WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
#71562 opened Feb 4, 2025 by kazzmir Proposal
x/tools/gopls: SEGV while clearing memory in newobject 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.
#71561 opened Feb 4, 2025 by adonovan Unreleased
x/pkgsite: migrate CI from Kokoro to LUCI Friction Nuisances that make good candidates for our "friction" fix-it weeks Other None of the above. pkgsite
#71558 opened Feb 4, 2025 by h9jiang Backlog
internal/trace: TestTraceCgoCallback/Default fails on new freebsd-amd64-race LUCI builder with FreeBSD 14.1 compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-FreeBSD RaceDetector
#71556 opened Feb 4, 2025 by dmitshur Go1.25
proposal: spec: Compile-time recognition of functions that cannot return normally, using !return LanguageChange Suggested changes to the Go language LanguageChangeReview Discussed by language change review committee LanguageProposal Issues describing a requested change to the Go language specification. Proposal
#71553 opened Feb 4, 2025 by apparentlymart Proposal
cmd/compile: check and report imported package mismatch compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#71549 opened Feb 3, 2025 by cherrymui Backlog
runtime:runtime:gcstoptheworld2: TestSpuriousWakeupsNeverHangSemasleep failures compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#71548 opened Feb 3, 2025 by gopherbot
runtime: decorate anonymous memory mappings compiler/runtime Issues related to the Go compiler and/or runtime. Implementation Issues describing a semantics-preserving change to the Go implementation.
#71546 opened Feb 3, 2025 by L3n41c Backlog
x/tools/gopls/internal/test/marker: test holds open temp files after it has finished (windows) 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.
#71544 opened Feb 3, 2025 by gopherbot Unreleased
x/crypto/ssh/test: TestValidTerminalMode failures NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#71543 opened Feb 3, 2025 by gopherbot Unreleased
runtime: TestRuntimeLockMetricsAndProfile/runtime.lock/sample-1 failures compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#71541 opened Feb 3, 2025 by gopherbot
x/tools/gopls: Rename: "unexpected composite literal type %T: %v" panic in satisfy.(*Finder).Find 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.
#71538 opened Feb 3, 2025 by adonovan Unreleased
cmd/go: go mod init no longer attempts to import requirements from other tools' configuration files Documentation Issues describing a change to documentation. GoCommand cmd/go NeedsFix The path to resolution is known, but the work has not been done.
#71537 opened Feb 3, 2025 by hoelzro
cmd/compile: very long names for simple generic usage BugReport Issues describing a possible bug in the Go implementation. compiler/runtime Issues related to the Go compiler and/or runtime.
#71535 opened Feb 2, 2025 by rsc
cmd/compile/internal/liveness [cmd/compile]: unrecognized failures NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#71530 opened Feb 2, 2025 by gopherbot
proposal: spec: reduce error handling boilerplate using "? return" and "? err" error-handling Language & library change proposals that are about error handling. LanguageChange Suggested changes to the Go language LanguageProposal Issues describing a requested change to the Go language specification. Proposal
#71528 opened Feb 2, 2025 by apparentlymart Proposal
proposal: runtime: CallerString LibraryProposal Issues describing a requested change to the Go standard library or x/ libraries, but not to a tool Proposal
#71519 opened Jan 31, 2025 by jimmyfrasche Proposal
ProTip! Follow long discussions with comments:>50.