greglook / cljstyle

A tool for formatting Clojure code
Eclipse Public License 1.0
293 stars 39 forks source link

Exception using auto-resolve namespaces for map `#::{}` #52

Closed abogoyavlensky closed 3 years ago

abogoyavlensky commented 4 years ago

file.clj

...
(defn- data
  []
  #::{:id 1 
      :name "Some title"}
...
Error while processing file src/path/to/flie.clj
clojure.lang.ExceptionInfo: [line 81, col 6] Invalid keyword: .
abogoyavlensky commented 4 years ago

Probably related or even duplicates #13