[perl #77522] Rakudo allows unspace in /\ X/ but STD doesn't

2014-09-25 Thread Christian Bartolomaeus via RT
The test in S32-exceptions/misc.t passes and the test file is in 't/spectest.data'. If the ticket should not be set to resolved (if there is something else to do), please comment.

[perl #109800] [BUG] Can't declare infix operators using 'my &infix:' syntax in Rakudo

2014-09-25 Thread Christian Bartolomaeus via RT
The test in S06-operator-overloading/sub.t passes and the test file is in t/spectest.data. If the ticket should not be set to resolved (if there is something else to do), please comment.

[perl #116348] [BUG] infix:<...> shouldn't autothread because of a junction in the RHS in Rakudo

2014-09-25 Thread Christian Bartolomaeus via RT
I added a test to S03-sequence/misc.t with the following commit: https://github.com/perl6/roast/commit/7f16f13f8c9610d57a6efb3eca0e846edbb6ed07

[perl #122849] A * as last element does not extend list for infix: (zip)

2014-09-25 Thread via RT
# New Ticket Created by Christian Bartolomaeus # Please include the string: [perl #122849] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=122849 > There is a fuged test in S03-operators/misc.t that tests, whether a * as the l

[perl #76608] [BUG] Bogus redeclaration error when doing a declaration inside a $() in an interpolating string in Rakudo

2014-09-25 Thread Christian Bartolomaeus via RT
stmuk added a test for this recently: https://github.com/perl6/roast/commit/b4fc0fe9f11bb34e4442da7e1f945e8740d07c7c I moved the test from S02-names-var/76608.t to S02-literals/misc-interpolation.t (which is in 't/spectest.data'). The test passes on all rakudo backends.

[perl #122842] segfault with moar with specific PERL6LIB and running a specific test file

2014-09-25 Thread Christian Bartolomaeus via RT
I tried to narrow the problem down, but was not very successful. With the attached file "trans.t" I can reproduce the segfault: $ PERL6LIB=$(pwd)/lib:. ./perl6-m trans.t alive Segmentation fault If I remove some variable declarations or the last say in that file, the segfault goes away. Even ch

[perl #77158] [BUG] Doing .perl on an :(Array of Int) signature produces an internal error in Rakudo

2014-09-25 Thread Christian Bartolomaeus via RT
I moved the test from S02-types/77158.t to S06-signature/types.t (which is in 't/spectest.data'). The test passes on all rakudo backends.

[perl #115726] sub infix:<> ( ){}; gives misleading error message about P5 diamond operator

2014-09-25 Thread Christian Bartolomaeus via RT
The test in S32-exceptions/misc.t passes and the test file is in 't/spectest.data'. If the ticket should not be set to resolved (if there is something else to do), please comment.

[perl #120739] @a[*]:kv / %a{*}:kv -> $k, $v dies

2014-09-25 Thread Christian Bartolomaeus via RT
I added a test to S03-operators/subscript-adverbs.t with the following commit: https://github.com/perl6/roast/commit/7f16f13f8c9610d57a6efb3eca0e846edbb6ed07

[perl #122842] segfault with moar with specific PERL6LIB and running a specific test file

2014-09-25 Thread via RT
# New Ticket Created by Christian Bartolomaeus # Please include the string: [perl #122842] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=122842 > I get a segmentation fault with moar when I run the following command (tested