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

cannot declare class method using ::("name") syntax #2932

Closed
p6rt opened this issue Oct 18, 2012 · 4 comments
Closed

cannot declare class method using ::("name") syntax #2932

p6rt opened this issue Oct 18, 2012 · 4 comments

Comments

@p6rt
Copy link

p6rt commented Oct 18, 2012

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

Searchable as RT115334$

@p6rt
Copy link
Author

p6rt commented Oct 18, 2012

From @bbkr

Rakudo 2012.09

When method is defined using :​:() name quoting the quoting also is part of the name.

$ perl6 -e 'class A { method :​:("foo") {} }; A.^methods>>.say'
:​:("foo")

@p6rt
Copy link
Author

p6rt commented Oct 18, 2012

From @bbkr

commits
* rakudo/rakudo@179b6c0683
* Raku/roast@a4ef69ba66

@p6rt
Copy link
Author

p6rt commented Oct 18, 2012

The RT System itself - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Oct 18, 2012

@bbkr - Status changed from 'open' to 'resolved'

@p6rt p6rt closed this as completed Oct 18, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant