walmartlabs / clojure-game-geek

Example source code for the Lacinia tutorial
Eclipse Public License 1.0
47 stars 25 forks source link

Java lang init error on lein commands #2

Open yannvr opened 5 years ago

yannvr commented 5 years ago

I'm using JDK11 on a mac and commands like test/repl/run fail after the install (which works)

Exception in thread "main" java.lang.ExceptionInInitializerError
    at clojure.main.<clinit>(main.java:20)
Caused by: java.lang.IllegalArgumentException: Must hint overloaded method: toArray, compiling:(flatland/ordered/set.clj:19:1)
cksharma11 commented 3 years ago

I'm facing the same issue - Caused by: java.lang.IllegalArgumentException: Must hint overloaded method: toArray

cksharma11 commented 3 years ago

I'm facing the same issue - Caused by: java.lang.IllegalArgumentException: Must hint overloaded method: toArray

Raised PR with fix