You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the current .cljfmt.edn configuration causes clfmt tool to fail Exception in thread "main" java.lang.RuntimeException: No dispatch macro for: "
This has a knock on effect on clojure-lsp which fails to format regions in, at least, Emacs returning an Internal Error msg.
To reproduce
Simply install and run cljfmt in the starter app
c:/src/electric-starter-app $ cljfmt.exe
Exception in thread "main" java.lang.RuntimeException: No dispatch macro for: " at clojure.lang.Util.runtimeException(Util.java:221) at clojure.lang.EdnReader$DispatchReader.invoke(EdnReader.java:552) at clojure.lang.EdnReader.readDelimitedList(EdnReader.java:757) at clojure.lang.EdnReader$MapReader.invoke(EdnReader.java:680) at clojure.lang.EdnReader.read(EdnReader.java:145) at clojure.lang.EdnReader$MetaReader.invoke(EdnReader.java:576) at clojure.lang.EdnReader.readDelimitedList(EdnReader.java:757) at clojure.lang.EdnReader$MapReader.invoke(EdnReader.java:680) at clojure.lang.EdnReader.read(EdnReader.java:145) at clojure.lang.EdnReader.read(EdnReader.java:111) at clojure.lang.EdnReader.readString(EdnReader.java:67) at clojure.edn$read_string.invokeStatic(edn.clj:46) at cljfmt.config$read_config.invokeStatic(config.clj:23) at cljfmt.config$load_config.invokeStatic(config.clj:71) at cljfmt.main$_main.invokeStatic(main.clj:93) at cljfmt.main$_main.doInvoke(main.clj:93) at clojure.lang.RestFn.invoke(RestFn.java:397) at clojure.lang.AFn.applyToHelper(AFn.java:152) at clojure.lang.RestFn.applyTo(RestFn.java:132) at cljfmt.main.main(Unknown Source)
PR to follow
The text was updated successfully, but these errors were encountered:
Hi,
the current
.cljfmt.edn
configuration causes clfmt tool to failException in thread "main" java.lang.RuntimeException: No dispatch macro for: "
This has a knock on effect on clojure-lsp which fails to format regions in, at least, Emacs returning an
Internal Error
msg.To reproduce
cljfmt
in the starter appPR to follow
The text was updated successfully, but these errors were encountered: