polylith

Hoon Wee 2025-03-21T06:29:15.465239Z

Hello! Has anyone tried running the poly test in parallel, using kaocha runner?

👀 1
2025-03-21T13:38:36.280879Z

Hi! I am experimenting with my first polylith project and I came to the point where I needed to use profiles. I followed the the steps in the tutorial and got a Error 107: missing components in the development project ... I found the source of my issue:

;; In the top level deps.edn in my :aliases

{:+default {:extra-deps {poly/comp {:local/root "./components/impl1"}}}
;; this gets you the 107                          ^^

{:+default {:extra-deps {poly/comp {:local/root "components/impl1"}}}
;; this doesn't                                  ^
I don't know if this is expected behavior, I thought I'd report it here. Cheers,

👍 1