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

WIP: rover lsp #2135

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

WIP: rover lsp #2135

wants to merge 5 commits into from

Conversation

trevor-scheer
Copy link
Member

No description provided.

@trevor-scheer trevor-scheer force-pushed the language-server branch 2 times, most recently from ab02b4b to 7e12040 Compare September 20, 2024 17:23
@@ -156,3 +156,15 @@ impl<E: Into<anyhow::Error>> From<E> for RoverError {
Self::new(error)
}
}

impl From<RoverError> for BuildErrors {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe TryFrom instead of From to avoid the panic and let the caller deal with the error?

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.

3 participants