Fork me on GitHub
#eastwood
<
2022-01-03
>
Lukas Domagala18:01:36

I’m having trouble getting my orchard PR through eastwood because of a reflection warning in:

(proxy [clojure.lang.DynamicClassLoader] [@clojure.lang.Compiler/LOADER]
      (defineClass
        ([name bytes src]
         (swap! classbytes assoc name bytes)
         (proxy-super defineClass name bytes src))))
even putting :reflection {’orchard.xref true} into the project.clj eastwood config doesn’t seem to help. Am I doing something wrong here?

vemv19:01:59

ah I noticed that one PR. Can you push your attempt? So that I can see the failure

Lukas Domagala19:01:31

sure. it’s my first time using eastwood so I’m confident its my fault :)