On Thu May 14 07:48:19 2009, masak wrote: > <pmichaud> rakudo: my $foo = 'hello world'; say «$foo».elems > <p6eval> rakudo 705cb2: OUTPUT«1» > <pmichaud> oops. > <pmichaud> oh well :-) > <moritz_> it's not yet christmas ;-) > * masak submits rakudobug > > Expected value from the evaluation: 2, because "hello" and "world" > should end up as different elements.
Misbehavior has changed: 01:11 <[Coke]> rakudo: my $foo = 'hello world'; say «$foo».elems 01:11 <p6eval> rakudo 549d2a: OUTPUT«===SORRY!===Can't form :w list from non-constant strings (yet) at line 22, near ".elems"» -- Will "Coke" Coleda