unrepl

discussing specification of an edn-based repl and its implementations.
richiardiandrea 2018-01-18T01:08:08.000322Z

@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

gcast 2018-01-18T01:11:10.000234Z

@richiardiandrea using UNREPL.EL/SPIRAL, I add a jar containing the deps( compiled using lein uberjar ) to the unrepl-classpath

richiardiandrea 2018-01-18T01:16:45.000178Z

So that might generate clash, lein deps :tree should probably tell you more

cgrand 2018-01-18T06:33:40.000263Z

@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)

gcast 2018-01-18T15:18:39.000788Z

@cgrand interesting. Sounds like an easy fix?

dominicm 2018-01-18T17:40:00.000003Z

The square brackets are the hardest.

cgrand 2018-01-18T17:44:28.000873Z

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/

volrath 2018-01-18T22:02:28.000541Z

@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

gcast 2018-01-18T22:13:03.000721Z

thanks @volrath appreciate the speedy update!

volrath 2018-01-18T22:20:38.000043Z

thank you for reporting the bug