Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@myitcv
Copy link
Member

@myitcv myitcv commented May 28, 2020

  • all: replace build tags in tests with testenv helper 8e7acdbc
  • internal/lsp/source: sort cached package completions by relevance 7527cb29
  • internal/lsp/source: fix cached package name matching 6a7cf618
  • internal/jsonrpc2: Add Close method to Stream. 688b3c5d
  • internal/fakenet: add a fake network connection c0791ff0
  • internal/stack: add the leak test dd5f9d10
  • internal/stack: adding an internal stack dump parsing library a02cf328
  • go/analysis/passes/printf: allow %O in format strings 8b020aee
  • internal/lsp: fix formatting edge cases (36824) 253fce38
  • Revert "go/internal/gcimporter: remove support for binary export data" 5c6ccfdb
  • cmd/cover: more clearly mark as deprecated cb1345f3
  • internal/fastwalk: attempt Symlink tests on Windows 2b542361
  • internal/lsp/regtest: add a t.Skip for x/tools/gopls: import organization fails on a single-line file golang/go#36824 regtest 91d71f6c
  • internal/lsp/source: offer smart "append()" completions cf2d1e09
  • internal/lsp: fix new bug duplicating comments after includes 57a9e440
  • cmd/goimports: return exit code 1 when -l finds files to change e6412451
  • internal/lsp/cache: show update codelens in go.mod when -mod=vendor 7521f6f4
  • go/packages: add a Module field to the Package struct 10921354
  • internal/lsp/fake: fix broken build due to conflicting changes 0d0afa43
  • internal/lsp: simplify and correct fixing imports for CodeAction 89795405
  • gopls: update dependencies in the go.mod 8018eb2c
  • internal/lsp: fix docs on hover for var/const blocks 39aadb5b
  • internal/testenv: tolerate missing cgo as needed 259583f2
  • internal/lsp/regtest: Skip failing/flaky TestRegenerateCgo 4bde419a
  • all: consolidate cgo requirement checks c79c01b1
  • internal/lsp: add Regenerate Cgo code lens d3bf790a
  • internal/imports: only check first segment for . 444c5ef1
  • internal/lsp/cmd: clean up remote flag descriptions 0aa9f2fd
  • internal/lsp/source: don't link to packages matching GOPRIVATE in hover 8ddc0677
  • internal/lsp/cache: pass UsesCgo to go/types 7d3b6ebf
  • go/packages: fix compatibility with gopackagesdriver d0dc4d41
  • go/packages: fix nocgo build d5fe7389
  • internal/lsp: use TypecheckCgo when possible 09516614
  • internal/lsp/regtest: don't build unix_test for Plan 9 866d71a3
  • gopls/doc: update code lens documentation for the new test lens 65e69ff2
  • go/ssa/interp: avoid vet warning about string(int) conversion 05c28aab
  • go/packages: enable UsesCgo in go/types a4cde367
  • internal/lsp: add run test code lens 2bc93b1c
  • internal/lsp/regtest: add regression test for x/tools/gopls: creating a new file in a package causes import errors to show and disappear as the new file is edited golang/go#36960 aaeff5de
  • internal/lsp/cmd: fix not displaying symbols result 5485bfc4
  • gopls/doc: remove company-lsp from emacs.md 9abf76cc
  • internal/lsp: rename workspace symbol test symbols to avoid clash 1762287a
  • internal/lsp/fake: define Symbol method on Editor 0bd3dbed
  • internal/lsp: add config option for SymbolMatch ca5866bc
  • internal/lsp/source: handle nil pointer in package name hover 8b0f8a79
  • internal/lsp: change workspace symbols to use session config for matcher e48fac37
  • internal/lsp/cmd: use JSON output for the inspect subcommand da4261a3
  • internal/event: improve the logging of events 01e0872c

* all: replace build tags in tests with testenv helper 8e7acdbc
* internal/lsp/source: sort cached package completions by relevance 7527cb29
* internal/lsp/source: fix cached package name matching 6a7cf618
* internal/jsonrpc2: Add Close method to Stream. 688b3c5d
* internal/fakenet: add a fake network connection c0791ff0
* internal/stack: add the leak test dd5f9d10
* internal/stack: adding an internal stack dump parsing library a02cf328
* go/analysis/passes/printf: allow %O in format strings 8b020aee
* internal/lsp: fix formatting edge cases (36824) 253fce38
* Revert "go/internal/gcimporter: remove support for binary export data" 5c6ccfdb
* cmd/cover: more clearly mark as deprecated cb1345f3
* internal/fastwalk: attempt Symlink tests on Windows 2b542361
* internal/lsp/regtest: add a t.Skip for golang/go#36824 regtest 91d71f6c
* internal/lsp/source: offer smart "append()" completions cf2d1e09
* internal/lsp: fix new bug duplicating comments after includes 57a9e440
* cmd/goimports: return exit code 1 when -l finds files to change e6412451
* internal/lsp/cache: show update codelens in go.mod when -mod=vendor 7521f6f4
* go/packages: add a Module field to the Package struct 10921354
* internal/lsp/fake: fix broken build due to conflicting changes 0d0afa43
* internal/lsp: simplify and correct fixing imports for CodeAction 89795405
* gopls: update dependencies in the go.mod 8018eb2c
* internal/lsp: fix docs on hover for var/const blocks 39aadb5b
* internal/testenv: tolerate missing cgo as needed 259583f2
* internal/lsp/regtest: Skip failing/flaky TestRegenerateCgo 4bde419a
* all: consolidate cgo requirement checks c79c01b1
* internal/lsp: add Regenerate Cgo code lens d3bf790a
* internal/imports: only check first segment for . 444c5ef1
* internal/lsp/cmd: clean up remote flag descriptions 0aa9f2fd
* internal/lsp/source: don't link to packages matching GOPRIVATE in hover 8ddc0677
* internal/lsp/cache: pass UsesCgo to go/types 7d3b6ebf
* go/packages: fix compatibility with gopackagesdriver d0dc4d41
* go/packages: fix nocgo build d5fe7389
* internal/lsp: use TypecheckCgo when possible 09516614
* internal/lsp/regtest: don't build unix_test for Plan 9 866d71a3
* gopls/doc: update code lens documentation for the new `test` lens 65e69ff2
* go/ssa/interp: avoid vet warning about string(int) conversion 05c28aab
* go/packages: enable UsesCgo in go/types a4cde367
* internal/lsp: add `run test` code lens 2bc93b1c
* internal/lsp/regtest: add regression test for golang/go#36960 aaeff5de
* internal/lsp/cmd: fix not displaying symbols result 5485bfc4
* gopls/doc: remove company-lsp from emacs.md 9abf76cc
* internal/lsp: rename workspace symbol test symbols to avoid clash 1762287a
* internal/lsp/fake: define Symbol method on Editor 0bd3dbed
* internal/lsp: add config option for SymbolMatch ca5866bc
* internal/lsp/source: handle nil pointer in package name hover 8b0f8a79
* internal/lsp: change workspace symbols to use session config for matcher e48fac37
* internal/lsp/cmd: use JSON output for the inspect subcommand da4261a3
* internal/event: improve the logging of events 01e0872c
@myitcv
Copy link
Member Author

myitcv commented May 28, 2020

No govim changes so will merge if the build goes green.

@myitcv myitcv merged commit 77b672e into master May 28, 2020
@myitcv myitcv deleted the latest_tools branch May 28, 2020 03:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants