-
Notifications
You must be signed in to change notification settings - Fork 241
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
Update verifier to latest #1991
Conversation
Fixes microsoft#1451 Fixes microsoft#1756 Signed-off-by: Dave Thaler <[email protected]>
Signed-off-by: Dave Thaler <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #1991 +/- ##
==========================================
- Coverage 83.35% 82.86% -0.50%
==========================================
Files 152 151 -1
Lines 26955 26057 -898
==========================================
- Hits 22468 21591 -877
+ Misses 4487 4466 -21
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Signed-off-by: Dave Thaler <[email protected]>
Signed-off-by: Dave Thaler <[email protected]>
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.
Should we file an issue in our repository to track reverting the changes done in sample programs, and mark it blocking on PREVAIL repo issue?
Good idea, filed #1993 |
Signed-off-by: Dave Thaler [email protected]
Description
Fixes #1451
Fixes #1756
Testing
Existing tests cover. The following samples fail to verify with the latest verifier and required updating with workarounds to remove
for
loops:Documentation
No impact.