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

Fix show all #239

Merged
merged 9 commits into from
May 6, 2023
Merged

Fix show all #239

merged 9 commits into from
May 6, 2023

Commits on Apr 30, 2023

  1. sorted functions in processors.py

    - alphabetized `processors`
    - added vim in devcontainer (for interactive terminal editor)
    telamonian authored and mattip committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    92697bf View commit details
    Browse the repository at this point in the history
  2. bugfix: --show-all cmd line option is now passed down to Renderer

    - also fixed the `show_all` behavior of the base Renderer
    telamonian authored and mattip committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    bb99a8a View commit details
    Browse the repository at this point in the history
  3. Update pyinstrument/processors.py

    Co-authored-by: Joe Rickerby <joerick@mac.com>
    2 people authored and mattip committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    5350bce View commit details
    Browse the repository at this point in the history
  4. Update pyinstrument/__main__.py

    Co-authored-by: Joe Rickerby <joerick@mac.com>
    2 people authored and mattip committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    ea98508 View commit details
    Browse the repository at this point in the history
  5. addressed reviewer comments

    telamonian authored and mattip committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    5ec1261 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    79d7608 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Configuration menu
    Copy the full SHA
    cd956e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af82c1f View commit details
    Browse the repository at this point in the history
  3. Fix pre-commit error

    joerick committed May 5, 2023
    Configuration menu
    Copy the full SHA
    8dcba69 View commit details
    Browse the repository at this point in the history