Skip to content
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

Don't exit REPL on runtime error. #236

Merged
merged 2 commits into from
Jan 31, 2023
Merged

Don't exit REPL on runtime error. #236

merged 2 commits into from
Jan 31, 2023

Conversation

porcuquine
Copy link
Collaborator

This PR supersedes the placeholder, #217. Now runtime errors during the E(valuation) part of the REPL don't break the L(oop).

Although this does fix #178 in the literal sense, the underlying problem is related to Lurk-level error-handling, so let's not close it with this.

Copy link
Member

@huitseeker huitseeker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The way you have phrased the PR summary might close #178 automatically upon merge, beware.

@porcuquine
Copy link
Collaborator Author

Heh, you're right. I'll reopen it manually after merging. I thought the magic words had to come first.

@porcuquine porcuquine enabled auto-merge (squash) January 31, 2023 19:00
@porcuquine porcuquine merged commit a246de8 into master Jan 31, 2023
@porcuquine porcuquine deleted the repl-err-gracefully branch January 31, 2023 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Evaluating cons literal causes panic
3 participants