koka-lang / koka

Koka language compiler and interpreter
http://koka-lang.org
Other
3.16k stars 151 forks source link

Compiler return non-zero code on compile error #350

Closed JanBeh closed 6 months ago

JanBeh commented 11 months ago

Using Koka 2.4.2, the compiler seems to return an exit-code of zero (indicating success), even when there was a compile error. I'm not sure if this is intentional, but I do believe it is a bug and should be fixed.

See also:

TimWhiting commented 6 months ago

This should be fixed in the latest release. Please reopen or create a new issue if you run into any more issues!