-
Notifications
You must be signed in to change notification settings - Fork 18k
x/tools/gopls: bad formatting with CRLF line ending #41057
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
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://golang.org/cl/252457 mentions this issue: |
Filed an upstream issue: #41197. |
myitcv
added a commit
to govim/govim
that referenced
this issue
Sep 8, 2020
* internal/lsp/source: move completion to its own package acefd226 * internal/lsp/source: support some fzf-like tokens in symbol matching ea3a2cdb * internal/lsp/analysis: update fillreturns title 242af255 * internal/lsp/source: fix go1.12 build (again) 9786fa37 * internal/lsp: add support for RelatedInformation in diagnostics 39188db5 * internal/lsp: support for package completion in all files 93eecc35 * gopls/internal/regtest: use gopls hooks and add a test for staticcheck af4cc2cd * gopls/integration/regtest: move regtests to the gopls module e2cc5a11 * present: fix newline parsing for go present 76a6aac6 * playground/socket: remove the os cleanup from start method of process 2364a5e8 * internal/lsp: reproduce and fix golang/go#41057 cf788077 * internal/lsp/cache: use the right snapshot in ModUpgrade 36b1a880 * internal/lsp: clean up some of the mod code lens code 5d67d6c6 * go/ssa: implement missing testing.testDeps SetPanicOnExit0 method 5b9ef244
myitcv
added a commit
to govim/govim
that referenced
this issue
Sep 9, 2020
* internal/lsp/source: move completion to its own package acefd226 * internal/lsp/source: support some fzf-like tokens in symbol matching ea3a2cdb * internal/lsp/analysis: update fillreturns title 242af255 * internal/lsp/source: fix go1.12 build (again) 9786fa37 * internal/lsp: add support for RelatedInformation in diagnostics 39188db5 * internal/lsp: support for package completion in all files 93eecc35 * gopls/internal/regtest: use gopls hooks and add a test for staticcheck af4cc2cd * gopls/integration/regtest: move regtests to the gopls module e2cc5a11 * present: fix newline parsing for go present 76a6aac6 * playground/socket: remove the os cleanup from start method of process 2364a5e8 * internal/lsp: reproduce and fix golang/go#41057 cf788077 * internal/lsp/cache: use the right snapshot in ModUpgrade 36b1a880 * internal/lsp: clean up some of the mod code lens code 5d67d6c6 * go/ssa: implement missing testing.testDeps SetPanicOnExit0 method 5b9ef244
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.
Seems that this issue has come back - we need a proper way to test this.
Before:
After:
The text was updated successfully, but these errors were encountered: