Torsten Blix (via RT) wrote:
> # New Ticket Created by  Torsten Blix 
> # Please include the string:  [perl #69152]
> # in the subject line of all future correspondence about this issue. 
> # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=69152 >
> 
> 
> Rakudo git version
> a9ff309e63f1df4f271847757f7f014902d26858
> 
> 
> 1) create a new test file t/bug.t with content (see also
> http://paste.lisp.org/display/87090):
> 
> use v6;
> 
> use Test;
> 
> plan 1;
> 
> <<<<<<< .mine
> say "# foo";
> 
> ok(1==1, "1==1");
> 
> # vim: ft=perl6
> 
> 2) execute "make t/bug.t" and watch the perl6 binary sucking up lots
> of memory (around 10MB/sec) and not finishing the test.

The current Rakudo (of 2010.03 release) now fails very quickly:

Confused at line 7, near "<<<<<<< .m"

The error message could be more awesome, but that's the subject for
another ticket...

Reply via email to