polylith

seancorfield 2025-09-08T15:59:58.103629Z

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?

seancorfield 2025-09-09T13:21:04.139409Z

Confirmed fixed! Appreciated.

👍 1
tengstrand 2025-09-08T16:42:10.965099Z

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.

seancorfield 2025-09-08T17:08:12.658859Z

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.

seancorfield 2025-09-08T17:09:21.812409Z

Yeah, confirmed. Just create an empty folder under components and run poly check. It'll throw.

tengstrand 2025-09-08T17:16:09.566499Z

Okay, will have a look, thanks.

tengstrand 2025-09-09T03:37:06.660199Z

This should work now.