isabelle-prover / proving-contest-backends

"proving-contest"-backends for several theorem provers
MIT License
12 stars 5 forks source link

[Isabelle] Handle internal errors more gracefully #35

Open wimmers opened 4 years ago

wimmers commented 4 years ago

Internal errors such as

Where | What
-- | --
Internal error | An error occured while processing Isabelle Server's output (Expecting value: line 1 column 1 (char 0))

should not make it to the frontend. Rather, the REST API endpoint should filter them out and keep the submission pending. But we definitely need some internal singalling of these problems (e-mail?).