puniverse / pulsar

Fibers, Channels and Actors for Clojure
http://docs.paralleluniverse.co/pulsar/
Other
910 stars 53 forks source link

Add (last) to excluded clojure fn's to get rid of warning #56

Closed Samstiles closed 8 years ago

Samstiles commented 8 years ago

Just a warning that has bugged me since starting using the library :^

WARNING: last already refers to: #'clojure.core/last in namespace: co.paralleluniverse.pulsar.async, being replaced by: #'co.paralleluniverse.pulsar.async/last

circlespainter commented 8 years ago

Thanks!