# New Ticket Created by  "Carl Mäsak" 
# Please include the string:  [perl #122990]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=122990 >


<masak> I'm about to close
https://rt.perl.org/Ticket/Display.html?id=118581 (because it no
longer segfaults).
<masak> just curious: what *should* this return?
<masak> m: say \(1) ~~ :(1)
<camelia> rakudo-moar 329ed9: OUTPUT«True␤»
<masak> m: say \(1) ~~ :(Int)
<camelia> rakudo-moar 329ed9: OUTPUT«True␤»
<masak> m: say \(1) ~~ :(int)
<camelia> rakudo-moar 329ed9: OUTPUT«True␤»
<masak> m: say \(1) ~~ :(int $x)
<camelia> rakudo-moar 329ed9: OUTPUT«True␤»
<Mouq>  m: say \(1) ~~ :($x as Str)
<camelia> rakudo-moar 329ed9: OUTPUT«True␤»
<masak> m: say \(1) ~~ :(int $x as Str)
<camelia> rakudo-moar 329ed9: OUTPUT«False␤»
<masak> m: say \(1) ~~ :(int as Str)
<camelia> rakudo-moar 329ed9: OUTPUT«False␤»
<masak> yeah, that feels wrong. :)
* masak closes the old ticket and opens a new one
<bartolin> sounds good, masak++

I'd expect the two "False" results above to be "True", for consistency
with the ones that *are* True.

Reply via email to