I'll fix that up for the next release. Thanks!
On Mon, Mar 24, 2014 at 5:24 PM, Jules wrote:
> Firstly - I use this package - it is exactly what I need and it just works
> :-) - thanks, Gary
>
> now, some constructive criticism ...
>
> I build all my code with (set! *warn-on-reflection* true)
Firstly - I use this package - it is exactly what I need and it just works
:-) - thanks, Gary
now, some constructive criticism ...
I build all my code with (set! *warn-on-reflection* true) in my project.clj
and in various files.
This coaxes a few warnings out of no.disassemble when I pull it i
A Clojure library designed to let you inspect bytecode of functions and
things.
https://github.com/gtrak/no.disassemble
This release:
I've merged Aphyr's data disassembler implementation which converts the
underlying eclipse disassembler's class hierarchy into standard clojure
data structures.
It