[perl #128859] [BUG] WhateverCode in a chained comparison fails to parse ("QAST::Block with cuid 1 has not appeared")

2016-08-05 Thread via RT
# New Ticket Created by Sam S. # Please include the string: [perl #128859] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128859 > ➜ my &x = (1 < *+1 < 5); ===SORRY!=== QAST::Block with cuid 1 has not appeared Whe

[perl #128858] [BUG] (QAST::Block with cuid 1 has not appeared)

2016-08-05 Thread via RT
# New Ticket Created by Sam S. # Please include the string: [perl #128858] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128858 > ➜ my &x = (1 < *+1 < 5); ===SORRY!=== QAST::Block with cuid 1 has not appeared Wh

[perl #128857] [LTA] ∞.Rat ~~ Rat is False

2016-08-05 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #128857] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128857 > TimToady's comments on the matter: http://irclog.perlgeek.de/perl6-dev/2016-08-06#i_12976

[perl #127563] repeat while loop not being entered when inside a routine and block

2016-08-05 Thread Larry Wall via RT
The repeat and loop constructs weren't properly self-sinking at statementlist level. Fixed in 589061eac14f2847e2c4b401d2ff2eb30c62675e Test in cbbff3ba0f1120fe7dfded0a980f9b73263f0868

[perl #128596] [BUG] repeat {} doesn't repeat when it's last item inside a sub called from a loop

2016-08-05 Thread Larry Wall via RT
The repeat and loop constructs were not properly sinking themselves at statementlist level. Fixed in 589061eac14f2847e2c4b401d2ff2eb30c62675e Untodo'd existing test.

[perl #128854] outer declaration of package/module/class disturbs namespace

2016-08-05 Thread via RT
# New Ticket Created by mt1957 # Please include the string: [perl #128854] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128854 > Hi, Got the following error Type 'M0::C1' is not declared at /home/marcel/Languages/Perl6/Tes