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

Global crash handler #23

Open
NobbZ opened this issue Nov 2, 2021 · 1 comment
Open

Global crash handler #23

NobbZ opened this issue Nov 2, 2021 · 1 comment
Labels
bug Something isn't working hacktoberfest-accepted Make this PR count for hacktoberfest x:action/fix Fix an issue x:knowledge/none No existing Exercism knowledge required x:module/test-runner Work on Test Runners x:size/tiny Tiny amount of work x:type/coding Write code that is not student-facing content (e.g. test-runners, generators, but not exercises)

Comments

@NobbZ
Copy link
Member

NobbZ commented Nov 2, 2021

Even though letting it crash is idiomatic in Erlang, the way it works now, leaves students with a generic failure that is hard to debug for them and for us.

Therefore we should have a generic crash handler in the escripts main which will return an "error" response with the stack trace as message.

@NobbZ NobbZ added bug Something isn't working hacktoberfest-accepted Make this PR count for hacktoberfest x:action/fix Fix an issue x:knowledge/none No existing Exercism knowledge required x:module/test-runner Work on Test Runners x:type/coding Write code that is not student-facing content (e.g. test-runners, generators, but not exercises) x:size/tiny Tiny amount of work labels Aug 14, 2023
@alfredjophy
Copy link

Hi, I would like to work on this task

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working hacktoberfest-accepted Make this PR count for hacktoberfest x:action/fix Fix an issue x:knowledge/none No existing Exercism knowledge required x:module/test-runner Work on Test Runners x:size/tiny Tiny amount of work x:type/coding Write code that is not student-facing content (e.g. test-runners, generators, but not exercises)
Projects
None yet
Development

No branches or pull requests

2 participants