Hello,

I also stumbled on this bug.

Here's a simple example showing the problem...

(def a (pr-str (map (fn [i] (println "hi") i) [1])))

After executing that code I was expecting the value of `a` to be `"(1)"`, 
but instead the actual value is `"(hi\n1)"`.

Xavi


On Thursday, June 25, 2015 at 2:32:42 AM UTC+2, Matching Socks wrote:
>
> There are currently no votes for either Jira issue!
>
>  - No.1532, "pr-str captures stdout from printing side-effects of lazily 
> evaluated expressions"
>
>  - No.1611, "clojure.java.io/pushback-reader"
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to