funcool/cuerdas

Warnings with Clojure 1.11.0

ikitommi opened this issue · 2 comments

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

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

Thanks, forgot this.