editscript icon indicating copy to clipboard operation
editscript copied to clipboard

Fix boxed math warning

Open tonsky opened this issue 1 year ago • 0 comments

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

tonsky avatar Aug 21 '24 13:08 tonsky