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

Depency on clojure.contrib 1.2.0 seems out of date #14

Closed
jconti opened this issue May 19, 2013 · 4 comments
Closed

Depency on clojure.contrib 1.2.0 seems out of date #14

jconti opened this issue May 19, 2013 · 4 comments

Comments

@jconti
Copy link

jconti commented May 19, 2013

=> (require 'twitter)
Warning: print-pretty not declared dynamic and thus is not dynamically rebindable, but its name suggests otherwise. Please either indicate ^:dynamic print-pretty or change the name. (clojure/contrib/pprint/pprint_base.clj:29)
Warning: print-pprint-dispatch not declared dynamic and thus is not dynamically rebindable, but its name suggests otherwise. Please either indicate ^:dynamic print-pprint-dispatch or change the name. (clojure/contrib/pprint/pprint_base.clj:33)
Warning: print-pprint-dispatch not declared dynamic and thus is not dynamically rebindable, but its name suggests otherwise. Please either indicate ^:dynamic print-pprint-dispatch or change the name. (clojure/contrib/pprint/pprint_base.clj:33)
Warning: print-right-margin not declared dynamic and thus is not dynamically rebindable, but its name suggests otherwise. Please either indicate ^:dynamic print-right-margin or change the name. (clojure/contrib/pprint/pprint_base.clj:38)
Warning: print-miser-width not declared dynamic and thus is not dynamically rebindable, but its name suggests otherwise. Please either indicate ^:dynamic print-miser-width or change the name. (clojure/contrib/pprint/pprint_base.clj:44)
Warning: print-lines not declared dynamic and thus is not dynamically rebindable, but its name suggests otherwise. Please either indicate ^:dynamic print-lines or change the name. (clojure/contrib/pprint/pprint_base.clj:51)
Warning: print-circle not declared dynamic and thus is not dynamically rebindable, but its name suggests otherwise. Please either indicate ^:dynamic print-circle or change the name. (clojure/contrib/pprint/pprint_base.clj:56)
Warning: print-shared not declared dynamic and thus is not dynamically rebindable, but its name suggests otherwise. Please either indicate ^:dynamic print-shared or change the name. (clojure/contrib/pprint/pprint_base.clj:61)
Warning: print-suppress-namespaces not declared dynamic and thus is not dynamically rebindable, but its name suggests otherwise. Please either indicate ^:dynamic print-suppress-namespaces or change the name. (clojure/contrib/pprint/pprint_base.clj:65)
Warning: print-radix not declared dynamic and thus is not dynamically rebindable, but its name suggests otherwise. Please either indicate ^:dynamic print-radix or change the name. (clojure/contrib/pprint/pprint_base.clj:72)
Warning: print-base not declared dynamic and thus is not dynamically rebindable, but its name suggests otherwise. Please either indicate ^:dynamic print-base or change the name. (clojure/contrib/pprint/pprint_base.clj:78)
Warning: current-level not declared dynamic and thus is not dynamically rebindable, but its name suggests otherwise. Please either indicate ^:dynamic current-level or change the name. (clojure/contrib/pprint/pprint_base.clj:89)
Warning: current-length not declared dynamic and thus is not dynamically rebindable, but its name suggests otherwise. Please either indicate ^:dynamic current-length or change the name. (clojure/contrib/pprint/pprint_base.clj:91)
Warning: format-str not declared dynamic and thus is not dynamically rebindable, but its name suggests otherwise. Please either indicate ^:dynamic format-str or change the name. (clojure/contrib/pprint/cl_format.clj:64)
CompilerException java.lang.IllegalStateException: Can't dynamically bind non-dynamic var: clojure.contrib.pprint/format-str, compiling:(dispatch.clj:90)

@atroche
Copy link

atroche commented Aug 30, 2013

I'm also having this problem. What's an easy fix?

@jconti
Copy link
Author

jconti commented Aug 30, 2013

Well, I moved on to https://github.com/adamwynne/twitter-api, which I've had a nice experience with while making a little site (http://www.javatechboise.org).

@drone29a
Copy link
Owner

jconti: Sorry, not sure how I missed this. That issue was fixed months ago (a year ago?) but apparently I didn't push a new release or you didn't update the lib. Glad you found something that works for you.

atroche: Check out 1.2.8 ([clojure-twitter "1.2.8"]), just pushed to clojars. I occasionally use the library for data collection, but please let me know if you run into any issues.

@jconti
Copy link
Author

jconti commented Aug 31, 2013

Thank you for the update. I will try this again when I get the chance.

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