-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Soltest error handling refactor #16014
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
base: soltest-cleanup
Are you sure you want to change the base?
Conversation
fc66d33
to
0c1a327
Compare
…s from a few test casees
…ount of whitespace
…t add a trailing newline
0c1a327
to
caeaa48
Compare
ed948c6
to
de57ae8
Compare
This pull request is stale because it has been open for 14 days with no activity. |
This pull request is stale because it has been open for 14 days with no activity. |
This pull request is stale because it has been open for 14 days with no activity. |
Depends on #16013.
More refactors extracted from #16012, this time not purely cosmetic:
std::runtime_error
with dedicated exception types.runtime_error
, the new types can be used withsolThrow()
/solRequire()
because they inherit fromutil::Exception
.stdout
tostderr
in some cases.