-
Notifications
You must be signed in to change notification settings - Fork 64
Support Clojure 1.9 namespaced maps #201
Copy link
Copy link
Closed
Labels
Milestone
Description
Hi there,
Clojure 1.9 is introducing namespaced maps and they cause an error in kibit. I appreciate that this is an upcoming feature, just a heads-up.
When eastwood encounters a namespaced map, we get:
linting failed:
ExceptionInfo Reader tag must be a symbol
clojure.core/ex-info (core.clj:4718)
clojure.core/ex-info (core.clj:4718)
eastwood.copieddeps.dep10.clojure.tools.reader.reader-types/reader-error (reader_types.clj:330)
eastwood.copieddeps.dep10.clojure.tools.reader.reader-types/reader-error (reader_types.clj:326)
Reactions are currently unavailable