cch1 / http.async.client

Async Http Client - Clojure
http://cch1.github.com/http.async.client
267 stars 40 forks source link

Cyclic dependencies with Clojure 1.2.1 #16

Closed michaelklishin closed 13 years ago

michaelklishin commented 13 years ago

After following both documentation and http.async.client test files, I still cannot get it to work with Clojure 1.2.1. I keep hitting this

Cyclic load dependency: [ /http/async/client/request ]->/http/async/client/util->[ /http/async/client/request ]->/http/async/client->/ovillo/collector/test/core (util.clj:15)

Looks like this issue was resolved in a fork. Can you pull those changes, maybe?

neotyk commented 13 years ago

This has been fixed in development branch https://github.com/neotyk/http.async.client/commits/development particularly by https://github.com/neotyk/http.async.client/commit/f3a96d0d265a610771172601f7633ff1e6c6999c commit.

If you can, please test development branch, you don't need to build it by yourself, you can use 0.3.0-SNAPSHOT.

neotyk commented 13 years ago

Issue was fixed with 0.3.0 release.