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

Don't override Clojure 1.9's qualified-keyword? #392

Merged
merged 1 commit into from
Apr 5, 2018
Merged

Don't override Clojure 1.9's qualified-keyword? #392

merged 1 commit into from
Apr 5, 2018

Conversation

bfontaine
Copy link
Contributor

@bfontaine bfontaine commented Apr 5, 2018

When using Clojure 1.9 and Clara Rules 0.18.0, requiring clara.rules.dsl or any namespace that requires it results in the following warning:

WARNING: qualified-keyword? already refers to: #'clojure.core/qualified-keyword? in namespace: clara.rules.dsl, being replaced by: #'clara.rules.dsl/qualified-keyword?

This change removes the inclusion of Clojure 1.9’s qualified-keyword? from this namespace, and thus the warning.

When using Clojure 1.9 and Clara Rules 0.18.0, requiring
`clara.rules.dsl` or any namespace that requires it results in the
following warning:

    WARNING: qualified-keyword? already refers to: #'clojure.core/qualified-keyword? in namespace: clara.rules.dsl, being replaced by: #'clara.rules.dsl/qualified-keyword?

This change remove the inclusion of Clojure 1.9’s `qualified-keyword?`
from this namespace and thus the warning.
@WilliamParker WilliamParker merged commit b0aa926 into oracle-samples:master Apr 5, 2018
@WilliamParker
Copy link
Collaborator

Thanks @bfontaine sorry about the oversight.

@bfontaine bfontaine deleted the dsl-qualified-keyword branch April 5, 2018 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants