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

implement .method (with $_ as implicit invocant) #115

Closed
p6rt opened this issue Jun 18, 2008 · 4 comments
Closed

implement .method (with $_ as implicit invocant) #115

p6rt opened this issue Jun 18, 2008 · 4 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Jun 18, 2008

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

Searchable as RT56004$

@p6rt
Copy link
Author

p6rt commented Jun 18, 2008

From @moritz

This is part of my ongoing (albeit slow) effort to turn missing rakudo
features into tickets.

Currently (r28510) rakudo can't handle method calls with empty
invocants, which should work on $_.

for 1 .. 2 -> { .say };
No result object
current instr.​: 'parrot;Perl6;Grammar;Actions;expect_term' pc 109346
(src/gen_actions.pir​:8681)

This is used in the test suite in many places, for example in
S29-str/capitalize.t, S29-num/abs.t and S29-str/quotemeta.t

Cheers,
Moritz
--
Moritz Lenz
http://moritz.faui2k3.org/ | http://perl-6.de/

@p6rt
Copy link
Author

p6rt commented Jul 4, 2008

From @pmichaud

Resolved as of r29042, thanks!

Pm

1 similar comment
@p6rt
Copy link
Author

p6rt commented Jul 4, 2008

From @pmichaud

Resolved as of r29042, thanks!

Pm

@p6rt
Copy link
Author

p6rt commented Jul 8, 2008

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

@p6rt p6rt closed this as completed Jul 8, 2008
@p6rt p6rt added the Todo 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