Interesting change in a recent commit (at least on the cljs-support branch):
• We had an empty components/i18n-sub tree -- no idea how/why it got created but it had no files, just empty directories in it
• Previous versions ignored it because there was no deps.edn
• Latest SHA throws file not found on components/i18n-sub/deps.edn running poly check
Was this an intentional change?
I’ve not seen that behaviour in the tested workspaces. Could you export your workspace and send it to me? I will have a look tomorrow.
No, I already deleted the stray directory. It should be easy to recreate: mkdir components/something-random should be enough to hit it? Maybe mkdir -p components/something-random/src depending on what exactly Polylith is looking for.
Yeah, confirmed. Just create an empty folder under components and run poly check. It'll throw.
Okay, will have a look, thanks.
This should work now.