Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not call type conversion methods with .= in Rakudo #1408

Closed
p6rt opened this issue Nov 20, 2009 · 4 comments
Closed

Can not call type conversion methods with .= in Rakudo #1408

p6rt opened this issue Nov 20, 2009 · 4 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Nov 20, 2009

Migrated from rt.perl.org#70676 (status was 'resolved')

Searchable as RT70676$

@p6rt
Copy link
Author

p6rt commented Nov 20, 2009

From @masak

<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

@p6rt
Copy link
Author

p6rt commented Jun 6, 2010

From radu_cs85@yahoo.com

I've tried replicating this, but it seems to work ok now.Maybe this
ticket should be closed.

@p6rt
Copy link
Author

p6rt commented Jan 20, 2011

From @Kodiologist

Indeed. Some tests that I just added to S03-operators/inplace.t (roast
8447ca80b) pass.

@p6rt
Copy link
Author

p6rt commented Jan 20, 2011

@Kodiologist - Status changed from 'new' to 'resolved'

@p6rt p6rt closed this as completed Jan 20, 2011
@p6rt p6rt added the Bug label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant