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

RuntimeException: Don't know how to create ISeq from: clojure.lang.Symbol #1

Closed
stefan-pdx opened this issue Mar 15, 2013 · 2 comments

Comments

@stefan-pdx
Copy link

Attempted to run using Lein 1.7.1:

lein gossip src/clojure

Resulted in:

Caused by: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.IllegalArgumentException: Don't know how to create ISeq from: clojure.lang.Symbol
    at clojure.lang.LazySeq.sval(LazySeq.java:47)
    at clojure.lang.LazySeq.seq(LazySeq.java:56)
    at clojure.lang.RT.seq(RT.java:450)
    at clojure.core$seq.invoke(core.clj:122)
    at clojure.core$r.invoke(core.clj:793)
    at clojure.core$into.invoke(core.clj:2614)
    at leiningen.gossip.callgraphing$create_used_namespace_lookup.invoke(callgraphing.clj:79)
    at leiningen.gossip.callgraphing$select_defs_and_calls.invoke(callgraphing.clj:113)
    at leiningen.gossip.callgraphing$clj_to_dot.invoke(callgraphing.clj:186)
    at leiningen.gossip.callgraphing$generate_dot_files_from_clj_files.invoke(callgraphing.clj:212)
@rplevy
Copy link
Contributor

rplevy commented Jan 16, 2014

I think this issue is fixed by my PR (Issue #2) because I came across the same problem. It was assuming all top-level forms are collections in a couple of functions, so I fixed that in order to use it.

@actsasgeek
Copy link
Owner

Thanks again! I merged your PR. I'm going to try to pick this project up again.

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

No branches or pull requests

3 participants