This behavior has the same source as CLJ-457. Applying my patch for CL-457,
I get:
user=>  (def mapped (map (fn [_] (throw (Exception.))) [1 2 3]))
#'user/mapped
user=> mapped
Exception   user/fn--1 (NO_SOURCE_FILE:1)
(user=> mapped
RuntimeException Recursive seq realization  clojure.lang.LazySeq.sval
(LazySeq.java:64)
(user=> mapped
RuntimeException Recursive seq realization  clojure.lang.LazySeq.sval
(LazySeq.java:64)

and

lazy: (#<Exception java.lang.Exception>
lazy, again: (#<RuntimeException java.lang.RuntimeException: Recursive seq
realization>

for the other example.

So the error message may be more generic.

Christophe


On Mon, Dec 3, 2012 at 10:37 AM, Hank <h...@123mail.org> wrote:

> I opened a bug report, let's see what the pros have to say on this:
> http://dev.clojure.org/jira/browse/CLJ-1119
>
> --
> 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
>



-- 
On Clojure http://clj-me.cgrand.net/
Clojure Programming http://clojurebook.com
Training, Consulting & Contracting http://lambdanext.eu/

-- 
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

Reply via email to