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

Subnames starting with "do-" cannot be called in Rakudo #885

Closed
p6rt opened this issue Apr 12, 2009 · 4 comments
Closed

Subnames starting with "do-" cannot be called in Rakudo #885

p6rt opened this issue Apr 12, 2009 · 4 comments

Comments

@p6rt
Copy link

p6rt commented Apr 12, 2009

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

Searchable as RT64656$

@p6rt
Copy link
Author

p6rt commented Apr 12, 2009

From @masak

<masak> rakudo​: sub do-build {}; do-build
<p6eval> rakudo 5b679a​: OUTPUT«Could not find non-existent sub build
* masak submits rakudobug
<masak> rakudo​: sub sub-build {}; sub-build
<p6eval> rakudo 5b679a​: OUTPUT«Malformed routine definition at line 1,
near "-build" [...]
<masak> all this is against the LTM, as I understand it.
<masak> rakudo​: sub method-build {}; method-build
<p6eval> rakudo 5b679a​: OUTPUT«Malformed method definition at line 1,
near "-build"else works fine, though.

@p6rt
Copy link
Author

p6rt commented Jul 21, 2009

From @pmichaud

Now fixed in ae29fbf. Tests unfudged in identifier.t.

Thanks!

Pm

@p6rt
Copy link
Author

p6rt commented Jul 21, 2009

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

@p6rt p6rt closed this as completed Jul 21, 2009
@p6rt
Copy link
Author

p6rt commented Jul 24, 2009

From @kyleha

This is an automatically generated mail to inform you that tests are now available in b/t/spec/S06-other/do-bug.t

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