Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

warnings about replacement of functions #149

Open
genmeblog opened this issue Apr 17, 2024 · 1 comment
Open

warnings about replacement of functions #149

genmeblog opened this issue Apr 17, 2024 · 1 comment

Comments

@genmeblog
Copy link
Member

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
Copy link
Member

behrica commented Apr 17, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants