Look into error messages causing errors #73

Closed
opened 2024-06-11 01:19:28 +00:00 by scott · 1 comment
Owner

Scanning and/or parsing errors aren't appearing as they should in console output.

To reproduce = let foo = "foo \\"bar" baz"

Expected: a graceful error message that explains what went wrong in the console.
Actual: silent "nothing happens", with an exception thrown in the console.

Scanning and/or parsing errors aren't appearing as they should in console output. To reproduce = `let foo = "foo \\"bar" baz"` Expected: a graceful error message that explains what went wrong in the console. Actual: silent "nothing happens", with an exception thrown in the console.
scott added the
bug
errors
now
labels 2024-06-11 01:19:28 +00:00
scott self-assigned this 2024-06-11 01:19:32 +00:00
scott added this to the Computer Class milestone 2024-06-11 01:19:36 +00:00
Author
Owner

Fixed, I think, in e428fccc86.

I wasn't redirecting the console until after scanning, parsing, and validation. Should be fixed now. Closing but may have to reopen.

Fixed, I think, in https://alea.ludus.dev/twc/ludus/commit/e428fccc86d4ee4f9fc56d082558b36338b6213e. I wasn't redirecting the console until after scanning, parsing, and validation. Should be fixed now. Closing but may have to reopen.
scott closed this issue 2024-06-14 18:58:10 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: twc/ludus#73
No description provided.