[perl #123144] [BUG] Array containing whatever forces numeric context on elements of array matched against it

2015-09-22 Thread Will Coleda via RT
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

[perl #124518] Roast rakudo skip/todo test:./S03-metaops/cross.t line:31 reason: .slice for iterators NYI

2015-09-22 Thread Christian Bartolomaeus via RT
The tests this ticket was about were fixed and unfudged with commit 8088700ce1. I'm closing this ticket as 'resolved'.

[perl #124639] Roast rakudo skip/todo test:./S02-names-vars/list_array_perl.t line:37 reason: 'recursive data structure'

2015-09-22 Thread Christian Bartolomaeus via RT
The tests this ticket was about were fixed and unfudged with commit b318b44404. I'm closing this ticket as 'resolved'.

[perl #126139] [BUG] [GLR] nested lazy cross operators confuse the continuations

2015-09-22 Thread via RT
# 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

[perl6/specs] fc0a29: missing \n in say output

2015-09-22 Thread GitHub
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:

[perl6/specs] fc0a29: missing \n in say output

2015-09-22 Thread GitHub
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

[perl #124513] Failing tests for combination of unary hyper '>>' with constant string subscripts

2015-09-22 Thread Christian Bartolomaeus via RT
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'.