[perl #126143] [NYI] Array aliasing on matching

2015-10-01 Thread Tobias Leich via RT
This is fixed so far. Patches: https://github.com/perl6/nqp/commit/ada83f20892d3d027a0ac5e537ab1b111db1968e https://github.com/perl6/nqp/commit/8402ce098192cdfe57bd438781d9f1322f63273c Fixed tests: https://github.com/perl6/roast/commit/eec7994c1f

[perl #126243] [BUG] capturing to lexical variable not handled

2015-10-01 Thread via RT
# New Ticket Created by Tobias Leich # Please include the string: [perl #126243] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126243 > my @foo; say "abcxyd" ~~ m/@foo=(.)/; say @foo rakudo-moar f52f0d: OUTPUT«===SORRY!===␤QA

[perl #126215] LTA error message when doing Any eq 'x'

2015-10-01 Thread Christian Bartolomaeus via RT
For the records: The second part of this error message was introduced recently in response to RT #113888. I'm going to link both tickets as related.

[perl #124695] Roast rakudo skip/todo test:./S32-str/substr.t line:134 reason: This seems unneccessarily restrictive

2015-10-01 Thread Christian Bartolomaeus via RT
The test this ticket is about was indeed unneccessarily restrictive. It was removed with commmit https://github.com/perl6/roast/commit/c549562cbe I'm closing this ticket as 'rejected'.

[perl #126128] s/$~Q/$~Quote

2015-10-01 Thread Tobias Leich via RT
Patch: https://github.com/rakudo/rakudo/commit/f52f0db3fb

[perl #126241] operator names need to be valid, parsable Perl

2015-10-01 Thread via RT
# New Ticket Created by Larry Wall # Please include the string: [perl #126241] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126241 > 10:06 < TimToady> m: sub infix:«~~>» { "$^a -> $^b\n" }; say &[~~>].name 10:06 <+camelia>

[perl #126238] LTM does not seem to apply within metaoperators, or does not take new operators in account.

2015-10-01 Thread via RT
# New Ticket Created by Stephane Payrard # Please include the string: [perl #126238] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126238 > LTM does not seem to apply within metaoperators, or does not take new operators in a

[perl6/specs] 9bf4b9: remove loitering space

2015-10-01 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 9bf4b95e5d7c0179a563134ebc33a411107daa64 https://github.com/perl6/specs/commit/9bf4b95e5d7c0179a563134ebc33a411107daa64 Author: Nova Patch Date: 2015-10-01 (Thu, 01 Oct 2015) Changed paths: M S32-set

[perl #126227] [BUG] sub-signature unpacking does not work for lazy seq

2015-10-01 Thread via RT
# New Ticket Created by Zhenyi Zhou # Please include the string: [perl #126227] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126227 > In S06-routines.pod there is an example of head and tail sub head(*$head, *@tail)

[perl #126234] LTA error message with junctions in type constraints

2015-10-01 Thread via RT
# New Ticket Created by Wenzel Peppmeyer # Please include the string: [perl #126234] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126234 > my Int|Str $a; # OUTPUT«===SORRY!===␤Type 'Int' is not declared. Did yo mean 'int'?␤a

[perl #126232] Return signature issues

2015-10-01 Thread via RT
# New Ticket Created by Elizabeth Mattijsen # Please include the string: [perl #126232] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126232 > [10:09:15] m: say (-> --> Int { |(1,2,3) })().WHAT # eh, shouldn't this fa