ANN: no.disassemble 0.1.3 - data disassembler

2014-03-23 Thread Gary Trakhman
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

Re: ANN: no.disassemble 0.1.3 - data disassembler

2014-03-24 Thread Jules
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

Re: ANN: no.disassemble 0.1.3 - data disassembler

2014-03-24 Thread Gary Trakhman
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)