-
Notifications
You must be signed in to change notification settings - Fork 277
Factor out charAt() and startsWith() simplification into separate functions #4898
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
Factor out charAt() and startsWith() simplification into separate functions #4898
Conversation
84c40b4
to
9503c49
Compare
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.
✔️
Passed Diffblue compatibility checks (cbmc commit: 9503c49).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/118970054
Codecov Report
@@ Coverage Diff @@
## develop #4898 +/- ##
===========================================
+ Coverage 69.19% 69.19% +<.01%
===========================================
Files 1307 1307
Lines 107951 107955 +4
===========================================
+ Hits 74696 74700 +4
Misses 33255 33255
Continue to review full report at Codecov.
|
@danpoe Could you please rebase this one so that the spurious CI failure (failure to parse an APT key, should be transient) is resolved? |
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.
Not particularly easy to review, because the diff is so weird, but it looks basically alright.
9503c49
to
ca203b9
Compare
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.
✔️
Passed Diffblue compatibility checks (cbmc commit: ca203b9).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/119392278
The diff for this PR is a bit unhelpful. The PR simply moves the code that implements simplification of
charAt()
andstartsWith()
fromsimplify_function_application()
tosimplify_string_char_at()
andsimplify_string_startswith()
, respectively.