-
Notifications
You must be signed in to change notification settings - Fork 107
Fix bugs in CSE Machine hanging during array access #1750
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
Conversation
Pull Request Test Coverage Report for Build 14197561406Details
💛 - Coveralls |
Please add test cases to get good coverage of this fix. |
Quite a few warnings in src/cse-machine/interpreter.ts |
Bugfixes / enhancements:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Description
Resolves #1749 and #1751 and completes #1740
Type of change
now gives an error message instead of hanging for
prevents crashing for
Checklist