polylith 2025-05-27

I would like to hear what you in the community want us to do with https://github.com/polyfy/polylith/issues/523 issue.

FYI with https://claude.ai/share/dbb64e75-7ee3-43c3-9652-b9a57bf81421of the new clojure-mcp . I've created a https://github.com/jeroenvandijk/polylith/commit/b86d948aa296ff0bf5189e390d5aa4be3f45c91b. Unfortunately I am stuck in testing this in the example project. What's the process of creating a local version of the poly tool?

You can run bb poly-local

This will build a jar and install it locally, see https://github.com/polyfy/polylith/blob/master/bb.edn#L36-L38.

Thanks, that works

👍 1

You might get at least as good as the external test runner simply by explicitly using (require (symbol the-ns)) instead of trying to eval that constructed do expression? (although maybe it's a limitation of the classpath isolation code preventing that?)

Okay thanks for the advice, will give that a try.