Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Instarepl throws ClassNotFoundException on :or with a java object #8

Open
cldwalker opened this issue Jan 1, 2016 · 0 comments
Open

Comments

@cldwalker
Copy link
Member

From LightTable/LightTable#1626:

Lighttable: 0.6.7

(defn test
  [& {:keys [date] :or {date (java.util.Date.)}}]
  (str date))

InstaRepl could not evaluate above code and threw this exception:
clojure.lang.Compiler$CompilerException: java.lang.ClassNotFoundException: java.util.Date., compiling:(null:4:1)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant