juji-io / editscript

A library to diff and patch Clojure/ClojureScript data structures
Eclipse Public License 1.0
485 stars 23 forks source link

Fix boxed math warning #33

Closed tonsky closed 2 months ago

tonsky commented 2 months ago

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