I ran the latest version of Eastwood on the Clojure code itself, and didn't find any surprising/new warnings. There are a fair number of reflection warnings in what I would consider non-performance-critical functions (e.g. clojure.java.browse/open-url-in-browser, and code for handling/printing exceptions) that are not new. There are also what I think have always been reflection warnings for things like aget/aset that I don't recall digging into before -- Clojure code for that stuff hasn't changed in quite a while, so I can't see that is anything new.
I made some preliminary updates to the Clojure cheatsheet in preparation for the 1.10 release, and noticed that the new Var clojure.main/ex-str does not have any :added "1.10" metadata for it, but many other Vars in clojure.main also do not, so perhaps that is intentional. I will try a full run of Eastwood on a set of 80+ open source projects with Clojure 1.9.0 and 1.10.0-RC1 soon-ish, and see if anything surprising comes out of that. I've done it with 1.10.0-beta1 and didn't see any issues, and don't expect any problems. Andy On Thu, Oct 11, 2018 at 5:22 PM Matthew Phillips <mattp...@gmail.com> wrote: > Hi Alex, have just finished testing on an 18 KLOC Clojure backend service > (Java 8, Linux). Test suites and deployed service runs fine. > > Let me add my thanks for your hard work! > > Cheers, > > Matthew. > > -- > 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. > -- 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.