-
Notifications
You must be signed in to change notification settings - Fork 179
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
Bug: fatal errors are swallowed #1139
Comments
Ah, that's not great. I think we'll need to cut a point release for this. @Julow do you know how to fix this? |
Ah my bad it's not in the release. All good then. Still needs to be fixed though :) |
A minor release for that is not needed, #1127 is not released. The error message changed from
to
and the exit status changed from I can't reproduce silently succeed without doing anything. What was the full error message ? |
Sorry, the 'silently succeeding' I see is through the emacs integration, but on the command line it does exit with status 1. I'm not sure what is going on in the emacs integration to do that. Can anyone else repro, or is it just here? |
I think the problem is that the error output now is sent to stdout instead of stderr |
Describe the bug
Since #1127 fatal errors such as
Fatal error: exception ("User Error: malformed .ocamlformat file"
that used toexit 2
with an uncaught exception now just silently succeed without doing anything.The text was updated successfully, but these errors were encountered: