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

Set options in IDE to more closely match CLI #4374

Merged
merged 5 commits into from
Aug 7, 2023

Commits on Aug 2, 2023

  1. Set options in IDE to more closely match CLI

    This makes IDE and CLI resource counts more likely to match. In
    particular, it makes it so that the Boogie file generated when running
    the language server with the `--bprint` flag matches the Boogie file
    generated when running the CLI with the `/print` Boogie flag, except for
    some comments that don't seem to affect RU counts.
    
    This does not, unfortunately, always make the RU counts presented in the
    IDE match those given by the CLI. I'm not yet sure where the additional
    discrepancy is coming from.
    atomb committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    e34186b View commit details
    Browse the repository at this point in the history
  2. Undo unintentional change

    atomb committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    574253a View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    d709fbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78ec6ba View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

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