-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update deno crates to latest version (#105)
* build: update rust-toolchain.toml to use Rust 1.79 channel Signed-off-by: jaudiger <[email protected]> * build: update deno_core and serde_v8 dependencies to finalize the migration to latest version Signed-off-by: jaudiger <[email protected]> * build: update deno_core to 0.300.0 Signed-off-by: jaudiger <[email protected]> * Spawn a single-threaded Tokio runtime for Deno Core Squashed commit of the following: commit 960fc46 Author: Kyle Lacy <[email protected]> Date: Tue Aug 6 01:03:14 2024 -0700 Add some comments commit ee030ea Author: Kyle Lacy <[email protected]> Date: Tue Aug 6 00:46:34 2024 -0700 Combine the different Deno task types into new `RuntimeBridge` type commit d1a73b7 Author: Kyle Lacy <[email protected]> Date: Tue Aug 6 00:02:47 2024 -0700 Update task runners to spawn new Tokio tasks to handle messages commit cefb0ac Author: Kyle Lacy <[email protected]> Date: Mon Aug 5 23:43:38 2024 -0700 Fix warnings commit 55d7b86 Author: Kyle Lacy <[email protected]> Date: Mon Aug 5 23:07:03 2024 -0700 Update `lsp` module to use separate Tokio runtime for Deno commit f31e5c6 Author: Kyle Lacy <[email protected]> Date: Mon Aug 5 22:12:58 2024 -0700 Update `check` module to se separate Tokio runtime for Deno commit fae9f7a Author: Kyle Lacy <[email protected]> Date: Sun Aug 4 21:59:30 2024 -0700 Fix deadlock when resolving promises commit eda87b0 Author: Kyle Lacy <[email protected]> Date: Thu Aug 1 02:40:15 2024 -0700 [WIP] Use second runtime with channels for Deno * Update `deno_core` to 0.303.0 --------- Signed-off-by: jaudiger <[email protected]> Co-authored-by: Kyle Lacy <[email protected]>
- Loading branch information
Showing
10 changed files
with
1,236 additions
and
568 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.