Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[perl #70237] [BUG] Can cheat the type system by reassigning .WHAT on type objects in Rakudo

0 views
Skip to first unread message

Carl Mäsak

unread,
Nov 4, 2009, 4:58:32 PM11/4/09
to bugs-bi...@netlabs.develooper.com
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #70237]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=70237 >


<diakopter> rakudo: my Int $a = 74; Int.WHAT = Str; say $a.WHAT
<p6eval> rakudo 74f561: OUTPUT«Str()␤»
* masak submits another one

0 new messages