Joakim Tengstrand

Results 23 issues of Joakim Tengstrand

We've decided to do a retake on how to support ClojureScript. The new solution will be less complex than the [previous ideas](https://github.com/polyfy/polylith/discussions/301) and will only support a single workspace (as...

Let the `check` and `test` command show warnings, if there are any. Complement the [check](https://cljdoc.org/d/polylith/clj-poly/0.2.19/api/polylith.clj.core.api.interface#check) function in the public API to also return `:warning-messages`: ``` {:ok? true :warning-messages [] :error-messages...

Today, the `test` command will not run if we have errors in the workspace, and if we run the `check` command it will return `0` (zero) only if there are...