Skip to content

Instantly share code, notes, and snippets.

View pwhittin's full-sized avatar

Paul Whittington pwhittin

View GitHub Profile
@pwhittin
pwhittin / reflection-exception
Created June 25, 2021 14:29
Reflection Exception Using https://github.com/borkdude/sci and GraalVM
Exception in thread "main" java.lang.IllegalArgumentException: No matching method indexOf found taking 1 args for class clojure.lang.PersistentVector
at clojure.lang.Reflector.invokeMatchingMethod(Reflector.java:127)
at clojure.lang.Reflector.invokeInstanceMethod(Reflector.java:102)
at edpdl.platform_utils$index_of.invokeStatic(platform_utils.cljc:38)
at edpdl.platform_utils$index_of.invoke(platform_utils.cljc:37)
at edpdl.semantics$fn__1148.invokeStatic(semantics.clj:183)
at edpdl.semantics$fn__1148.invoke(semantics.clj:182)
at clojure.spec.alpha$spec_impl$reify__2060.conform_STAR_(alpha.clj:930)
at clojure.spec.alpha$and_spec_impl$fn__2178.invoke(alpha.clj:1164)
at clojure.spec.alpha$and_spec_impl$reify__2184.conform_STAR_(alpha.clj:1190)