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

tokio console support for core and repl tool #6018

Open
wants to merge 25 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
2cd4af5
add tokio console support to repl tool and create a readme for the re…
Simon-Laux Oct 3, 2024
baa8da8
remove unsed warning, update docs
Simon-Laux Oct 3, 2024
f37fb95
label blocking tasks (some spawn the task over `Handle::current().spa…
Simon-Laux Oct 3, 2024
308053d
name spawned tasks in core
Simon-Laux Oct 3, 2024
c71a6c4
commit Cargo.lock
Simon-Laux Oct 3, 2024
92c10e5
import EnvFilter in repl
Simon-Laux Oct 3, 2024
de7d675
add console-subscriber to rpc-stdio server
Simon-Laux Oct 3, 2024
09aa971
add section about using tokio console with desktop
Simon-Laux Oct 3, 2024
6b0b551
cargo fmt
Simon-Laux Oct 3, 2024
7eb34a5
attempt at suppressing unknown cfg warnings in deltachat_ffi
Simon-Laux Oct 3, 2024
06c4eb9
try again
Simon-Laux Oct 3, 2024
7bdac58
cargo fmt
Simon-Laux Oct 3, 2024
6749b90
suppress warning for stdio rpc server
Simon-Laux Oct 3, 2024
b965db6
ignore `unexpected_cfgs` warning
Simon-Laux Oct 6, 2024
1404cbd
cargo fmt
Simon-Laux Oct 6, 2024
087050c
Apply suggestions from code review: Typo & wording fixes
Simon-Laux Oct 7, 2024
95aaaee
move `#[allow(unexpected_cfgs)]`
Simon-Laux Oct 7, 2024
3ff271b
name remaining blocking tasks
Simon-Laux Oct 10, 2024
3d4e968
Update deltachat-repl/README.md
Simon-Laux Oct 10, 2024
fbf2538
Apply suggestions from code review
Simon-Laux Oct 10, 2024
e9d32c1
update cargo deny
Simon-Laux Oct 10, 2024
e4ccb52
fix syntax error typo
Simon-Laux Oct 10, 2024
6845e81
fix lint, revert incorrect change
Simon-Laux Oct 10, 2024
fe6543c
Apply suggestions from code review
Simon-Laux Oct 12, 2024
f029e44
Update deltachat-repl/README.md
Simon-Laux Oct 17, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
225 changes: 217 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading