# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #122502] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=122502 >
<psch> m: /a ** 1 ..2/ # this does confuse me. <camelia> rakudo-moar 5d5ec1: OUTPUT«===SORRY!===Cannot find method 'ast'» * masak submits rakudobug <psch> the curious bit is that P6Regex::Grammar has <.integer> '..' <.throw_bare_spaces_in_range> <psch> which is the patch jnthn merged a bit <psch> but apparently it matches differently and gets through to the corresponding action in Perl 6's Actions.nqp <psch> where there's nothing in $<min> <psch> because it shouldn't have matched or somesuch...? It's not clear to me whether the above should just work (probably) or give a better error message. But it should do either of those.