Skip to content
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

deps: upgrade x/tools and gopls to d456b1cd #706

Merged
merged 1 commit into from
Jan 21, 2020
Merged

deps: upgrade x/tools and gopls to d456b1cd #706

merged 1 commit into from
Jan 21, 2020

Conversation

myitcv
Copy link
Member

@myitcv myitcv commented Jan 21, 2020

  • internal/imports: pass dummy source for completion functions d456b1cd
  • internal/lsp: use correct file identities when computing diagnostics 62545537
  • internal/lsp/cache: create infra for caching go.mod diagnostics bd79bb77
  • internal/lsp/cache: fix mod file change check 9375b12b
  • internal/lsp/protocol: remove unused DocumentUri type 13c74800
  • internal/lsp/source: fix typeIsValid() inf recursion dbc83e6d
  • go/ssa: remove workaround for lack of vendoring in go/loader eb0d8dd8
  • go/ssa/interp: fix goroutines and channels leaks e919f867

* internal/imports: pass dummy source for completion functions d456b1cd
* internal/lsp: use correct file identities when computing diagnostics 62545537
* internal/lsp/cache: create infra for caching go.mod diagnostics bd79bb77
* internal/lsp/cache: fix mod file change check 9375b12b
* internal/lsp/protocol: remove unused DocumentUri type 13c74800
* internal/lsp/source: fix typeIsValid() inf recursion dbc83e6d
* go/ssa: remove workaround for lack of vendoring in go/loader eb0d8dd8
* go/ssa/interp: fix goroutines and channels leaks e919f867
@myitcv
Copy link
Member Author

myitcv commented Jan 21, 2020

There are no govim changes here so I will merge when the tests go green.

This also has the benefit of removing our use of the temporary fork introduced in c7a6cc3

@myitcv myitcv merged commit 67ccd2d into master Jan 21, 2020
@myitcv myitcv deleted the latest_tools branch January 21, 2020 21:28
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.

None yet

1 participant