-
Notifications
You must be signed in to change notification settings - Fork 9
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
Crash on cyclic bindings #115
Comments
Resolved by b610769. FYI: It can kinda pinpoint the exact part where cyclic binding may occur. For example, dropping the forward guess for
gives the error message: where the line 116~133 only refers to the last 8 premises, instead of the entire premises. |
Excellent, thanks! |
call `ref.func` needs to be declared first
When variable dependencies in side conditions are cyclic, the interpreter just "crashes" with a Not_found exception instead of producing a useful error message. See #113 for some context.
The text was updated successfully, but these errors were encountered: