19/12/16 04:20:01 WARN function.SerializableFn: Error loading namespace clojure.lang.Keyword
java.io.FileNotFoundException: Could not locate clojure/lang/Keyword__init.class, clojure/lang/Keyword.clj or clojure/lang/Keyword.cljc on classpath.
I think this can be solved with a small patch to check if the symbol resolves to a class name (as opposed to a namespace), and avoid marking it to be required in that case.
Seen a few times that doing something like
results in log messages like:
I think this can be solved with a small patch to check if the symbol resolves to a class name (as opposed to a namespace), and avoid marking it to be required in that case.