Re: [perl #55304] [PATCH] eval_(dies|lives)_ok methods for rakudo's Test.pm, and more tests

2008-06-08 Thread Brandon S. Allbery KF8NH
On 2008 Jun 6, at 23:53, Vasily Chekalkin wrote: jerry gay wrote: would you reformat this in universal diff format please? my patch program doesn't speak git. Strange... It is 'universal diff' format. Can be applied with 'patch -p1 < eval.diff' in top-level parrot directory. Or with 'patch -

Re: [perl #55304] [PATCH] eval_(dies|lives)_ok methods for rakudo's Test.pm, and more tests

2008-06-08 Thread Ronald Schmidt
Vasily Chekalkin wrote: This is wrong patch. eval() shouldn't throws any exceptions. Correct patch for 'eval()' and Test.pm attached. As Mr Lenz wrote with respect to eval exceptions and this patch: Are there any exceptions that are not caught by eval? Currently rakudo seems to catch every

Re: [perl #55304] [PATCH] eval_(dies|lives)_ok methods for rakudo's Test.pm, and more tests

2008-06-07 Thread Vasily Chekalkin
jerry gay wrote: On Wed, Jun 4, 2008 at 2:46 PM, Moritz Lenz <[EMAIL PROTECTED]> wrote: Oops, forgot to attach patch. Now it's really there. thanks, applied as of r28074. ~jerry This is wrong patch. eval() shouldn't throws any exceptions. Correct patch for 'eval()' and Test.pm attached. -

[perl #55304] [PATCH] eval_(dies|lives)_ok methods for rakudo's Test.pm, and more tests

2008-06-07 Thread Vasily Chekalkin via RT
On Fri Jun 06 20:11:36 2008, particle wrote: (Sorry for spam if any. Looks like my message was rejected by mailman.) eval() shouldn't throws any exceptions. Correct patch for 'eval()' and Test.pm attached. -- Bacek. === --- Test.pm (orig) +++ Te

Re: [perl #55304] [PATCH] eval_(dies|lives)_ok methods for rakudo's Test.pm, and more tests

2008-06-07 Thread Vasily Chekalkin
jerry gay wrote: would you reformat this in universal diff format please? my patch program doesn't speak git. Strange... It is 'universal diff' format. Can be applied with 'patch -p1 < eval.diff' in top-level parrot directory. Or with 'patch -p3 < eval.diff' in languages/perl6. Anyway, attache

Re: [perl #55304] [PATCH] eval_(dies|lives)_ok methods for rakudo's Test.pm, and more tests

2008-06-06 Thread jerry gay
On Fri, Jun 6, 2008 at 7:34 PM, Vasily Chekalkin <[EMAIL PROTECTED]> wrote: > jerry gay wrote: >> >> On Wed, Jun 4, 2008 at 2:46 PM, Moritz Lenz <[EMAIL PROTECTED]> >> wrote: >>> >>> Oops, forgot to attach patch. Now it's really there. >>> >> thanks, applied as of r28074. >> ~jerry > > This is wron

Re: [perl #55304] [PATCH] eval_(dies|lives)_ok methods for rakudo's Test.pm, and more tests

2008-06-04 Thread jerry gay
On Wed, Jun 4, 2008 at 2:46 PM, Moritz Lenz <[EMAIL PROTECTED]> wrote: > Oops, forgot to attach patch. Now it's really there. > thanks, applied as of r28074. ~jerry

Re: [perl #55304] [PATCH] eval_(dies|lives)_ok methods for rakudo's Test.pm, and more tests

2008-06-04 Thread Moritz Lenz
Oops, forgot to attach patch. Now it's really there. -- Moritz Lenz http://moritz.faui2k3.org/ | http://perl-6.de/ Index: languages/perl6/t/spectest_regression.data === --- languages/perl6/t/spectest_regression.data (revision 28065)