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

fix: Don't generate the "assume T.F(ins) == C.F(ins)" statement in the function override ensures check #2504

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Jul 27, 2022

  1. Test case (TTD FTW)

    robin-aws committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    d75dd88 View commit details
    Browse the repository at this point in the history
  2. Actually runnable test

    robin-aws committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    28155a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e57086 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. Configuration menu
    Copy the full SHA
    e41e255 View commit details
    Browse the repository at this point in the history
  2. Fix test

    robin-aws committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    5a73de9 View commit details
    Browse the repository at this point in the history
  3. Properly removing assume J.F(ins) == C.F(ins)

    # Conflicts:
    #	Source/Dafny/Verifier/Translator.cs
    robin-aws committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    ff19d5a View commit details
    Browse the repository at this point in the history
  4. Release note

    robin-aws committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    9aa346a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1774841 View commit details
    Browse the repository at this point in the history