drone29a / clj-oauth

OAuth Consumer support for Clojure
BSD 2-Clause "Simplified" License
273 stars 52 forks source link

Can't dynamically bind clojure.contrib.pprint/*format-str* #19

Closed tormaroe closed 11 years ago

tormaroe commented 12 years ago

I'm using clj-oauth 1.2.10. When requiring oauth.client I get an exception:

Can't dynamically bind non-dynamic var: clojure.contrib.pprint/format-str

I guess I'm doing something stupid, but I need help, and hope it's ok I file an issue for some feedback :|

akandratovich commented 12 years ago

I have the same issue on 1.5-alpha. You can check working version in my fork.

tormaroe commented 12 years ago

Thanks!

drone29a commented 11 years ago

I believe this was caused by using an older version of clj-oauth with a newer Clojure version that had deprecated dynamic binding for vars by default.