Cleanup error handling elf reader#2955
Conversation
allredj
left a comment
There was a problem hiding this comment.
Passed Diffblue compatibility checks (cbmc commit: bd5d2f6).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/84832352
kroening
left a comment
There was a problem hiding this comment.
I am concerned that there will be a long list of different exceptions that are to be caught in the driver programs (and sometimes forgotten to be caught).
Furthermore, there are a lot of similar exception classes, basically containing a string with an error message.
These could be summarised in some base exception class, and then caught by catching the base class.
Can this be resolved by making |
bd5d2f6 to
f17ae97
Compare
allredj
left a comment
There was a problem hiding this comment.
Passed Diffblue compatibility checks (cbmc commit: f17ae97).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/85433227
|
@kroening Would you be able to re-review this PR to see if your blocking comment is still applicable or not? I think it's been addressed now. |
No description provided.