-
Notifications
You must be signed in to change notification settings - Fork 323
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
Engine fatal crash when adding a simple node #7335
Comments
Book_Club_20230719.enso-project.tar.gz Project file. To make it crash just choose |
|
The crash occurs when parsing a certain invalid syntax. The edit in question does not result in invalid syntax; sending the incorrect expression to the backend is probably a result of #7357. This bug will just track correcting handling of the syntax error in the parser. |
Keziah Wesley reports a new STANDUP for yesterday (2023-07-24): Progress: Debugged the issue and started implementing a solution. It should be finished by 2023-07-26. Next Day: Next day I will be working on the #7335 task. Continue work on the family of parser edge cases related to this lexer special case. |
Keziah Wesley reports a new STANDUP for today (2023-07-25): Progress: Finished implementation that passes new tests. It should be finished by 2023-07-26. Next Day: Next day I will be working on the #7335 task. Look in to a remaining test failure. Then start on the next task. |
2023-07-19_13-20-02.mp4
Trying to add a simple
_ - 2
node to take 2 off a column.Causes the backend to crash with an assertion failed
(left == right)
.The text was updated successfully, but these errors were encountered: