On Feb 5, 9:28 am, Jeffrey Straszheim <straszheimjeff...@gmail.com>
wrote:
> From a quick glance, it looks like the exceptions that are *not* being
> caught are those generated by the compiler, who can't understand the code.
>  test-is can't find those because the code doesn't even run in that case.

Yes.  In the current implementation of test-is, tests are compiled
into functions when they are defined.  So compile-time exceptions
can't be caught.  I assume these situations are fairly rare and easily
corrected.

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