Why doesn't the compiler return non-zero code on compile error #304
Shadlock0133
started this conversation in
General
Replies: 1 comment
-
Using Koka 2.4.2, I observe the same issue. I don't know if this is intentional, but I filed a bug report: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Version: 2.4.0
OS: Debian 10
E.g. as a one common way to quickly prototype code, I would use something like
compiler -o main main.lang && ./main
, which would stop before&&
if compiler returns non-zero error code. Askoka
doesn't do it, it will run the old program regardless. Is this intentional, or a bug?Beta Was this translation helpful? Give feedback.
All reactions