# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #118717] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=118717 >
<lizmat> r: say Nil.^mro # is this right ? <camelia> rakudo 567941: OUTPUT«Nil (Iterator) (Iterable) (Cool) (Any) (Mu)» <TimToady> Nil is not supposed to be an iterator anymore <jnthn> TimToady: Yes, but that can't be fixed without the wider Nil changes. * masak submits rakudobug <jnthn> It'll need more than just creating the meta-object <jnthn> It'll need add_parent'ing. <lizmat> ah, ok, with that order? <jnthn> lizmat: Well, it's a single inheritance chain <lizmat> ok, will do <jnthn> So just need to add the immediate parent <jnthn> And you get the rest by default <jnthn> Just make sure it comes late enough