carmine icon indicating copy to clipboard operation
carmine copied to clipboard

Clojure 1.11 preparations - parse-double and parse-long

Open ieugen opened this issue 3 years ago • 2 comments

Hi,

Upgraded to Clojure 1.11.0-rc1 and got these warnings:

; WARNING: parse-long already refers to: #'clojure.core/parse-long in namespace: taoensso.carmine, being replaced by: #'taoensso.carmine/parse-long
; WARNING: parse-double already refers to: #'clojure.core/parse-double in namespace: taoensso.carmine, being replaced by: #'taoensso.carmine/parse-double

ieugen avatar Feb 18 '22 07:02 ieugen

@ptaoussanis alongwith the warnings mentioned above, I'm also seeing the following:

WARNING: abs already refers to: #'clojure.core/abs in namespace: taoensso.encore, being replaced by: #'taoensso.encore/abs
WARNING: update-keys already refers to: #'clojure.core/update-keys in namespace: io.aviso.exception, being replaced by: #'io.aviso.exception/update-keys

It'd be nice to have a clj-kondo lint step in CI

olttwa avatar Jul 25 '22 14:07 olttwa

Hi there! These warnings can safely be ignored, they're an implementation detail of Carmine - and will be addressed with the next release 👍

ptaoussanis avatar Jul 25 '22 15:07 ptaoussanis

Closing, will be addressed in forthcoming release.

ptaoussanis avatar Oct 28 '22 16:10 ptaoussanis