walmartlabs/lacinia

Clojure 1.11 Alpha 3 compatibility

seancorfield opened this issue · 1 comments

Using version 0.35.0 with Clojure 1.11 Alpha 3 produces this warning:

WARNING: parse-boolean already refers to: #'clojure.core/parse-boolean in namespace: com.walmartlabs.lacinia.schema, being replaced by: #'com.walmartlabs.lacinia.schema/parse-boolean

The same private function exists in Lacinia 1.0 and could be renamed to avoid the warning.

Thank you!