Add specs for import and refer-clojure.
Patch:
Fixes some indentation of previous specs
Factors out ::filters spec from ::ns-refer-clojure
Factors out ::import-list from ::ns-import
Reuses ::filters in ::ns-refer
Reuses ::filters in ::use-prefix-list
Removes :ret any? in ::ns-use (no need for it)
Adds clojure.core/import spec
Adds clojure.core/refer-clojure spec
Patch: import-referclj-2.patch
Hey , is this breaking refer-clojure? The snippet below works in 1.8.
Hrm, yeah. I will move to a new ticket.
See CLJ-2461. Note that a workaround is to do:
Thanks.