On Thu Sep 02 03:36:44 2010, [email protected] wrote:
> [12:21] <bbkr> rakudo: use Test; eval_lives_ok '1<&1'
> [12:21] <p6eval> rakudo 27d54d: OUTPUT«Use of uninitialized value in
> numeric
> contextok 1 - »
>
> The "Use of uninitialized value in numeric context" warning should not
> be
> emited o STDERR, compare it to the case:
>
> $ perl6 -e 'use Test; eval_lives_ok "die 1"'
> not ok 1 -
>
> (no STDERR output is "leaking through" eval_lives_ok, not
> eval_lives_ok itself
> emits one).
No longer leaking diagnostic fluid:
01:24 < [Coke]> rakudo: use Test; eval_lives_ok '1<&1'
01:24 <+camelia> rakudo 0d1d11: OUTPUT«not ok 1 - # Error: Whitespace required
before < operator»
Closable with tests.
--
Will "Coke" Coleda