Re: [ANN] dynalint 0.1.0

2014-01-12 Thread Ambrose Bonnaire-Sergeant
Hi everyone, Please try [lein-dynalint "0.1.1"]. You should be able to specify a file to dump the verbose warnings like: lein dynalint test :output my-name-name Please give it a shot. Thanks, Ambrose On Sun, Jan 12, 2014 at 1:04 AM, Eric Normand wrote: > Hi Ambrose, > > This looks great! I'

Re: [ANN] dynalint 0.1.0

2014-01-11 Thread Eric Normand
Hi Ambrose, This looks great! I'll give it a try. Eric http://lispcast.com On Saturday, January 11, 2014 8:46:40 AM UTC-6, Ambrose Bonnaire-Sergeant wrote: > > Hi, > > For those who like analysing their programs I present Dynalint, a > simplistic "linter". It's essentially a bunch of manually

Re: [ANN] dynalint 0.1.0

2014-01-11 Thread Sam Ritchie
Hey Ambrose, looks great. I tried to the leiningen plugin's test command and ended up with a bunch of messages like this: WARNING (Dynalint id 146): clojure.set/union should have set arguments: nil but with no way to link this back to my code. Any ideas? Ambrose Bonnaire-Sergeant

Re: [ANN] dynalint 0.1.0

2014-01-11 Thread Morgawr Havenlost
This is really nice! I just added it to my lein profile so I can use it to test my software. I was testing it and I got this output: WARNING (Dynalint id 1): clojure.core/dissoc first argument should be a map: nil WARNING (Dynalint id 2): clojure.core/select-keys first argument should be a m

[ANN] dynalint 0.1.0

2014-01-11 Thread Ambrose Bonnaire-Sergeant
Hi, For those who like analysing their programs I present Dynalint, a simplistic "linter". It's essentially a bunch of manually curated runtime warnings and errors for the core Clojure library. https://github.com/frenchy64/dynalint Please read the README for instructions and caveats. Here's the