eastwood 2022-01-03

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?

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

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

its pushed

ah, thank you!