-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
x/tools/gopls: release version v0.8.1 #51659
Labels
FrozenDueToAge
gopls
Issues related to the Go language server, gopls.
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
Comments
Change https://go.dev/cl/392434 mentions this issue: |
gopherbot
pushed a commit
to golang/tools
that referenced
this issue
Mar 14, 2022
Also update gopls/go.mod with a replace directive. For golang/go#51659 Merge List: + 2022-03-14 49d48a0 go/analysis/passes/composite: allow InternalFuzzTarget + 2022-03-11 198cae3 go/ssa: split pkg() into different cases for *Package and *types.Package + 2022-03-10 ee31f70 internal/lsp: add completion for use directives + 2022-03-10 622cf7b internal/lsp/cache: copy workFile when invalidating workspace + 2022-03-10 e7a12a3 go/ssa: add type substitution + 2022-03-10 c773560 internal/lsp/cache: set GOWORK=off when mutating modfiles + 2022-03-10 613589d internal/lsp: more precise completions for *testing.F fuzz methods + 2022-03-10 9f99e95 go/analysis: add analyzer for f.Add + 2022-03-10 7b442e3 go/callgraph/vta: fix package doc + 2022-03-09 1670aad go/analysis: fix bug with finding field type + 2022-03-09 fd72fd6 go/ssa/interp: adding external functions for tests + 2022-03-09 b105aac internal/lsp: use regexp to add go mod edit -go quick fix + 2022-03-09 03d333a internal/lsp: add snippet completion for function type parameters + 2022-03-09 94322c4 go/internal/gcimporter: pass -p to compiler in test + 2022-03-07 b59c441 internal/lsp/cache: always consider go.work files for ws expansion + 2022-03-04 e155b03 cmd/getgo: exec main from TestMain instead of running 'go build' in tests + 2022-03-04 e562276 internal/lsp: add hover for go.work use statements + 2022-03-04 121d1e4 internal/lsp: report diagnostics on go.work files + 2022-03-04 0eabed7 cmd/file2fuzz: exec main from TestMain instead of running 'go build' in tests + 2022-03-04 19fe2d7 gopls: update xurls dependency, remove \b workaround + 2022-03-03 3ce7728 internal/lsp/source: support stubbing concrete type params + 2022-03-03 3286927 internal/lsp/cache: construct workspace even when go.work has error + 2022-03-02 09e0201 go/ssa: determine whether a type is parameterized. + 2022-03-02 e43402d go/ssa: changes Package.values to objects. + 2022-03-02 a972457 go/ssa: adds *types.Info field to ssa.Function. + 2022-03-02 fc47946 go/ssa: Move BasicBlock operations into block.go + 2022-03-02 7103138 gopls: add regtest for edit go directive quick fix + 2022-03-02 4a5e7f0 internal/lsp: correctly apply file edits for edit go directive + 2022-03-02 6a6eb59 go/ssa: Put type canonicalization on own mutex. + 2022-03-02 afc5fce gopls/doc: address additional comments on workspace.md + 2022-03-02 abbbcaf gopls/doc: update the documentation for workspaces to suggest go.work + 2022-03-02 72442fe gopls: update neovim documentation for imitating goimports + 2022-03-01 ffa170d internal/jsonrpc2_v2: fix a racy map assignment in readIncoming + 2022-03-01 625c871 gopls: update neovim documentation for using go.work + 2022-03-01 fb3622a signature-generator: add Go func signature fuzzing tools + 2022-03-01 5d35a75 internal/jsonrpc2_v2: clarify documentation Change-Id: Iff6ca42c407f6e63b3f99453d523dec4bcb44b1f
Change https://go.dev/cl/392474 mentions this issue: |
gopherbot
pushed a commit
to golang/tools
that referenced
this issue
Mar 14, 2022
For golang/go#51659 Change-Id: Ic74d5efbe244b445a6d484210ed2711d372a758c Reviewed-on: https://go-review.googlesource.com/c/tools/+/392474 Trust: Robert Findley <rfindley@google.com> Run-TryBot: Robert Findley <rfindley@google.com> gopls-CI: kokoro <noreply+kokoro@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Suzy Mueller <suzmue@golang.org>
Change https://go.dev/cl/396474 mentions this issue: |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
FrozenDueToAge
gopls
Issues related to the Go language server, gopls.
Tools
This label describes issues relating to any tools in the x/tools repository.
gopls@v0.8.1 is a small patch release containing several fixes for Go 1.18 features.
The text was updated successfully, but these errors were encountered: