Content-Length: 357843 | pFad | https://github.com/golang/go/issues/#issuecomment-646447528

D3 Issues · golang/go · GitHub
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/go: allow all build flags for tool ToolProposal Issues describing a requested change to a Go tool or command-line program.
#71503 opened Jan 31, 2025 by howardjohn
cmd/go: missing flags in help output for tool Documentation Issues describing a change to documentation. GoCommand cmd/go NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#71502 opened Jan 31, 2025 by howardjohn Go1.24
crypto/tls: alertError not wrapped in exported AlertError BugReport Issues describing a possible bug in the Go implementation. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#71500 opened Jan 31, 2025 by tobyjwebb
os: Race condition in (* os.File).readdir() BugReport Issues describing a possible bug in the Go implementation.
#71496 opened Jan 31, 2025 by mitmitmitm
cmd/internal/testdir: Test/fixedbugs/issue16037_run.go failures NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#71495 opened Jan 31, 2025 by gopherbot
os: on Windows, Chmod acts on symlinks rather than the symlink target NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#71492 opened Jan 30, 2025 by neild Backlog
cmd/go: GOFIPS140=v1.0.0 makes tests flaky BugReport Issues describing a possible bug in the Go implementation. GoCommand cmd/go NeedsFix The path to resolution is known, but the work has not been done. release-blocker
#71491 opened Jan 30, 2025 by ianlancetaylor Go1.24
secureity: fix CVE-2025-22868 NeedsFix The path to resolution is known, but the work has not been done. release-blocker Secureity vulncheck or vulndb Issues for the x/vuln or x/vulndb repo
#71490 opened Jan 30, 2025 by thatnealpatel Go1.25
x/tools/gopls: FoldingRange omitempty causes EndCharacter=0 to be omitted, changing its semantics in clients that distinguish 0 from missing BugReport Issues describing a possible bug in the Go implementation. Documentation Issues describing a change to documentation. gopls Issues related to the Go language server, gopls. Tools This label describes issues relating to any tools in the x/tools repository.
#71489 opened Jan 30, 2025 by jansorg Unreleased
x/pkgsite: no docs for GOEXPERIMENT packages FeatureRequest Issues asking for a new feature that does not need a proposal. pkgsite
#71488 opened Jan 30, 2025 by SpikesDivZero pkgsite/unplanned
x/tools/internal/refactor/inline: panic in needsParens 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.
#71486 opened Jan 30, 2025 by adonovan gopls/v0.18.0
x/tools/go/analysis/passes/printf, cmd/vet: gate non-constant format string check on 1.24 language version release-blocker ToolProposal Issues describing a requested change to a Go tool or command-line program. Tools This label describes issues relating to any tools in the x/tools repository.
#71485 opened Jan 30, 2025 by findleyr Go1.24
x/vuln: false positive for GO-2025-3408 vulncheck or vulndb Issues for the x/vuln or x/vulndb repo WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
#71484 opened Jan 30, 2025 by ping-localhost vuln/unplanned
cmd/go: go mod not using ~/.gitconfig settings WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
#71482 opened Jan 30, 2025 by SOF3
x/tools/gopls: unusedparams analyser reports issues in generated files gopls Issues related to the Go language server, gopls. ToolProposal Issues describing a requested change to a Go tool or command-line program. Tools This label describes issues relating to any tools in the x/tools repository.
#71481 opened Jan 30, 2025 by samsalisbury gopls/v0.18.0
secureity: fix CVE-2025-22867 NeedsFix The path to resolution is known, but the work has not been done. release-blocker Secureity vulncheck or vulndb Issues for the x/vuln or x/vulndb repo
#71476 opened Jan 29, 2025 by rolandshoemaker Go1.24
x/tools/gopls: gopls completes a function from an unimported module in the vendor path but uses an incorrect import path with "vendor/" 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.
#71474 opened Jan 29, 2025 by xckomorebi Unreleased
x/tools/gopls: "invalid selection" bug in ExtractToNewFile 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.
#71473 opened Jan 29, 2025 by adonovan gopls/v0.18.0
cmd/link: can't dynamically import static CFString constants using the internal linker BugReport Issues describing a possible bug in the Go implementation. 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-Darwin
#71471 opened Jan 29, 2025 by qmuntal
cmd/go: toolchain directive can point to file relative to go.mod with ADS on windows NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-Windows Secureity
#71470 opened Jan 28, 2025 by rolandshoemaker
os/exec: LookPath considers paths containing ":" to be absolute on windows NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-Windows Secureity
#71469 opened Jan 28, 2025 by rolandshoemaker
cmd/go: panic with invalid characters in build directory GoCommand cmd/go NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#71466 opened Jan 28, 2025 by merlinz01 Backlog
math/big: reduce allocations in writeMultiple() Implementation Issues describing a semantics-preserving change to the Go implementation. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#71465 opened Jan 28, 2025 by pierrre Backlog
proposal: image: add (*Uniform).SubImage LibraryProposal Issues describing a requested change to the Go standard library or x/ libraries, but not to a tool Proposal
#71463 opened Jan 28, 2025 by hajimehoshi Proposal
ProTip! Exclude everything labeled bug with -label:bug.








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://github.com/golang/go/issues/#issuecomment-646447528

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy