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

Error propagation and handling #26

Merged
merged 6 commits into from
Jan 31, 2024
Merged

Error propagation and handling #26

merged 6 commits into from
Jan 31, 2024

Conversation

mbrea-c
Copy link
Owner

@mbrea-c mbrea-c commented Jan 31, 2024

Editor tracking issue: #25

This PR replaces panics due to missing edges during graph evaluation with error propagation, and displays resulting error (if any) in the editor.

This prevents editor crashes when some required edge is missing, which occurs often while editing the graph.

@mbrea-c mbrea-c added the enhancement New feature or request label Jan 31, 2024
@mbrea-c mbrea-c marked this pull request as ready for review January 31, 2024 14:03
@mbrea-c mbrea-c merged commit 8b00726 into master Jan 31, 2024
4 checks passed
@mbrea-c mbrea-c deleted the error_handling branch June 10, 2024 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant