Closed tonsky closed 2 months ago
Currently, using editscript with (set! *unchecked-math* :warn-on-boxed) prints this warning:
(set! *unchecked-math* :warn-on-boxed)
Boxed math warning, editscript/diff/a_star.cljc:121:20 - call: public static java.lang.Number clojure.lang.Numbers.unchecked_add(java.lang.Object,long).
This patch fixed this. Source: https://clojure.org/reference/java_interop#typehints
Currently, using editscript with
(set! *unchecked-math* :warn-on-boxed)
prints this warning:This patch fixed this. Source: https://clojure.org/reference/java_interop#typehints