Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP Upgrade to Shadow-CLJS 2.19.3 and remove warning from taoensso.en…
…core ------ WARNING #1 - :redef ----------------------------------------------------- Resource: taoensso/encore.cljs:947:1 -------------------------------------------------------------------------------- 944 | ) 945 | 946 | (defn pow [n exp] (Math/pow n exp)) 947 | (defn abs [n] (if (neg? n) (- n) n)) ; #+clj (Math/abs n) reflects -------^------------------------------------------------------------------------ abs already refers to: cljs.core/abs being replaced by: taoensso.encore/abs -------------------------------------------------------------------------------- 948 | (defn round* ; round 949 | ([ n] (round* :round nil n)) 950 | ([type n] (round* type nil n)) 951 | ([type nplaces n] --------------------------------------------------------------------------------
- Loading branch information