print-foo icon indicating copy to clipboard operation
print-foo copied to clipboard

parsley warning for cat function

Open orb opened this issue 9 years ago • 0 comments

WARNING: cat already refers to: #'clojure.core/cat in namespace: net.cgrand.parsley.fold, being replaced by: #'net.cgrand.parsley.fold/cat

It looks like the latest parsley excludes clojure.core/cat to quiet this warning:

https://github.com/cgrand/parsley/blob/master/src/net/cgrand/parsley/fold.clj#L11

orb avatar Oct 28 '15 01:10 orb