Re: ANN: Kibit 0.1.2 is released

2015-04-21 Thread Jérôme Prudent
This is a very useful tool ! Love it ! On Tuesday, April 21, 2015 at 6:20:42 PM UTC+2, Andy Fingerhut wrote: > > Looks like a bug in kibit. I'd recommend filing an issue on Github: > > https://github.com/jonase/kibit/issues > > Andy > > On Tue, Apr 21, 2015 at 1:33 AM, Cesare > wrote: > >> Hi Da

Re: ANN: Kibit 0.1.2 is released

2015-04-21 Thread Andy Fingerhut
Looks like a bug in kibit. I'd recommend filing an issue on Github: https://github.com/jonase/kibit/issues Andy On Tue, Apr 21, 2015 at 1:33 AM, Cesare wrote: > Hi Daniel, > thanks a lot for this great plugin! > > I've just run it on a project but I don't get this: > > Consider using: > :p

Re: ANN: Kibit 0.1.2 is released

2015-04-21 Thread Cesare
Hi Daniel, thanks a lot for this great plugin! I've just run it on a project but I don't get this: Consider using: :p instead of: (fn [s] [:p s]) I'd understand it if it was (fn [s] (:p s)) can you explain it? Thanks again On Monday, April 20, 2015 at 2:26:20 PM UTC+2, Daniel Compton wrot

ANN: Kibit 0.1.2 is released

2015-04-20 Thread Daniel Compton
I'm incredibly excited to announce that Kibit 0.1.2 has been released. Kibit is a Leiningen plugin that inspects your code and suggests more idiomatic ways of expression the same thing, e.g. (+ 1 num) can be rewritten as (inc num) The headlining features of this release are: * Clojurescript/Cljx