-
-
Notifications
You must be signed in to change notification settings - Fork 127
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
Compiler crash #224
Comments
@Nexus6 This was intended behavior. When Coconut is asked to compile a file it exits with I can see how this behavior could be confusing, though. The obvious solution is that, if |
I just made the change on develop! |
Tested. As far as I can tell this issue is fixed. Thanks! |
I deliberately introduced a syntax error in one of my sources (simply added /2 to an empty line) and Coconut complains but then terminates too:
Coconut does not exit if the watcher is already running, such as when a prior compilation was successful and it's watching for something new and I subsequently introduce the error in the source and save it. I then get the expected parser errors but the Coconut process goes back to watching again. However, if, at that point, I CTRL-C the Coconut process and re-run it with the exact same parameters (as above) I see the parser error message and the process exits.
The text was updated successfully, but these errors were encountered: