Closed ekimber closed 9 years ago
I'm unable to reproduce this in the latest code. There was an issue in earlier versions where lazy seqs, which implement clojure.lang.IPending
, would be treated as a deferred value, but that has since been fixed. Let me know if you have any issues with the latest formal release, and I'll cut a new one.
This was on 0.1.0-beta11, which is the latest release. You're right though, it's fixed in the snapshot build.
Sorry, I had thought this fix had already been released. Thanks for the heads up.
Cool, thanks for the library! It's very useful.
Some of my deferreds yield a LazySeq. This seems to break manifold. Is there something I've misunderstood here? I can get around this by delazifying the result.
Here's an example of what I'm talking about: