effekt-lang / effekt

A language with lexical effect handlers and lightweight effect polymorphism
https://effekt-lang.org
MIT License
334 stars 24 forks source link

Building on js-web should exit with success if successful #717

Open jiribenes opened 3 days ago

jiribenes commented 3 days ago

A successful build on the js-web backend currently ends with an abort, which makes it very difficult to package things properly: it's difficult to recognise whether the build actually failed or if we're just announcing things to the user :/

https://github.com/effekt-lang/effekt/blob/b0342130d7bbd926e072e753f048b92a7395efd8/effekt/jvm/src/main/scala/effekt/Runner.scala#L220-L221