tremor-rs / tremor-language-server

Tremor Language Server (Trill)
https://www.tremor.rs/docs/next/getting-started/tooling
Apache License 2.0
10 stars 6 forks source link

Switch to async-std #293

Closed mfelsche closed 2 years ago

mfelsche commented 2 years ago

new tower-lsp supports it and it is more familiar, which enables us to work faster when adding new features.

codecov[bot] commented 2 years ago

Codecov Report

Base: 0.22% // Head: 12.69% // Increases project coverage by +12.46% :tada:

Coverage data is based on head (b395a18) compared to base (8782286). Patch coverage: 66.66% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #293 +/- ## ========================================== + Coverage 0.22% 12.69% +12.46% ========================================== Files 8 8 Lines 436 394 -42 ========================================== + Hits 1 50 +49 + Misses 435 344 -91 ``` | [Impacted Files](https://codecov.io/gh/tremor-rs/tremor-language-server/pull/293?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=tremor-rs) | Coverage Δ | | |---|---|---| | [src/main.rs](https://codecov.io/gh/tremor-rs/tremor-language-server/pull/293/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=tremor-rs#diff-c3JjL21haW4ucnM=) | `20.00% <0.00%> (+17.95%)` | :arrow_up: | | [src/backend.rs](https://codecov.io/gh/tremor-rs/tremor-language-server/pull/293/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=tremor-rs#diff-c3JjL2JhY2tlbmQucnM=) | `14.06% <100.00%> (+14.06%)` | :arrow_up: | | [src/language/deploy.rs](https://codecov.io/gh/tremor-rs/tremor-language-server/pull/293/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=tremor-rs#diff-c3JjL2xhbmd1YWdlL2RlcGxveS5ycw==) | `30.00% <0.00%> (+30.00%)` | :arrow_up: | | [src/language.rs](https://codecov.io/gh/tremor-rs/tremor-language-server/pull/293/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=tremor-rs#diff-c3JjL2xhbmd1YWdlLnJz) | `70.00% <0.00%> (+70.00%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=tremor-rs). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=tremor-rs)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.