Skip to content
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

decide on and document how errors should be handled in core code and in GUIs #16

Open
alessandrofelder opened this issue Apr 5, 2023 · 1 comment

Comments

@alessandrofelder
Copy link
Member

No description provided.

@alessandrofelder
Copy link
Member Author

This would probably take the form of something like

  • core code raises exceptions where needed
  • set up an abstract qt widgets for all BG widgets, listening to sys.excepthook and emitting a signal on exception
  • napari (and other frontends) are set up to listen to that signal and display info/warning/error via napari accordingly

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

No branches or pull requests

1 participant