Skip to content

Handle dart language-server #181

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

Merged
merged 6 commits into from
Sep 18, 2022

Conversation

elken
Copy link
Contributor

@elken elken commented Sep 11, 2022

The dart-sdk that comes with flutter doesn't include the snapshots by
default.

This is also the recommended approach according to the docs.

The dart-sdk that comes with flutter doesn't include the snapshots by
default.

This is also the recommended approach according to the docs.
Lets us track which capabilities the current dart version supports,
which will help for version regressions that may be introduced or for
deciding what features we can use.
@elken
Copy link
Contributor Author

elken commented Sep 12, 2022

Just noticed the test failures, will resolve these when I have time 😄

Currently returns a formatted string
@elken
Copy link
Contributor Author

elken commented Sep 17, 2022

Apologies this took so long 😅

Added a couple more tests too, I've been using buttercup myself recently and I'm liking it more than ert.

Worth looking into! Makes tests super succinct and readable

@jcs090218
Copy link
Member

Just to mention, the loaddef bug is resolved now in windows' 29.0.50 snapshot.

@elken
Copy link
Contributor Author

elken commented Sep 17, 2022

Just to mention, the loaddef bug is resolved now in windows' 29.0.50 snapshot.

Good to know!

@elken elken force-pushed the feat/dart-language-server branch from 0949acb to c0de0bc Compare September 18, 2022 06:10
Copy link
Member

@ericdallo ericdallo left a comment

Choose a reason for hiding this comment

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

Looks great!

@ericdallo ericdallo merged commit f64c08c into emacs-lsp:master Sep 18, 2022
@elken elken deleted the feat/dart-language-server branch September 18, 2022 14:32
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