# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #61486] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=61486 >
<eric256> rakudo: my Int $a; say $a <p6eval> rakudo 34077: OUTPUT[Int] <eric256> thats a bit odd <masak> indeed. <masak> I wouldn't expect that from an int. <masak> pmichaud: should it do that? <TimToady> I suspect stringifying an undef should result in '' and a warning <TimToady> (where undef is merely a protoobject, not a Failure) <TimToady> either that, or it should stringify to something like 'undef(Int)' * masak submits rakudobug <TimToady> in any case, it appears that stringifying a protoobject to its name is probably a mistake in the absence of .perl <TimToady> maybe 'Int()' is sufficient to indicate emptiness and non-typename-ness