Skip to content

Error handling #1314

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

Closed
6 tasks
peterschrammel opened this issue Aug 31, 2017 · 2 comments
Closed
6 tasks

Error handling #1314

peterschrammel opened this issue Aug 31, 2017 · 2 comments

Comments

@peterschrammel
Copy link
Member

peterschrammel commented Aug 31, 2017

  • replace asserts
  • define basic exceptions (util/error.h / RFC: handling of fatal errors #1280)
  • replace throws
  • replace integer return codes where appropriate
  • replace boolean return codes where appropriate
  • clean up catches (lift to top-level and report to user in a single place)
@TGWDB
Copy link
Contributor

TGWDB commented Jun 9, 2021

Closing as this appears to be an idea/architecture request that is beyond the scope of a ticket here. Observations are that some of this is done/being done anyway. Please reopen if you believe this is erroneous.

@TGWDB TGWDB closed this as completed Jun 9, 2021
@martin-cs
Copy link
Collaborator

Quite a lot of this was implemented with the introduction of the INVARIANTS and various clean-ups associated with it. There is still work to be done on this area though. I guess it depends how you feel about issues that are "This would be good to do at some point".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants