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

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    2cd4af5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    baa8da8 View commit details
    Browse the repository at this point in the history
  3. label blocking tasks (some spawn the task over `Handle::current().spa…

    …wn_blocking()`, I marked those with a todo comment until I understand why it doesn't use the normal method)
    Simon-Laux committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    f37fb95 View commit details
    Browse the repository at this point in the history
  4. name spawned tasks in core

    Simon-Laux committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    308053d View commit details
    Browse the repository at this point in the history
  5. commit Cargo.lock

    Simon-Laux committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    c71a6c4 View commit details
    Browse the repository at this point in the history
  6. import EnvFilter in repl

    Simon-Laux committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    92c10e5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    de7d675 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    09aa971 View commit details
    Browse the repository at this point in the history
  9. cargo fmt

    Simon-Laux committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    6b0b551 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7eb34a5 View commit details
    Browse the repository at this point in the history
  11. try again

    Simon-Laux committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    06c4eb9 View commit details
    Browse the repository at this point in the history
  12. cargo fmt

    Simon-Laux committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    7bdac58 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6749b90 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b965db6 View commit details
    Browse the repository at this point in the history
  15. cargo fmt

    Simon-Laux committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    1404cbd View commit details
    Browse the repository at this point in the history
  16. Apply suggestions from code review: Typo & wording fixes

    Co-authored-by: iequidoo <117991069+iequidoo@users.noreply.github.com>
    Simon-Laux and iequidoo committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    087050c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    95aaaee View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    3ff271b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3d4e968 View commit details
    Browse the repository at this point in the history
  20. Apply suggestions from code review

    Co-authored-by: link2xt <link2xt@testrun.org>
    Co-authored-by: iequidoo <117991069+iequidoo@users.noreply.github.com>
    3 people committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    fbf2538 View commit details
    Browse the repository at this point in the history
  21. update cargo deny

    Simon-Laux committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    e9d32c1 View commit details
    Browse the repository at this point in the history
  22. fix syntax error typo

    Simon-Laux committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    e4ccb52 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    6845e81 View commit details
    Browse the repository at this point in the history
  24. Apply suggestions from code review

    Co-authored-by: iequidoo <117991069+iequidoo@users.noreply.github.com>
    Simon-Laux and iequidoo committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    fe6543c View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    f029e44 View commit details
    Browse the repository at this point in the history