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

[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
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

0 new messages