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

Improve error handling #70

Open
jonnor opened this issue Nov 7, 2014 · 1 comment
Open

Improve error handling #70

jonnor opened this issue Nov 7, 2014 · 1 comment
Milestone

Comments

@jonnor
Copy link
Member

jonnor commented Nov 7, 2014

Most problematic is:

  • no error feedback on custom component compilation/loading
  • no error feedback on invalid input parameters (for instance images)
  • no errors feedback on unexpected failures

Second one will require work in GEGL to do properly, as now this type of errors just eeks and prints to stdout/stderr somewhere.

@jonnor jonnor added this to the 0.3 milestone Nov 7, 2014
@jonnor
Copy link
Member Author

jonnor commented Nov 18, 2014

We have a bit of a mechanism for this now, sending the info across to Flowhub from imgflo_info/warning/critical calls. However from gegl etc was tricky due to disallowed recursion in g_log. Could be that custom handler which pushes things to a queue which is periodically checked and set to UI is way to go?

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

No branches or pull requests

1 participant