-
Notifications
You must be signed in to change notification settings - Fork 137
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
Add position information to rewritten post condition before statement #2373
Conversation
Cadence Benchstat comparisonThis branch with compared with the base branch onflow:master commit b9f8a25 Collapsed results for better readability
|
Codecov Report
@@ Coverage Diff @@
## master #2373 +/- ##
=======================================
Coverage 78.50% 78.50%
=======================================
Files 316 316
Lines 68442 68463 +21
=======================================
+ Hits 53728 53749 +21
Misses 12916 12916
Partials 1798 1798
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Fixes #2361
Description
Post conditions with
before
expressions are rewritten into statements.Add correct position information to these statements, as both code coverage and debugger rely on it.
cc @m-Peter @bluesign
master
branchFiles changed
in the Github PR explorer