# New Ticket Created by Lloyd Fournier # Please include the string: [perl #132512] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=132512 >
Just got around to investigating: https://rt.perl.org/Ticket/Dis play.html?id=132085 It turns out to be a regression. my $new_type := Metamodel::ClassHOW.new_type(:name<Foo>); my $r = / . { make $new_type } /; my $m = "a" ~~ $r; note $m.ast; #-> Nil making an uncomposed type somehow results in Nil now. It used to work. In my compiler I can't really get around needing this to work. LL