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
needs a :ignored-faults {} wrapping
example https://github.com/clojure-emacs/cider-nrepl/blob/6dc9654fac1586adc1c43280e1d98074ff1a8dc0/project.clj#L149-L150
ah, thank you!