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

feat(console): add warning for tasks that never yield #439

Merged
merged 17 commits into from
Sep 14, 2023

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    8da6db7 View commit details
    Browse the repository at this point in the history
  2. Update tokio-console/src/warnings.rs

    set DEFAULT_DURATION to 1 second
    
    Co-authored-by: Hayden Stainsby <hds@caffeineconcepts.com>
    jefftt and hds committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    21996cb View commit details
    Browse the repository at this point in the history
  3. Inline Task::yielded()

    jefftt committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    03d4160 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e7cf5b5 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. Configuration menu
    Copy the full SHA
    c79be99 View commit details
    Browse the repository at this point in the history
  2. Lint every task on each update

    jefftt committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    e8c9c52 View commit details
    Browse the repository at this point in the history
  3. Fix doc formatting

    jefftt committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    7fed234 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Remove dupe lint on insert

    jefftt committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    aaf0415 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

  1. Configuration menu
    Copy the full SHA
    8470894 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Addressed code review comments

    jefftt committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    9a9b56e View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Update tokio-console/src/state/tasks.rs

    Co-authored-by: Hayden Stainsby <hds@caffeineconcepts.com>
    jefftt and hds committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    4e3616b View commit details
    Browse the repository at this point in the history
  2. Update tokio-console/src/state/tasks.rs

    Co-authored-by: Hayden Stainsby <hds@caffeineconcepts.com>
    jefftt and hds committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    06b0234 View commit details
    Browse the repository at this point in the history
  3. Update tokio-console/src/warnings.rs

    Co-authored-by: Hayden Stainsby <hds@caffeineconcepts.com>
    jefftt and hds committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    9a9b80e View commit details
    Browse the repository at this point in the history
  4. Update tokio-console/src/state/tasks.rs

    Co-authored-by: Hayden Stainsby <hds@caffeineconcepts.com>
    jefftt and hds committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    1fe3ae6 View commit details
    Browse the repository at this point in the history
  5. Move Warning back

    jefftt committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    17ec390 View commit details
    Browse the repository at this point in the history
  6. Fix compiliation

    jefftt committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    ca39241 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    06f417d View commit details
    Browse the repository at this point in the history