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

[neovim / native LSP] server quit when self cycle #296

Closed
kiuKisas opened this issue Aug 22, 2021 · 2 comments
Closed

[neovim / native LSP] server quit when self cycle #296

kiuKisas opened this issue Aug 22, 2021 · 2 comments

Comments

@kiuKisas
Copy link

kiuKisas commented Aug 22, 2021

For example:

// Awesome.res

type test = | Foo | Bar

let t = Awesome.Foo

We got this error:

FAILED: Awesome has a self cycle

Legit.

In neovim and native LSP, the server crash and quit.
It happen to me during refactoring code, I expected to see the error, not that the server crash and quit

@amiralies
Copy link
Contributor

possible duplicate of #212

@cristianoc
Copy link
Collaborator

#344

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

No branches or pull requests

3 participants