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: Support for --bprint in language server. #4206

Merged
merged 13 commits into from
Jul 10, 2023

Commits on Jun 22, 2023

  1. Feat: Support for --bprint in language server.

    I add this as a way to simplify boogie debugging, especially in cases when VSCode is not consistent with the command-line like in #4205
    
    I did not add any test for that as it's meant for Dafny development only, but I tested it manually. I borrowed the code from the driver.
    MikaelMayer committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    db0d497 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a301600 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

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

Commits on Jun 28, 2023

  1. Review comments

    MikaelMayer committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    387ec48 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

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

Commits on Jul 5, 2023

  1. Configuration menu
    Copy the full SHA
    d29d028 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8d9fbe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e61c13 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Configuration menu
    Copy the full SHA
    494856d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45f293b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa13c39 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

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

Commits on Jul 10, 2023

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