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

Re: slackpocalypse?

2017-05-21 Thread Gregg Reynolds
On Fri, May 19, 2017 at 7:46 AM, Herwig Hochleitner wrote: > As I said in the other thread, let's migrate to matrix.org: > https://riot.im/app/#/room/#clojure:matrix.org > There, if the official servers ever get overloaded/dropped/monetized, we > can just start hosting

[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]

Re: Parentheses and Proto-Repl

2017-05-21 Thread James Reeves
lisp-paredit seems to have some odd interactions with parinfer, and I don't think you really need it. My advice would be to remove lisp-paredit and use parinfer exclusively. Also ensure that "auto-indent" is turned on in your settings. Parinfer works through indentation, so as long as everything

Re: [ANN] Clojure 1.9 / clojure.spec split

2017-05-21 Thread Matching Socks
> Additionally, this is a first step towards increased support for leveraging dependencies within Clojure. What do you have in mind? -- 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

Parentheses and Proto-Repl

2017-05-21 Thread Matching Socks
Puzzled about parentheses in Atom + Proto-Repl + Parinfer + lisp-paredit, the combination recommended in the gist at https://gist.github.com/jasongilman/d1f70507bed021b48625. I set up my brand-new Atom 1.17.0 according to those instructions. I am not sure this question has anything to do