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

implicit $_ sometimes doesn't work in LHS of pair operator #4459

Closed
p6rt opened this issue Aug 7, 2015 · 3 comments
Closed

implicit $_ sometimes doesn't work in LHS of pair operator #4459

p6rt opened this issue Aug 7, 2015 · 3 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Aug 7, 2015

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

Searchable as RT125767$

@p6rt
Copy link
Author

p6rt commented Aug 7, 2015

From @LLFourn

1.map​: {.sqrt => .sqrt } #!> Method 'sqrt' not found for invocant of class
'Any'

1.map​: {$_.sqrt => .sqrt } #-> 1 => 1

@p6rt
Copy link
Author

p6rt commented Aug 14, 2015

From @FROGGS

Patch​: rakudo/rakudo@ab73b0ade1
Test​: Raku/roast@bbe6a8c2c9

@p6rt p6rt closed this as completed Aug 14, 2015
@p6rt
Copy link
Author

p6rt commented Aug 14, 2015

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

@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