If any exceptions are thrown by an action function, no nested
dispatches will occur, and the exception will be cached in the Agent
itself. When an Agent has errors cached, any subsequent interactions
will immediately throw an exception, until the agent's errors are
cleared. Agent errors can be examined with agent-errors and cleared
with clear-agent-errors.

-- http://clojure.org/agents

On Mon, Oct 19, 2009 at 3:41 PM, Raoul Duke <rao...@gmail.com> wrote:
>
> hello,
>
> it seems like when i'm running agent stuff via load-file etc. in the
> repl, exceptions in fns the agent runs don't appear to be logged
> anywhere, they are seemingly silently swallowed. personally i find
> that frustrating. is there some way to make them always verbose / spit
> out to stdout? or am i just crazy and they are showing up and i just
> don't see them? :}
>
> many thanks.
>
> >
>



-- 
And what is good, Phaedrus,
And what is not good—
Need we ask anyone to tell us these things?

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