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

2018-02-04 Thread Zoffix Znet via RT
On Mon, 02 Oct 2017 22:24:32 -0700, allber...@gmail.com wrote: > [03 05:10:36] m: subset MyStr of Str where 4 < *.chars < > 10; my MyStr $s = 's'; > [03 05:10:37] rakudo-moar fcbd8a: OUTPUT: «===SORRY!===␤ > [03 05:10:37] QAST::Block with cuid 1 has not appeared␤ > [03 05:10:37] » > [03

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

2018-02-04 Thread Zoffix Znet via RT
On Mon, 02 Oct 2017 22:24:32 -0700, allber...@gmail.com wrote: > [03 05:10:36] m: subset MyStr of Str where 4 < *.chars < > 10; my MyStr $s = 's'; > [03 05:10:37] rakudo-moar fcbd8a: OUTPUT: «===SORRY!===␤ > [03 05:10:37] QAST::Block with cuid 1 has not appeared␤ > [03 05:10:37] » > [03

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

2016-08-06 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 = (1 < *+1 < 5); ===SORRY!=== QAST::Block with cuid 1 has not appeared When