lambdaisland

pez 2025-02-13T13:34:38.084519Z

I get a shadow-cljs build error when I require garden.core:

[:app] Compiling ...
[:app] Build failure:
The required namespace "java.io.StringReader" is not available, it was required by "garden/compression.cljc".
I don’t get this with the original garden commit I usually run with:
#_#_ garden/garden  {:git/url ""
                             :sha "633785768136ed9b7338db60a4f14661ef44c453"}
        com.lambdaisland/garden {:mvn/version "1.6.585"}
Ah… I now see there is a PR that fixes it. https://github.com/lambdaisland/garden/pull/1 I can use this for now:
com.lambdaisland/garden {:git/url ""
                                 :sha "280dba5236bd61d402727df5f107b93966634a0d"}

plexus 2025-02-18T14:20:31.607309Z

merged and released! {com.lambdaisland/garden {:mvn/version "1.7.590"}}

🙏 1
🎉 1
richiardiandrea 2025-02-13T22:22:00.366309Z

another question for launchpad - what happens if two projects use different dependency versions (say for the webserver ... http-kit)