Re: [ANN] Eastwood - A Clojure lint tool

2012-04-27 Thread Edmund
This is great, and working for me, thanks :) On Thursday, 19 April 2012 14:04:07 UTC+1, Jonas wrote: > > Eastwood[1] is a Clojure lint tool which uses the analyze[2] library to > inspect > namespaces and report possible problems. Currently it should work > with projects running Clojure 1.3.0 and

Re: [ANN] Eastwood - A Clojure lint tool

2012-04-19 Thread Ambrose Bonnaire-Sergeant
Still not working with lein1. ambrose@ambrose-VirtualBox:~/Projects/typed-clojure$ lein plugin install jonase/eastwood 0.0.2 [INFO] Unable to find resource 'jonase:eastwood:jar:0.0.2' in repository central (http://repo1.maven.org/maven2) Copying 4 files to /tmp/lein-cc995082-fa11-4245-8f7a-88d6c5a

Re: [ANN] Eastwood - A Clojure lint tool

2012-04-19 Thread Jonas
I released 0.0.2 to clojars. It should now (hopefully) be possible to use eastwood with lein1. Note that eastwood will only work with projects that use Clojure version 1.3 and newer. This means that if you want to lint for example a leiningen plugin project you better use lein2 because lein1 run

Re: [ANN] Eastwood - A Clojure lint tool

2012-04-19 Thread Jonas
On Thursday, April 19, 2012 4:24:16 PM UTC+3, Ambrose Bonnaire-Sergeant wrote: > > Did I do something wrong? > Sorry, I only tested in with lein2. I'll try to make it work with both in the next release. -- You received this message because you are subscribed to the Google Groups "Clojure"

Re: [ANN] Eastwood - A Clojure lint tool

2012-04-19 Thread Jay Fields
same outcome for me. On Thu, Apr 19, 2012 at 9:24 AM, Ambrose Bonnaire-Sergeant wrote: > Did I do something wrong? > > ambrose@ambrose-VirtualBox:~/Projects/typed-clojure$ lein plugin install > jonase/eastwood 0.0.1 > > ambrose@ambrose-VirtualBox:~/Projects/typed-clojure$ lein version > Lein

Re: [ANN] Eastwood - A Clojure lint tool

2012-04-19 Thread Baishampayan Ghose
I got exactly the same error. Regards, BG On Thu, Apr 19, 2012 at 6:54 PM, Ambrose Bonnaire-Sergeant wrote: > Did I do something wrong? > > ambrose@ambrose-VirtualBox:~/Projects/typed-clojure$ lein plugin install > jonase/eastwood 0.0.1 > > ambrose@ambrose-VirtualBox:~/Projects/typed-clojur

Re: [ANN] Eastwood - A Clojure lint tool

2012-04-19 Thread Baishampayan Ghose
On Thu, Apr 19, 2012 at 6:34 PM, Jonas wrote: > Eastwood[1] is a Clojure lint tool which uses the analyze[2] library to > inspect > namespaces and report possible problems. Currently it should work > with projects running Clojure 1.3.0 and newer. > > Currently eastwood warns when it finds > - depr

Re: [ANN] Eastwood - A Clojure lint tool

2012-04-19 Thread Ambrose Bonnaire-Sergeant
Did I do something wrong? ambrose@ambrose-VirtualBox:~/Projects/typed-clojure$ lein plugin install jonase/eastwood 0.0.1 ambrose@ambrose-VirtualBox:~/Projects/typed-clojure$ lein version Leiningen 1.7.1 on Java 1.6.0_23 OpenJDK Client VM ambrose@ambrose-VirtualBox:~/Projects/typed-clojure$ le

Re: [ANN] Eastwood - A Clojure lint tool

2012-04-19 Thread Stefan Kamphausen
inc for the name! :-) -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this gro

[ANN] Eastwood - A Clojure lint tool

2012-04-19 Thread Jonas
Eastwood[1] is a Clojure lint tool which uses the analyze[2] library to inspect namespaces and report possible problems. Currently it should work with projects running Clojure 1.3.0 and newer. Currently eastwood warns when it finds - deprecated java instance methods, static fields, static method