koka-lang / koka

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

fix exit code not reflecting compilation result #392

Closed TimWhiting closed 6 months ago

TimWhiting commented 6 months ago

Fixes: #350 #304

Adds a short statement that states which files failed to compile, and propagates the exit status to the main function.

TimWhiting commented 6 months ago

This one definitely conflicts with the language server branch, I can migrate the changes there.

TimWhiting commented 6 months ago

Moved these changes to the language server PR