-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Exception Thrown on onyx-kafka #35
Comments
@thecontinium Thanks for your reporting! onyx-kafka seems to depend on clojure 1.8 https://github.com/onyx-platform/onyx-kafka/blob/0.14.x/project.clj#L14 And https://clojuredocs.org/clojure.core/qualified-symbol_q So you need to add clojure 1.9 or later to |
Thanks.
Not sure if it’s there already but have/will you show outdated Clojure versions ?
Cheers
--
The Continium
On 13 October 2020 at 12:59:29, Iizuka Masashi ([email protected]<mailto:[email protected]>) wrote:
@thecontinium<https://github.com/thecontinium> Thanks for your reporting!
onyx-kafka seems to depend on clojure 1.8
https://github.com/onyx-platform/onyx-kafka/blob/0.14.x/project.clj#L14
And qualified-symbol? is available since 1.9
https://clojuredocs.org/clojure.core/qualified-symbol_q
So you need to add clojure 1.9 or later to outdated profile.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#35 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ACHXEBTMO46L45FQMOMSZ3LSKQ6J3ANCNFSM4SOV4E6A>.
|
Currently no. This is because the version of clojure who want to use depends on the library. |
Hi
When running
lein outdated
on onyx-kafka I get the following exception thrown:Exception in thread "main" java.lang.RuntimeException: Unable to resolve symbol: qualified-symbol? in this context, compiling:(antq/dep/boot.clj:36:40)
Please advise.
Thanks
Stack Trace:
The text was updated successfully, but these errors were encountered: