scicloj / tablecloth

Dataset manipulation library built on the top of tech.ml.dataset
https://scicloj.github.io/tablecloth
MIT License
305 stars 27 forks source link

warnings about replacement of functions #149

Open genmeblog opened 7 months ago

genmeblog commented 7 months ago

After loading a tablecloth namespace a bunch of warnings are printed:

WARNING: * already refers to: #'clojure.core/* in namespace: tablecloth.api.api-template, being replaced by: #'tablecloth.api.api-template/*
WARNING: + already refers to: #'clojure.core/+ in namespace: tablecloth.api.api-template, being replaced by: #'tablecloth.api.api-template/+
WARNING: - already refers to: #'clojure.core/- in namespace: tablecloth.api.api-template, being replaced by: #'tablecloth.api.api-template/-
WARNING: / already refers to: #'clojure.core// in namespace: tablecloth.api.api-template, being replaced by: #'tablecloth.api.api-template//
WARNING: < already refers to: #'clojure.core/< in namespace: tablecloth.api.api-template, being replaced by: #'tablecloth.api.api-template/<
WARNING: <= already refers to: #'clojure.core/<= in namespace: tablecloth.api.api-template, being replaced by: #'tablecloth.api.api-template/<=
WARNING: > already refers to: #'clojure.core/> in namespace: tablecloth.api.api-template, being replaced by: #'tablecloth.api.api-template/>
WARNING: >= already refers to: #'clojure.core/>= in namespace: tablecloth.api.api-template, being replaced by: #'tablecloth.api.api-template/>=
WARNING: abs already refers to: #'clojure.core/abs in namespace: tablecloth.api.api-template, being replaced by: #'tablecloth.api.api-template/abs
WARNING: and already refers to: #'clojure.core/and in namespace: tablecloth.api.api-template, being replaced by: #'tablecloth.api.api-template/and
WARNING: bit-and already refers to: #'clojure.core/bit-and in namespace: tablecloth.api.api-template, being replaced by: #'tablecloth.api.api-template/bit-and
WARNING: bit-and-not already refers to: #'clojure.core/bit-and-not in namespace: tablecloth.api.api-template, being replaced by: #'tablecloth.api.api-template/bit-and-not
WARNING: bit-clear already refers to: #'clojure.core/bit-clear in namespace: tablecloth.api.api-template, being replaced by: #'tablecloth.api.api-template/bit-clear
WARNING: bit-flip already refers to: #'clojure.core/bit-flip in namespace: tablecloth.api.api-template, being replaced by: #'tablecloth.api.api-template/bit-flip
WARNING: bit-not already refers to: #'clojure.core/bit-not in namespace: tablecloth.api.api-template, being replaced by: #'tablecloth.api.api-template/bit-not
WARNING: bit-or already refers to: #'clojure.core/bit-or in namespace: tablecloth.api.api-template, being replaced by: #'tablecloth.api.api-template/bit-or
WARNING: bit-set already refers to: #'clojure.core/bit-set in namespace: tablecloth.api.api-template, being replaced by: #'tablecloth.api.api-template/bit-set
WARNING: bit-shift-left already refers to: #'clojure.core/bit-shift-left in namespace: tablecloth.api.api-template, being replaced by: #'tablecloth.api.api-template/bit-shift-left
WARNING: bit-shift-right already refers to: #'clojure.core/bit-shift-right in namespace: tablecloth.api.api-template, being replaced by: #'tablecloth.api.api-template/bit-shift-right
WARNING: bit-xor already refers to: #'clojure.core/bit-xor in namespace: tablecloth.api.api-template, being replaced by: #'tablecloth.api.api-template/bit-xor
WARNING: even? already refers to: #'clojure.core/even? in namespace: tablecloth.api.api-template, being replaced by: #'tablecloth.api.api-template/even?
WARNING: identity already refers to: #'clojure.core/identity in namespace: tablecloth.api.api-template, being replaced by: #'tablecloth.api.api-template/identity
WARNING: infinite? already refers to: #'clojure.core/infinite? in namespace: tablecloth.api.api-template, being replaced by: #'tablecloth.api.api-template/infinite?
WARNING: max already refers to: #'clojure.core/max in namespace: tablecloth.api.api-template, being replaced by: #'tablecloth.api.api-template/max
WARNING: min already refers to: #'clojure.core/min in namespace: tablecloth.api.api-template, being replaced by: #'tablecloth.api.api-template/min
WARNING: neg? already refers to: #'clojure.core/neg? in namespace: tablecloth.api.api-template, being replaced by: #'tablecloth.api.api-template/neg?
WARNING: not already refers to: #'clojure.core/not in namespace: tablecloth.api.api-template, being replaced by: #'tablecloth.api.api-template/not
WARNING: odd? already refers to: #'clojure.core/odd? in namespace: tablecloth.api.api-template, being replaced by: #'tablecloth.api.api-template/odd?
WARNING: or already refers to: #'clojure.core/or in namespace: tablecloth.api.api-template, being replaced by: #'tablecloth.api.api-template/or
WARNING: pos? already refers to: #'clojure.core/pos? in namespace: tablecloth.api.api-template, being replaced by: #'tablecloth.api.api-template/pos?
WARNING: quot already refers to: #'clojure.core/quot in namespace: tablecloth.api.api-template, being replaced by: #'tablecloth.api.api-template/quot
WARNING: rem already refers to: #'clojure.core/rem in namespace: tablecloth.api.api-template, being replaced by: #'tablecloth.api.api-template/rem
WARNING: unsigned-bit-shift-right already refers to: #'clojure.core/unsigned-bit-shift-right in namespace: tablecloth.api.api-template, being replaced by: #'tablecloth.api.api-template/unsigned-bit-shift-right
WARNING: zero? already refers to: #'clojure.core/zero? in namespace: tablecloth.api.api-template, being replaced by: #'tablecloth.api.api-template/zero?
WARNING: * already refers to: #'clojure.core/* in namespace: tablecloth.api, being replaced by: #'tablecloth.api/*
WARNING: + already refers to: #'clojure.core/+ in namespace: tablecloth.api, being replaced by: #'tablecloth.api/+
WARNING: - already refers to: #'clojure.core/- in namespace: tablecloth.api, being replaced by: #'tablecloth.api/-
WARNING: / already refers to: #'clojure.core// in namespace: tablecloth.api, being replaced by: #'tablecloth.api//
WARNING: < already refers to: #'clojure.core/< in namespace: tablecloth.api, being replaced by: #'tablecloth.api/<
WARNING: <= already refers to: #'clojure.core/<= in namespace: tablecloth.api, being replaced by: #'tablecloth.api/<=
WARNING: > already refers to: #'clojure.core/> in namespace: tablecloth.api, being replaced by: #'tablecloth.api/>
WARNING: >= already refers to: #'clojure.core/>= in namespace: tablecloth.api, being replaced by: #'tablecloth.api/>=
WARNING: abs already refers to: #'clojure.core/abs in namespace: tablecloth.api, being replaced by: #'tablecloth.api/abs
WARNING: and already refers to: #'clojure.core/and in namespace: tablecloth.api, being replaced by: #'tablecloth.api/and
WARNING: bit-and already refers to: #'clojure.core/bit-and in namespace: tablecloth.api, being replaced by: #'tablecloth.api/bit-and
WARNING: bit-and-not already refers to: #'clojure.core/bit-and-not in namespace: tablecloth.api, being replaced by: #'tablecloth.api/bit-and-not
WARNING: bit-clear already refers to: #'clojure.core/bit-clear in namespace: tablecloth.api, being replaced by: #'tablecloth.api/bit-clear
WARNING: bit-flip already refers to: #'clojure.core/bit-flip in namespace: tablecloth.api, being replaced by: #'tablecloth.api/bit-flip
WARNING: bit-not already refers to: #'clojure.core/bit-not in namespace: tablecloth.api, being replaced by: #'tablecloth.api/bit-not
WARNING: bit-or already refers to: #'clojure.core/bit-or in namespace: tablecloth.api, being replaced by: #'tablecloth.api/bit-or
WARNING: bit-set already refers to: #'clojure.core/bit-set in namespace: tablecloth.api, being replaced by: #'tablecloth.api/bit-set
WARNING: bit-shift-left already refers to: #'clojure.core/bit-shift-left in namespace: tablecloth.api, being replaced by: #'tablecloth.api/bit-shift-left
WARNING: bit-shift-right already refers to: #'clojure.core/bit-shift-right in namespace: tablecloth.api, being replaced by: #'tablecloth.api/bit-shift-right
WARNING: bit-xor already refers to: #'clojure.core/bit-xor in namespace: tablecloth.api, being replaced by: #'tablecloth.api/bit-xor
WARNING: even? already refers to: #'clojure.core/even? in namespace: tablecloth.api, being replaced by: #'tablecloth.api/even?
WARNING: identity already refers to: #'clojure.core/identity in namespace: tablecloth.api, being replaced by: #'tablecloth.api/identity
WARNING: infinite? already refers to: #'clojure.core/infinite? in namespace: tablecloth.api, being replaced by: #'tablecloth.api/infinite?
WARNING: max already refers to: #'clojure.core/max in namespace: tablecloth.api, being replaced by: #'tablecloth.api/max
WARNING: min already refers to: #'clojure.core/min in namespace: tablecloth.api, being replaced by: #'tablecloth.api/min
WARNING: neg? already refers to: #'clojure.core/neg? in namespace: tablecloth.api, being replaced by: #'tablecloth.api/neg?
WARNING: not already refers to: #'clojure.core/not in namespace: tablecloth.api, being replaced by: #'tablecloth.api/not
WARNING: odd? already refers to: #'clojure.core/odd? in namespace: tablecloth.api, being replaced by: #'tablecloth.api/odd?
WARNING: or already refers to: #'clojure.core/or in namespace: tablecloth.api, being replaced by: #'tablecloth.api/or
WARNING: pos? already refers to: #'clojure.core/pos? in namespace: tablecloth.api, being replaced by: #'tablecloth.api/pos?
WARNING: quot already refers to: #'clojure.core/quot in namespace: tablecloth.api, being replaced by: #'tablecloth.api/quot
WARNING: rem already refers to: #'clojure.core/rem in namespace: tablecloth.api, being replaced by: #'tablecloth.api/rem
WARNING: unsigned-bit-shift-right already refers to: #'clojure.core/unsigned-bit-shift-right in namespace: tablecloth.api, being replaced by: #'tablecloth.api/unsigned-bit-shift-right
WARNING: zero? already refers to: #'clojure.core/zero? in namespace: tablecloth.api, being replaced by: #'tablecloth.api/zero?
behrica commented 7 months ago

noticed them as well, but did not connect it to new release