[perl #70676] [BUG] Can not call type conversion methods with .= in Rakudo
0 views
Skip to first unread message
Carl Mäsak
unread,
Nov 20, 2009, 8:28:01 AM11/20/09
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to bugs-bi...@netlabs.develooper.com
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #70676] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=70676 >
<masak> std: my $a; $a .= Int <p6eval> std 29145: ok 00:02 109m <masak> rakudo: my $a = 5.5; $a .= Int <p6eval> rakudo 7347ec: .= must have a call on the right hand side at line 2, near " .= Int" [...] * masak submits rakuodbug