On Thu Nov 06 15:11:04 2014, pawel.pab...@getresponse.com wrote:
> $ perl6 -e 'say ["a", "b", "c"] ~~ [*, "b", "c" ]’;
>
> Cannot convert string to number: base-10 number must begin with valid
> digits or '.' in '⏏a' (indicated by ⏏)
> in method Numeric at src/gen/m-CORE.setting:13163
> in sub
The tests this ticket was about were fixed and unfudged with commit 8088700ce1.
I'm closing this ticket as 'resolved'.
The tests this ticket was about were fixed and unfudged with commit b318b44404.
I'm closing this ticket as 'resolved'.
# New Ticket Created by Larry Wall
# Please include the string: [perl #126139]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=126139 >
18:00 < TimToady> m: my @v := [1, 2]; my \step1 = 8 X* ^4; my \step2 = @v
X+> step1; say st
Branch: refs/heads/zengargoyle-patch-1
Home: https://github.com/perl6/specs
Commit: fc0a29ea15639c976c5a3c542776e4d851105e6d
https://github.com/perl6/specs/commit/fc0a29ea15639c976c5a3c542776e4d851105e6d
Author: zengargoyle
Date: 2015-09-22 (Tue, 22 Sep 2015)
Changed paths:
Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: fc0a29ea15639c976c5a3c542776e4d851105e6d
https://github.com/perl6/specs/commit/fc0a29ea15639c976c5a3c542776e4d851105e6d
Author: zengargoyle
Date: 2015-09-22 (Tue, 22 Sep 2015)
Changed paths:
M S07-li
This works now. Fixed with commit
https://github.com/rakudo/rakudo/commit/be02b7c955
The test in S03-metaops/hyper.t was unfudged with commit
https://github.com/perl6/roast/commit/124aef3530
I'm closing this ticket as 'resolved'.