liquidz / antq

Point out your outdated dependencies.
Other
403 stars 25 forks source link

Update from 2.7.1133 -> 2.8.1165 #244

Closed Kaspazza closed 6 months ago

Kaspazza commented 9 months ago

For some unknown reason after updating to the newest version of antq I get this error, that is not coming from antq itself in the code, it is from the clojure data json require, but it only appears if I upgrade the antq library.

----- Error -------------------------------------------------------------------- Type: clojure.lang.ExceptionInfo Message: Could not resolve symbol: definterface Data: {:type :sci/error, :line 22, :column 1, :file "clojure/data/json.clj", :phase "analysis"} Location: clojure/data/json.clj:22:1 Phase: analysis

----- Context ------------------------------------------------------------------ 18: ;; CUSTOM PUSHBACK READER 19: 20: (set! warn-on-reflection true) 21: 22: (definterface InternalPBR ^--- Could not resolve symbol: definterface 23: (^int readChar []) 24: (^long readChars [^chars buffer ^long start ^long bufflen]) 25: (^void unreadChar [^int c]) 26: (^void unreadChars [^chars buffer ^int off ^int bufflen]) 27: (^java.io.Reader toReader []))

----- Stack trace -------------------------------------------------------------- clojure.data.json - clojure/data/json.clj:22:1

liquidz commented 9 months ago

@Kaspazza Thanks for your reporting! Hmm, I could not reproduce the error... Could you tell me steps to reproduce the error?

Kaspazza commented 6 months ago

@liquidz it was because used through babashka, but you've fixed it already