-
Notifications
You must be signed in to change notification settings - Fork 13
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
runtime: crash occurs if an expression doesn't return state #737
Comments
@josephjclark |
@doc-han Thanks so much! You can @ me if you need anything or just raise a rough PR to show direction. I've added you as a contributor to the repo so you can work straight on-branch if you want (it's a bit easier for me to handle a branch than a fork) |
@josephjclark
|
@doc-han let's think about this. Actually there aren't many details in this issue at all Some important context:
I think a really good solution here would look like this:
Basically I'm trying to: |
I suppose there's a danger of over-engineering this 🤔 |
This should suffice:
The runtime blows up with a exception if no state is returned at the end. We need to be more robust.
Also, warn if a operation does not return state
The text was updated successfully, but these errors were encountered: