clj-commons / virgil

Recompile Java code without restarting the REPL
306 stars 21 forks source link

Have compile-all-java return class->bytecode map #25

Closed aiba closed 6 years ago

aiba commented 6 years ago

I was working on #22 and realized that #23 changed the return value for compile-all-java. It previously returned a map of class->bytecode. This updates it to return the map like it used to.

ztellman commented 6 years ago

Thanks for catching this!