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

proposal: cmd/fix: apply modernizers Analysis Issues related to static analysis (vet, x/tools/go/analysis) Proposal Refactoring Issues related to refactoring tools ToolProposal Issues describing a requested change to a Go tool or command-line program.
#71859 opened Feb 20, 2025 by jba Proposal
x/tools/gopls/internal/analysis/unusedfunc: spurious reports in packages that use build tags (or assembly) Analysis Issues related to static analysis (vet, x/tools/go/analysis) BugReport Issues describing a possible bug in the Go implementation. gopls/analysis Issues related to running analysis in gopls gopls Issues related to the Go language server, gopls. Tools This label describes issues relating to any tools in the x/tools repository.
#71686 opened Feb 12, 2025 by adonovan gopls/backlog
x/tools/gopls/internal/analysis: add "modernizer" analyzers Analysis Issues related to static analysis (vet, x/tools/go/analysis) FeatureRequest Issues asking for a new feature that does not need a proposal. gopls/analysis Issues related to running analysis in gopls gopls Issues related to the Go language server, gopls. Refactoring Issues related to refactoring tools Tools This label describes issues relating to any tools in the x/tools repository.
#70815 opened Dec 12, 2024 by adonovan
16 of 18 tasks
gopls/v0.19.0
proposal: structs: NoCopy Analysis Issues related to static analysis (vet, x/tools/go/analysis) Proposal
#70811 opened Dec 12, 2024 by adonovan Proposal
x/tools/go/analysis/nilness: heuristics for flagging conversions from nil *T to interface Analysis Issues related to static analysis (vet, x/tools/go/analysis) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#69645 opened Sep 26, 2024 by adonovan Unreleased
x/tools/go/ssa: stop using deprecated x/tools/go/loader in unit tests Analysis Issues related to static analysis (vet, x/tools/go/analysis) FixPending Issues that have a fix which has not yet been reviewed or submitted. NeedsFix The path to resolution is known, but the work has not been done. Tools This label describes issues relating to any tools in the x/tools repository.
#69556 opened Sep 20, 2024 by timothy-king Backlog
x/tools/internal/refactor/inline: a read from a non-address-taken variable should commute with global effects Analysis Issues related to static analysis (vet, x/tools/go/analysis) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Refactoring Issues related to refactoring tools Tools This label describes issues relating to any tools in the x/tools repository.
#68948 opened Aug 19, 2024 by adonovan Unreleased
x/tools/go/analysis/passes/stdversion: language vs toolchain version Analysis Issues related to static analysis (vet, x/tools/go/analysis) NeedsFix The path to resolution is known, but the work has not been done. Tools This label describes issues relating to any tools in the x/tools repository.
#68246 opened Jun 28, 2024 by dominikh Unreleased
x/tools/go/analysis/passes/nilness: nilness tracking across functions Analysis Issues related to static analysis (vet, x/tools/go/analysis) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#68091 opened Jun 20, 2024 by RPGillespie6 Backlog
x/tools/go/analysis/passes/unusedwrite: detect dead stores to local vars Analysis Issues related to static analysis (vet, x/tools/go/analysis) NeedsFix The path to resolution is known, but the work has not been done.
#67109 opened Apr 29, 2024 by adonovan Unreleased
x/tools/go/analysis: support and encourage use of RelatedInformation for multi-part errors Analysis Issues related to static analysis (vet, x/tools/go/analysis) 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.
#66678 opened Apr 4, 2024 by adonovan Unreleased
x/tools/go/analysis: identify test-only packages Analysis Issues related to static analysis (vet, x/tools/go/analysis) Proposal Proposal-Accepted Tools This label describes issues relating to any tools in the x/tools repository.
#65749 opened Feb 16, 2024 by lfolger Backlog
proposal: annotation to generalize lostcancel for other kinds of cleanup function Analysis Issues related to static analysis (vet, x/tools/go/analysis) Proposal
#65682 opened Feb 12, 2024 by adonovan Proposal
x/tools/gopls: unusedparams analyzer reports false positive due to build tags Analysis Issues related to static analysis (vet, x/tools/go/analysis) gopls/analysis Issues related to running analysis in gopls gopls Issues related to the Go language server, gopls. Tools This label describes issues relating to any tools in the x/tools repository.
#65479 opened Feb 2, 2024 by adonovan Backlog
x/tools/go/analysis/passes/testinggoroutine: do not ignore calls in goroutines (false negative) Analysis Issues related to static analysis (vet, x/tools/go/analysis) help wanted NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#63849 opened Oct 31, 2023 by Antonboom Unreleased
proposal: go/analysis/passes/printf: disallow %d formatting of pointers Analysis Issues related to static analysis (vet, x/tools/go/analysis) Proposal
#62595 opened Sep 12, 2023 by adonovan Proposal
x/tools/go/analysis/passes/bools: analyzer warning is not descriptive enough Analysis Issues related to static analysis (vet, x/tools/go/analysis) help wanted 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.
#61157 opened Jul 3, 2023 by synenka Unreleased
x/tools/go/analysis/passes: opt: skip each ast.File that doesn't import the package of interest Analysis Issues related to static analysis (vet, x/tools/go/analysis) gopls/analysis Issues related to running analysis in gopls gopls/performance Issues related to gopls performance (CPU, memory, etc). NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made. Tools This label describes issues relating to any tools in the x/tools repository.
#60749 opened Jun 12, 2023 by adonovan Unreleased
go/analysis/passes/critsec: a new checker for control flow in critical sections Analysis Issues related to static analysis (vet, x/tools/go/analysis) Tools This label describes issues relating to any tools in the x/tools repository.
#59978 opened May 4, 2023 by adonovan Unplanned
x/tools/gopls: move analyzers to an extensible sidecar Analysis Issues related to static analysis (vet, x/tools/go/analysis) FeatureRequest Issues asking for a new feature that does not need a proposal. gopls/analysis Issues related to running analysis in gopls gopls Issues related to the Go language server, gopls. Thinking Tools This label describes issues relating to any tools in the x/tools repository.
#59869 opened Apr 27, 2023 by adonovan gopls/backlog
proposal: x/tools/.../shadow: specific cases that are unlikely to have false positives Analysis Issues related to static analysis (vet, x/tools/go/analysis) Proposal
#58917 opened Mar 7, 2023 by tommie Proposal
cmd/vet: asmdecl flag scans code in multiline comments Analysis Issues related to static analysis (vet, x/tools/go/analysis) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#58866 opened Mar 4, 2023 by WojciechMula Backlog
x/tools/go/analysis/passes/shift: allow full-width integer shifts Analysis Issues related to static analysis (vet, x/tools/go/analysis) 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.
#58030 opened Jan 26, 2023 by rsc Go1.25
x/tools/gopls: add analyzer that reports broken doc links Analysis Issues related to static analysis (vet, x/tools/go/analysis) FeatureRequest Issues asking for a new feature that does not need a proposal. gopls Issues related to the Go language server, gopls. help wanted
#57963 opened Jan 23, 2023 by mvdan Proposal
ProTip! What’s not been updated in a month: updated:<2025-01-25.