# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #122746] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=122746 >
<masak> m: macro postfix:<!!>($o) { quasi { die "Null check failed for ", $o.Str unless defined {{{$o}}}; {{{$o}}} } }; say 42!!; my $cookies; my $food = $cookies!! 16:18 <+camelia> rakudo-moar 51ddd5: OUTPUT«42Null check failed for  in any [...]» <masak> so close. * masak submits rakudobug <masak> (it should capture the string '$cookies' in $o.Str, IMO) <masak> that is, the error message shoulda been 'Null check failed for $cookies'