-
Notifications
You must be signed in to change notification settings - Fork 271
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: Wording of assertion failure closer to semantics #3324
Open
MikaelMayer
wants to merge
46
commits into
master
Choose a base branch
from
fix-3216-could-not-prove
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 9 commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
8e7320a
Fix: Wording of assertion failure to match what happens
MikaelMayer 7acc626
Merge branch 'master' into fix-3216-could-not-prove
MikaelMayer 3a1231e
Fixed case for "Could not"
MikaelMayer edaefcc
Merge branch 'fix-3216-could-not-prove' of https://github.com/dafny-l…
MikaelMayer 174e304
Lowercase
MikaelMayer 4350bcd
Passive voice so that important stuff is at the beginning
MikaelMayer 83395c3
Review comments
MikaelMayer ec1d2e6
Review comments
MikaelMayer a237a0e
Merge branch 'master' into fix-3216-could-not-prove
MikaelMayer 38568ae
Feat: Better format in hover messages
MikaelMayer c3c5516
Support for {:error} on hover also on postconditions
MikaelMayer 32cb31d
Review comments
MikaelMayer 05227f6
Review comments: Got rid of patches by integrating better with Proof …
MikaelMayer 60ec8d9
Merge branch 'master' into feat-better-error-messages
MikaelMayer 0aac9fe
Merge branch 'master' into feat-better-error-messages
MikaelMayer b136d48
Merge branch 'master' into feat-better-error-messages
MikaelMayer 8d2b241
Merge branch 'master' into feat-better-error-messages
MikaelMayer b831daa
Fixed CI
MikaelMayer d7a32d3
Ensured EnsuresDescription and PostconditionDescription share relevan…
MikaelMayer be50afe
Ensure test is deterministic
MikaelMayer 8876a81
Merge branch 'master' into feat-better-error-messages
MikaelMayer 0cd8767
Merge branch 'master' into feat-better-error-messages
MikaelMayer 89daeb4
Merge branch 'master' into feat-better-error-messages
MikaelMayer 9d8d505
Merge branch 'master' into feat-better-error-messages
MikaelMayer ab390c5
Merge branch 'master' into feat-better-error-messages
MikaelMayer 62abf54
Last review comment
MikaelMayer fea8f29
Merge remote-tracking branch 'origin/feat-better-error-messages' into…
MikaelMayer dcbd72f
Fixed latest merge.
MikaelMayer 983ce45
Merge branch 'feat-better-error-messages' into fix-3216-could-not-prove
MikaelMayer 8e35c5d
Fixed the merge
MikaelMayer fca2d6d
Merge branch 'master' into fix-3216-could-not-prove
MikaelMayer f044fc7
Removed entirely "might not" and replaced it with "could not be prove…
MikaelMayer 88dfa58
Merge branch 'master' into fix-3216-could-not-prove
MikaelMayer aaafad6
proven => proved like in Boogie
MikaelMayer 9c9afeb
be proven => be proved entirely
MikaelMayer d411ac8
Fixing upcoming merge
MikaelMayer df5e881
Merge branch 'master' into fix-3216-could-not-prove
MikaelMayer e4dea43
Removed unwanted files
MikaelMayer 1fbee86
Removed wrongly committed project
MikaelMayer a70687b
Removed unused files
MikaelMayer a7744cb
Merge branch 'master' into fix-3216-could-not-prove
MikaelMayer 3adc15b
Updated
MikaelMayer 3796277
Merge branch 'master' into fix-3216-could-not-prove
MikaelMayer 9974106
Merge branch 'master' into fix-3216-could-not-prove
MikaelMayer 172ae09
Fixed the build
MikaelMayer c299831
Updating 30 tests
MikaelMayer File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you are going with the lower case style, then remove the ending periods as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is usually in a full sentence, though, of the form "Error: here is something in lowercase."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, but the style in dafny elsewhere is predominantly to start with lower-case and not have a period, except when there are clearly multiple sentences. I'm not wedded to this style, and am open to a team discussion, but I'd like it to be consistent.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, good point. I'm fine with leaving out the periods.