clojure-emacs / squiggly-clojure

Flycheck checker for Clojure, using eastwood and core.typed.
GNU General Public License v3.0
204 stars 25 forks source link

Eastwood version need upgrade #44

Closed bobotu closed 7 years ago

bobotu commented 7 years ago

As eastwood README said:

  • Clojure 1.8.0 - Use Eastwood 0.2.2 or later. There are known problems using Eastwood 0.2.1 and earlier with Clojure 1.8.0.
  • Clojure 1.5.1, 1.6.0, or 1.7.0 - Many versions of Eastwood have been tested with these, up through Eastwood 0.2.3.

Can we upgrade to eastwood 0.2.3 or 0.2.2 to fix errors on Clojure 1.8.0

pnf commented 7 years ago

Updated to eastwood 0.2.3, kibit 0.1.3 and core.typed 0.3.26. A new version of squiggly has been deployed to clojars, so you'll need to change the dependency to [acyclic/squiggly-clojure "0.1.7"]. It will probably take a day for the elisp to propagate to melpa; in the mean time, if you use cider-jack-in, make sure that flycheck-clojure-dep-version is set to "0.1.7".

bobotu commented 7 years ago

Thanks a lot

pnf commented 7 years ago

If you could test this out, prior to me closing the issue, that would be great.

On Dec 31, 2016, at 1:21 PM, Zejun Li notifications@github.com wrote:

Thanks a lot

― You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

bobotu commented 7 years ago

The new version works very well. This issue can be closed.

pnf commented 7 years ago

Great. Thanks for reporting and testing this.