clojure-dev

Issues: https://clojure.atlassian.net/browse/CLJ | Guide: https://insideclojure.org/2015/05/01/contributing-clojure/
p-himik 2020-02-21T09:36:57.047700Z

I've run Cursive inspections on Clojure code and cleaned them up leaving only the ones with an apparent actual effect. E.g. "Non-atomic operation on volatile field" or "Unpredictable BigDecimal constructor call". Would this list of 47 warnings be useful to you?

alexmiller 2020-02-21T13:55:46.048Z

Maybe?

alexmiller 2020-02-21T13:56:03.048400Z

How about you share do I can see... :)

p-himik 2020-02-21T13:59:26.048500Z

Note that the code links within the document link to my local copy of Clojure. I used 653b8465845a78ef7543e0a250078eea2d56b659.

p-himik 2020-02-21T14:01:55.048900Z

Also it's a bit strange, but the report doesn't include a full description of the warnings. So if something seems strange - let me know, I can provide a full description of any warning.