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

Debugger. #28441

Draft
wants to merge 28 commits into
base: mainnet
Choose a base branch
from
Draft

Debugger. #28441

wants to merge 28 commits into from

Commits on Nov 21, 2024

  1. Interpreter.

    mikebenfield committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    f2c0167 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eadf559 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce1ec05 View commit details
    Browse the repository at this point in the history
  4. version fix

    mikebenfield committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    f5bb2b1 View commit details
    Browse the repository at this point in the history
  5. some doc comments

    mikebenfield committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    24254bf View commit details
    Browse the repository at this point in the history
  6. some doc comments

    mikebenfield committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    9ee9df6 View commit details
    Browse the repository at this point in the history
  7. await

    mikebenfield committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    18818da View commit details
    Browse the repository at this point in the history
  8. check for empty frames

    mikebenfield committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    4ad3ec7 View commit details
    Browse the repository at this point in the history
  9. fix

    mikebenfield committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    f6b27b6 View commit details
    Browse the repository at this point in the history
  10. doc fix

    mikebenfield committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    4ee88a1 View commit details
    Browse the repository at this point in the history
  11. futures in tuple return

    mikebenfield committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    fe2da9c View commit details
    Browse the repository at this point in the history
  12. Address review comments.

    - reorder dependencies
    - typos
    - split into different files
    mikebenfield committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    aa691db View commit details
    Browse the repository at this point in the history
  13. Recursively destroy spans of REPL-read code.

    This ensures the interpreter never tries to display any of
    these frames as if they came from a file.
    
    Also handle definitions where the left hand side is a tuple
    of identifiers.
    mikebenfield committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    8901f1d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0f7a623 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    148183f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b2f7fd7 View commit details
    Browse the repository at this point in the history
  17. rest of Aleo commands

    mikebenfield committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    334881c View commit details
    Browse the repository at this point in the history
  18. setting top level values

    mikebenfield committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    94638be View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. conditional fix

    mikebenfield committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    7b9e525 View commit details
    Browse the repository at this point in the history
  2. Use dialoguer for prompts with history.

    Modify intro and help text.
    mikebenfield committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    b2b0513 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a453ad3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fc08264 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c48afb3 View commit details
    Browse the repository at this point in the history
  6. prettier prompts

    mikebenfield committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    64c995b View commit details
    Browse the repository at this point in the history
  7. still prettier messages

    mikebenfield committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    bc314c3 View commit details
    Browse the repository at this point in the history
  8. interpreter testing

    mikebenfield committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    d0ade71 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

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

Commits on Nov 26, 2024

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