# New Ticket Created by  Brandon Allbery 
# Please include the string:  [perl #132206]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=132206 >


[03 05:10:36] <hoffentlichja> m: subset MyStr of Str where 4 < *.chars <
10; my MyStr $s = 's';
[03 05:10:37] <camelia> rakudo-moar fcbd8a: OUTPUT: «===SORRY!===␤
[03 05:10:37]  QAST::Block with cuid 1 has not appeared␤
[03 05:10:37]  »
[03 05:11:12] <hoffentlichja> what's happening here, how can I set that
constraint?
[03 05:15:05] <hoffentlichja> the error message is a bit cryptic
[03 05:15:14] <geekosaur> it's an internal error that shouldn't happen
(...)
[03 05:19:42] <geekosaur> m: my &s = 4 < *.chars < 10; say &s("sssss")
[03 05:19:43] <camelia> rakudo-moar fcbd8a: OUTPUT: «===SORRY!===␤
[03 05:19:43]  QAST::Block with cuid 1 has not appeared␤
[03 05:19:43]  »
[03 05:19:58] <geekosaur> looks like WhateverCode parsing doesn't mix well
with chained comparisons

-- 
brandon s allbery kf8nh                               sine nomine associates
allber...@gmail.com                                  ballb...@sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net

Reply via email to