Re: test/subtest flow control with exceptions

2016-11-30 Thread Chad Granum
I don't have much comment on the functionality you want, seems reasonable enough... I do have implementation commentary however: * You should not be obtaining a context inside your subtest (specifically line 18 https://github.com/rjbs/Test-Abortable/blob/master/lib/Test/Abortable.pm#L18). Obtain

Re: test/subtest flow control with exceptions

2016-11-30 Thread Ricardo Signes
* Chad Granum [2016-11-30T10:30:38] > I do have implementation commentary however: Thanks, greatly appreciated! > * You should not be obtaining a context inside your subtest (specifically > line 18 So, I've moved it to after the eval. I (think that I) need it inside the subtest so that the ev