Warnings with Clojure 1.11.0
ikitommi opened this issue · 2 comments
ikitommi commented
WARNING: parse-double already refers to: #'clojure.core/parse-double in namespace: cuerdas.core, being replaced by: #'cuerdas.core/parse-double
WARNING: parse-long already refers to: #'clojure.core/parse-long in namespace: cuerdas.core, being replaced by: #'cuerdas.core/parse-long
niwinz commented
which version of cuerdas you are using?, this functions were removed in 2020.03.26
, and now clearly replaced with the new functions in cljs/clojure.core
ikitommi commented
Thanks, forgot this.