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(debugger): Add support for debugging tests (#5208) #7

Open
wants to merge 31 commits into
base: feat/5208-debug-tests-repl-dap
Choose a base branch
from

Commits on Aug 7, 2024

  1. wip

    anaPerezGhiglia committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    37283ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21f0739 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1589176 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1580110 View commit details
    Browse the repository at this point in the history
  5. wip: register last seen error in debugger context

    we need this to return the error from the debugger as a NargoError for
    validatin the tests
    anaPerezGhiglia committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    e3f10d6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d9aaa1d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6d16905 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aebba26 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8b96a17 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7b3961a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    536a89f View commit details
    Browse the repository at this point in the history
  12. format code

    anaPerezGhiglia committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    54fd555 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6b1cc78 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    16a76a1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    873d516 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    92e551d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8da3eef View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    5a1625e View commit details
    Browse the repository at this point in the history
  19. Notify if test passed or failed

    - add TestFunction to dap
    - add Abi dependency to debugger crate
    anaPerezGhiglia committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    9eacfe6 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c36f131 View commit details
    Browse the repository at this point in the history
  21. Fix clippy warnings

    anaPerezGhiglia committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    c8f8b40 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    ac3aa22 View commit details
    Browse the repository at this point in the history
  23. run cargo fmt

    anaPerezGhiglia committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    7914726 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    19bf1e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2dc687c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b70cd79 View commit details
    Browse the repository at this point in the history
  4. Expand todo comment

    anaPerezGhiglia committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    8d76cac View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    2dbda88 View commit details
    Browse the repository at this point in the history
  2. Re-shape file_manager_and_file_from to build_workspace_file_manager

    now it only returns a FileManager
    anaPerezGhiglia committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    4364c48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ef8e84 View commit details
    Browse the repository at this point in the history
  4. Remove stale TODO

    anaPerezGhiglia committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    38b58e7 View commit details
    Browse the repository at this point in the history