@gcast are you using something like MrAnderson for packing them? There might be a conflict in transitive deps. I haven't got around to work on the boot packager yet
@richiardiandrea using UNREPL.EL/SPIRAL
, I add a jar containing the deps( compiled using lein uberjar
) to the unrepl-classpath
So that might generate clash, lein deps :tree
should probably tell you more
@gcast @richiardiandrea my answer was a bit terse and more of a note to myself: in the sideloader there’s a blatant bug in findClass (missing square brackets around items passed to to-array). However it only affects libs with classes (AOT or other language)
@cgrand interesting. Sounds like an easy fix?
The square brackets are the hardest.
We should definitely buy packs of IKEA Patrull to avoid harming ourselves with square brackets sharp angles. https://m.ikea.com/fr/fr/catalog/products/art/90115092/
@gcast here's unrepl fix added to spiral's blob. It may take a while (maybe some hours) for melpa to update the package, but you'll be able to download it from there soon
thanks @volrath appreciate the speedy update!
thank you for reporting the bug