editscript
editscript copied to clipboard
Fix boxed math warning
Currently, using editscript with (set! *unchecked-math* :warn-on-boxed) prints this warning:
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