whamtet / simpleui

JS Free Single Page Applications
https://whamtet.github.io/simpleui/
Eclipse Public License 2.0
246 stars 15 forks source link

Fix warnings for clojure 1.11 #5

Closed ieugen closed 2 years ago

ieugen commented 2 years ago

Hi,

Started a new project and I get these warnings:

WARNING: parse-long already refers to: #'clojure.core/parse-long in namespace: ctmx.rt, being replaced by: #'ctmx.rt/parse-long
WARNING: parse-double already refers to: #'clojure.core/parse-double in namespace: ctmx.rt, being replaced by: #'ctmx.rt/parse-double
WARNING: parse-boolean already refers to: #'clojure.core/parse-boolean in namespace: ctmx.rt, being replaced by: #'ctmx.rt/parse-boolean

I think they should be fixed eventually. Having this to track that down.

whamtet commented 2 years ago

Fixed in 1.4.5

whamtet commented 1 year ago

Thanks for the bug report Eugen. Do you mind sharing a repo so I can reproduce?

On Aug 8, 2022, at 21:24, Eugen Stan @.***> wrote:

 Hi,

Started a new project and I get these warnings:

WARNING: parse-long already refers to: #'clojure.core/parse-long in namespace: ctmx.rt, being replaced by: #'ctmx.rt/parse-long WARNING: parse-double already refers to: #'clojure.core/parse-double in namespace: ctmx.rt, being replaced by: #'ctmx.rt/parse-double WARNING: parse-boolean already refers to: #'clojure.core/parse-boolean in namespace: ctmx.rt, being replaced by: #'ctmx.rt/parse-boolean I think they should be fixed eventually. Having this to track that down.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.