> 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.
apparently one has to manually write ones agents to log the exceptions out to stderr or stdout? i guess my personal principle of least surprise implementation would have been to at least spit out the first exception once. sincerely. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---