You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Eastwood fails on occurences of a newly added Clojure 1.12 feature — the Qualified Methods support. I guess, this is due to the missing support for this feature in the underlying clojure.tools.analyzer.
Here I use Float/parseFloat as a function. If I change to #(Float/parseFloat %), the error goes away, as expected.
Description
Eastwood fails on occurences of a newly added Clojure 1.12 feature — the Qualified Methods support. I guess, this is due to the missing support for this feature in the underlying
clojure.tools.analyzer
.Here I use
Float/parseFloat
as a function. If I change to#(Float/parseFloat %)
, the error goes away, as expected.Environment
Error logs
The text was updated successfully, but these errors were encountered: