Conversation
ad06057 to
3b3ab2b
Compare
There was a problem hiding this comment.
Is this comment still true?
src/goto-programs/get_goto_model.cpp
Outdated
There was a problem hiding this comment.
How is the actual error going to be conveyed?
src/goto-programs/get_goto_model.cpp
Outdated
There was a problem hiding this comment.
How is this not leaking memory?
src/goto-programs/get_goto_model.cpp
Outdated
There was a problem hiding this comment.
Shouldn't this also do
source_locationt location;
location.set_file(filename);
message.error().source_location=location;
as is done above?
There was a problem hiding this comment.
Contemplated it, but then we'd be sending out filenames that we know don't exist.
a757b6f to
e95796f
Compare
src/goto-programs/get_goto_model.cpp
Outdated
src/cbmc/cbmc_parse_options.cpp
Outdated
src/cbmc/cbmc_parse_options.cpp
Outdated
src/cbmc/cbmc_parse_options.cpp
Outdated
src/cbmc/cbmc_parse_options.cpp
Outdated
faf2d0f to
33fe5fd
Compare
33fe5fd to
dd1ee91
Compare
|
The failing CI tests indicate that there is work left to be done. |
2866ca0 to
dd1ee91
Compare
|
#1339 prepares this. |
|
I am going to close this PR as it appears that work on it has been inactive for an extended period of time. This is not any judgement on how worthwhile this work is. This is part of an effort to reduce the number of open PRs which are not being actively worked on. If you still think it would be worthwhile to get this merged then the branch should be re-based on the latest version of develop and the PR re-opened. |
This is a new and simpler way to arrive at a goto program.