On Sat, Sep 19, 2009 at 06:35:45PM -0400, Kodi Arfer wrote: > In the process of writing some more tests for CATCH blocks, I've noticed > what appears to be a contradiction between Synopsis 4 on the one hand > and pugs/t/spec/S04-statements/try.t and Rakudo's current behavior on > the other.
The short answer is that Rakudo's implementation of exceptions doesn't match the specification yet. We still have quite a bit of work to do there. Pm