-
Notifications
You must be signed in to change notification settings - Fork 8
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
can't use ubergraph (exception thrown on startup) #36
Comments
Interesting, I'll take a look. Thanks for reporting it! |
i'll post another issue after this one is fixed, cus i'm getting exceptions for my use of |
Ok, I just got to try this but wasn't able to reproduce the issue, so still not sure.
and then run Didn't see any exceptions. Do you have the possibility to share your repo or something I could try to reproduce the issue? |
Regarding |
I'll investigate further. |
@boxxxie sure, I'm on Clojurians slack under the same handle if you want to troubleshoot something a little faster. |
./clojure/deps.edn
project deps.edn
ubergraph/ubergraph {:mvn/version "0.8.2"}
command
clj -Sforce -M:clograms -m clograms.server --platform clj .
i did have code that was actually making a .dot of my clojure dep tree, that file was being pointed at in the initial exceptions. i commented out all the code in that file. still got error.
i then removed ubergraph from my code completely, including deps.
running the program again downloaded a different ubergraph (i'm guessing one of the deps in this codebase is using ubergraph).
the same exception persists.i missed some ubergraph requires (not using, just ns required uber)
removing all ubergraph refs in my code lead to clograms starting, or getting closer to starting, my tools.namespace deps is now causing problems
this is a bit funny, ubergraph is pretty handy for solving some of my problems. it would be nice to not have to remove it from my code base to use this cool documentation tool
The text was updated successfully, but these errors were encountered: