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

Fix some crashes, turn them into actionable errors #1276

Merged
merged 11 commits into from
Oct 26, 2022
Merged

Fix some crashes, turn them into actionable errors #1276

merged 11 commits into from
Oct 26, 2022

Conversation

hannobraun
Copy link
Owner

Previously, the app would crash when evaluating the model failed (except in the case of a compiler error), partially with error messages that weren't really actionable. This pull request improves this situation, first of all by not crashing the app, then by showing an actionable error message in some of those cases.

Like this:
error-1

Or this:
error-2

Close #848

@hannobraun hannobraun enabled auto-merge October 26, 2022 11:03
@hannobraun hannobraun merged commit 474610d into main Oct 26, 2022
@hannobraun hannobraun deleted the model branch October 26, 2022 11:08
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

Successfully merging this pull request may close these issues.

Emit good error message, if model doesn't define model function
1 participant