-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
Hi,
having Clostache in the dependecy chain causes the following warning to be printed:
WARNING: seqable? already refers to: #'clojure.core/seqable? in namespace: clostache.parser, being replaced by: #'clojure.core.incubator/seqable?
It can be fixed by simply replacing :use with :require - particularly when :use was already using its most conservative variant (:only).
As a further hint, there's https://github.com/bbatsov/clojure-style-guide/tree/e3be6b321447939371f2318e620a281ef4367a58#prefer-require-over-use
Thanks!
-V
Metadata
Metadata
Assignees
Labels
No labels