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

configlet: catch every CatchableError #697

Merged
merged 1 commit into from
Oct 28, 2022

Conversation

ee7
Copy link
Member

@ee7 ee7 commented Oct 28, 2022

This helps with things like 3457c09.

It also prepares for refactoring the error handling everywhere, preferring to raise an exception rather than calling a deep quit.

Refs: #123
Refs: #325
Closes: #696

This also prepares for refactoring the error handling everywhere,
preferring to raise an exception rather than calling a deep `quit`.

Refs: 123
Refs: 325
Closes: 696
@ee7 ee7 merged commit b6fff14 into exercism:main Oct 28, 2022
@ee7 ee7 deleted the configlet-catch-every-CatchableError branch October 28, 2022 11:52
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.

ensure that every CatchableError is caught
2 participants