luminus-framework / luminus-template

a template project for the Luminus framework
http://www.luminusweb.net/
MIT License
645 stars 147 forks source link

Report WARNING when generating a new project #572

Closed bobyuancn closed 1 year ago

bobyuancn commented 1 year ago

When generating a new project, it will report a WARNING.

lein new luminus counterwebapp +h2 +immutant
WARNING: parse-double already refers to: #'clojure.core/parse-double in namespace: selmer.tags, being replaced by: #'selmer.tags/parse-double
Generating a Luminus project.

Not sure if this is an issue or not.

yogthos commented 1 year ago

That just means parse-double masks the one in the standard library. It doesn't affect behavior, but would be good to clean up.