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

✨ Add interactive stack trace #233

Open
wants to merge 22 commits into
base: develop
Choose a base branch
from

Commits on Sep 27, 2022

  1. Formatted stack trace and save to file

    Stack trace now comes with an indicator of which line crashes the program. This is formatted as "cold.package : hot.package : monolith". This trace is also saved to a .txt file
    ryan-doan committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    1bb0480 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. code formatting changes

    ryan-doan committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    2285d9d View commit details
    Browse the repository at this point in the history
  2. Delete stack_trace.py

    This is where I previously had the code for ease of testing. Deleting it now that I've move the code to terminal.py.
    ryan-doan committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    8581cae View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Update pros/serial/terminal/terminal.py

    Co-authored-by: BennyBot <[email protected]>
    ryan-doan and BennyBot committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    c5d5eb1 View commit details
    Browse the repository at this point in the history
  2. Update pros/cli/terminal.py

    Co-authored-by: BennyBot <[email protected]>
    ryan-doan and BennyBot committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    466503e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    221ae03 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2304312 View commit details
    Browse the repository at this point in the history
  5. remove project folder

    ryan-doan committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    3e8c63c View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Configuration menu
    Copy the full SHA
    059b077 View commit details
    Browse the repository at this point in the history
  2. Revert "added css styling to upload button"

    This reverts commit 059b077.
    ryan-doan committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    33124e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. remove stack_trace.txt

    ryan-doan committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    efc6095 View commit details
    Browse the repository at this point in the history
  2. fix errors with path

    ryan-doan committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    3125d4a View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. rewrote code to make it functional

    The previous algorithm does not work with how terminal.py prints the stack trace. This algorithm takes it into account, and has been verified to work with a VEX brain.
    ryan-doan committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    1b9167c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02e98c0 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

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

Commits on Feb 24, 2023

  1. add shell argument to subprocess open

    Fixes a fileNotFound error
    Andrewtho5942 committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    283712e View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Merging in develop

    Ghurfa committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    f4ae10c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f2ad9d View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    30f83ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a15963 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/add-interactive-stack-trace' int…

    …o add-interactive-stack-trace
    Rocky14683 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    afcd1e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

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