brandonbloom / fipp

Fast Idiomatic Pretty Printer for Clojure
525 stars 44 forks source link

Conflicts with Clojure 1.9 alphas #41

Closed mtruyens closed 8 years ago

mtruyens commented 8 years ago

I get the following warning with Clojure 1.9 (currently using Alpha 9, but several of the previous Alpha's had the same problem):

WARNING: boolean? already refers to: #'clojure.core/boolean? in namespace: fipp.visit, being replaced by: #'fipp.visit/boolean?

brandonbloom commented 8 years ago

Thanks for the report. This is being tracked here: https://github.com/brandonbloom/fipp/pull/39