walmartlabs / lacinia

GraphQL implementation in pure Clojure
http://lacinia.readthedocs.io/en/latest/
Other
1.82k stars 163 forks source link

Clojure 1.11 Alpha 3 compatibility #396

Closed seancorfield closed 2 years ago

seancorfield commented 2 years ago

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.

seancorfield commented 2 years ago

Thank you!