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

Update async_executors requirement from 0.2 to 0.4 in /language-server #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Updates the requirements on async_executors to permit the latest version.

Changelog

Sourced from async_executors's changelog.

0.4.0

  • add support for async-global-executor v2.
  • add support for tokio v1

0.4.0-beta.2 - 2020-11-05

  • add support for async-global-executor.

0.4.0-beta.1 - 2020-11-01

  • BREAKING CHANGE: support tokio 0.3. Will go out of beta when tokio releases 1.0.
  • add example for use with tracing.
  • update cargo deny.

0.3.0 - 2020-06-10

  • update to async-std 1.6. Local spawn still requires the unstable feature on async-std so async_executors enables that.

0.3.0-beta.1 - 2020-05-10

  • futures 0.3.5 has been released, so we no longer have to vendor RemoteHandle. It means we are now forbid( unsafe ) and the spawn_handle feature has been removed since we no longer require extra dependencies in order to provide the traits.
  • update to async-std 1.6.0-beta.1. Async-std is now backed by smol. It now supports Wasm and LocalSpawn. Local spawning is unstable, so we turn on the unstable feature. As they are still in beta, we reflect that in our version.

0.2.2 - 2020-04-25

  • Temporarily remove forbid unsafe. A non-breaking change update of pin-utils now causes a macro to no longer pass. We have this because we vendor RemoteHandle from futures until they release a new version.
  • Improve an error message for a panic on JoinHandle.

0.2.1 - 2020-04-08

  • FIX: JoinHandle::detach didn't work properly. Sorry, my bad as it wasn't even tested.
  • remove the Unpin impl from JoinHandle. The joinhandle is still Unpin anyway.
  • run cargo deny in CI.
  • Vamp up the docs, removing some errors and adding examples.
  • TokioCt and TokioTp block_on no longer require &mut self, just &self. Since they implement Clone, it didn't protect against re-entrance anyway.
  • improve performance of spawn_handle_local on TokioCt as I mistakenly thought tokio::JoinHandle<T> required T to be Send, so I was not using the native JoinHandle.
  • only build on default target on docs.rs.
  • clean up and configure the CI configuration.

0.2 - 2020-02-29

  • tracing-futures 0.2.3 is out, so no patching required anymore.
Commits
  • 1b164cf Merge branch 'dev'
  • d3b3592 Add tests for async-global-executor on Wasm.
  • f872653 Prep release 0.4
  • 801c9af Merge branch 'dev' into master
  • 1ebede0 bump version and changelog.
  • 2554a89 Add support for async-global-executor
  • 82c5818 Add missing test to async_std.
  • f8b3681 Merge branch 'dev' into master
  • a2bf103 add smolscale to todo
  • 789d0f0 bump version numbers and prep release.
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jan 1, 2021
@codecov
Copy link

codecov bot commented Jan 1, 2021

Codecov Report

Merging #30 (214228a) into master (6e70215) will decrease coverage by 0.18%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #30      +/-   ##
==========================================
- Coverage   60.81%   60.62%   -0.19%     
==========================================
  Files          12       12              
  Lines         541      541              
==========================================
- Hits          329      328       -1     
- Misses        212      213       +1     
Impacted Files Coverage Δ
language-server/src/lib.rs 82.45% <0.00%> (-8.78%) ⬇️
language-server-macros/src/client.rs 0.00% <0.00%> (ø)
language-server-macros/src/server.rs 0.00% <0.00%> (ø)
language-server/tests/integration.rs 100.00% <0.00%> (ø)
language-server/src/client.rs 86.51% <0.00%> (+0.47%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6e70215...214228a. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants