Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Avoid WARNINGs for clojure 1.9 alpha programs #792

Closed
kjothen opened this issue Jun 23, 2017 · 3 comments
Closed

Avoid WARNINGs for clojure 1.9 alpha programs #792

kjothen opened this issue Jun 23, 2017 · 3 comments

Comments

@kjothen
Copy link

kjothen commented Jun 23, 2017

I find that onyx + clojure.spec combine nicely together, mainly using spec to coerce raw segment data from one format to another, eg from csv to datomic. There is one annoyance when using clojure 1.9 alphas with onyx though: the warnings below are written to the log at the start of every onyx job. I think the first warning is fixed in plumatic/schema from version 1.1.2, so do you think you could bump the onyx version from 1.0.5?

WARNING: Inst already refers to: #'clojure.core/Inst in namespace: schema.core, being replaced by: #'schema.core/Inst
WARNING: any? already refers to: #'clojure.core/any? in namespace: clj-fuzzy.helpers, being replaced by: #'clj-fuzzy.helpers/any?

As for the second, in clj-fuzzy, not so sure what the strategy should be here.

@MichaelDrogalis
Copy link
Contributor

Can definitely bump Schema. I'll do that now on develop, thanks!

@MichaelDrogalis
Copy link
Contributor

Schema upgraded via 96d0823.

@MichaelDrogalis
Copy link
Contributor

Out on last release.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants