Re: [ANN] Eastwood, the Clojure lint tool, version 0.2.4 released

2017-06-02 Thread Peter Hull
On Thursday, 1 June 2017 22:49:56 UTC+1, Andy Fingerhut wrote: > > I do not know whether you (Peter) are the same as the user pedro-w on > Github, > Indeed I am the same. I've suggested something on the GH issue which is just a hack but may be helpful. I hope you'll appreciate that, coming to

Re: [ANN] Eastwood, the Clojure lint tool, version 0.2.4 released

2017-06-01 Thread Andy Fingerhut
I do not know whether you (Peter) are the same as the user pedro-w on Github, but pedro-w created this Eastwood issue and added a comment with links to a related discussion on a tools.reader issue tracker: https://github.com/jonase/eastwood/issues/222 If you can find a way, with just tools.reader

Re: [ANN] Eastwood, the Clojure lint tool, version 0.2.4 released

2017-06-01 Thread Peter Hull
I had a quick look at this. As I understand it, the clojure.core reader processes data_readers.clj, but Eastwood uses tools.reader (or a version of it, copied into the Eastwood project?) which does not. I thought that, for linting, we don't need to actually run the data reader functions, so

Re: [ANN] Eastwood, the Clojure lint tool, version 0.2.4 released

2017-06-01 Thread Peter Hull
On Thursday, 1 June 2017 06:55:52 UTC+1, Andy Fingerhut wrote: > > Sounds like a limitation/bug in the current Eastwood implementation that > it doesn't handle this. You are welcome to file an issue on Github: > https://github.com/jonase/eastwood/issues > > Thanks for getting back to me. I've

Re: [ANN] Eastwood, the Clojure lint tool, version 0.2.4 released

2017-05-31 Thread Andy Fingerhut
Sounds like a limitation/bug in the current Eastwood implementation that it doesn't handle this. You are welcome to file an issue on Github: https://github.com/jonase/eastwood/issues Sorry, no promises on when it might be addressed. Andy On Wed, May 31, 2017 at 5:39 AM, Peter Hull

Re: [ANN] Eastwood, the Clojure lint tool, version 0.2.4 released

2017-05-31 Thread Travis Daudelin
Awesome replies everyone, thanks for the advice! Will definitely check these plugins out -- 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 -

Re: [ANN] Eastwood, the Clojure lint tool, version 0.2.4 released

2017-05-31 Thread Duncan McGreggor
I use both all the time (part of the gating in the build process); they are nicely complementary. d On 23 May 2017 at 11:16, Travis Daudelin wrote: > Hi, thanks for posting this looks great! > > Is there any overlap in functionality between Eastwood and Kibit >

Re: [ANN] Eastwood, the Clojure lint tool, version 0.2.4 released

2017-05-31 Thread Peter Hull
On Monday, 22 May 2017 01:51:32 UTC+1, David Cook wrote: > > Eastwood, the Clojure lint tool, version 0.2.4 has been released. See > install instructions and complete documentation at [1]. > Hi David and others, I tried this for the first time on my code and it found some errors (hooray!) but

Re: [ANN] Eastwood, the Clojure lint tool, version 0.2.4 released

2017-05-24 Thread LaurentJ
Hi, If you dont mind, just use them all ;) https://github.com/itang/lein-checkall Le mardi 23 mai 2017 18:16:01 UTC+2, Travis Daudelin a écrit : > > Hi, thanks for posting this looks great! > > Is there any overlap in functionality between Eastwood and Kibit >

Re: [ANN] Eastwood, the Clojure lint tool, version 0.2.4 released

2017-05-23 Thread Andy Fingerhut
Eastwood analyzes your code to look for constructs that might be errors. Kibit analyzes code to look for places where you could use Clojure macros or functions that may make your code shorter, or more idiomatic. Andy On Tue, May 23, 2017 at 9:16 AM, Travis Daudelin

Re: [ANN] Eastwood, the Clojure lint tool, version 0.2.4 released

2017-05-23 Thread Travis Daudelin
Hi, thanks for posting this looks great! Is there any overlap in functionality between Eastwood and Kibit ? It's not clear to me which tool I should prefer nor when. -- You received this message because you are subscribed to the Google Groups "Clojure" group.

Re: [ANN] Eastwood, the Clojure lint tool, version 0.2.4 released

2017-05-21 Thread Andy Fingerhut
And I would hasten to add David Cook to the list of developers. He has done the coding, testing, and release steps except deploying to Clojars. Thank you, David! Andy On Sun, May 21, 2017 at 5:46 PM, David Cook wrote: > Eastwood, the Clojure lint tool, version 0.2.4

[ANN] Eastwood, the Clojure lint tool, version 0.2.4 released

2017-05-21 Thread David Cook
Eastwood, the Clojure lint tool, version 0.2.4 has been released. See install instructions and complete documentation at [1]. Below are some of the changes since version 0.2.3. A complete list is at [2]. Go squash some bugs! Jonas Enlund, Nicola Mometto, and Andy Fingerhut [1]