Results 15 comments of David Powell

Cool - I started a bit of a reorganisation of liverepl recently though, which might avoid the need for this patch. Check out the 1.1-alpha branch. This splits things up...

The only documentation is the README file which shows how to start liverepl. Once started, you should be presented with a Clojure REPL prompt where you can enter and execute...

Great I'll take a look when I get the chance. I have a branch (offline) that I started on ages ago, where I tried making it run under lein, and...

I'll push my v1.2 branch soonish, that sounds vaguely similar - it moves to having a lein plugin, and separate dependencies on the client, server, and agent. In the meantime...

Btw, for tracking classloader leaks, jvisualvm has a button called Heap Dump on the Monitor tab. This opens up an explorable UI that you might be able to use to...

Hi, Thanks for looking at this - sounds great - I'll try to push them across to github as-is, so you can reference them from there...

Does this help: https://github.com/djpowell/liverepl/commits/1.2-alpha

lein sub install - to deploy the artifacts locally; then add [lein-liverepl "1.2.0-SNAPSHOT"] to your plugins, and you should be able to run lein liverepl

When you run liverepl it should display a list of classloaders that it can find. 0 will always be the system classloader, but other numbers will be the class loaders...

Ooh thanks, I'll take a look when I get time. Sounds like a great idea! I've been neglecting liverepl for ages, but I do find it pretty useful. I'll try...