Eastwood, the Clojure lint tool, version 0.2.5 has been released.  See
install instructions and complete documentation at [1].

Below are some of the changes since version 0.2.4.  A complete list is at
[2].

Thanks to contributions from Daniel Compton, Derek Passen, Emlyn Corrin,
and Reid McKenzie.

Go squash some bugs!

Jonas Enlund, Nicola Mometto, and Andy Fingerhut

[1] https://github.com/jonase/eastwood
[2]
https://github.com/jonase/eastwood/blob/master/changes.md#changes-from-version-024-to-025


The main changes with version 0.2.5 are for improving how Eastwood works
with Clojure 1.9.0, and eliminating false positives when using the
:unused-namespaces linter.

   - Updated version of tools.reader adds support for new syntax in Clojure
   1.9.0-beta2, e.g. map namespace syntax, Issue #228 #201
   - Eliminate some common :suspicious-expression warnings due to how some
   clojure.spec macros such as every and and are implemented. Issue #227.
   There are likely further improvements that can be made in this area in the
   future.
   - :unused-namespaces linter has been significantly improved, in that it
   gives far fewer false positive warnings. Issue #200 #211 #186
   - Eliminate warnings when running with Clojure 1.9.0 for conflict with
   new functions in core like boolean? and uri? Issue #232 #233

-- 
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 group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to