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

"method ^foo" is not tested #553

Open
JJ opened this issue Jun 16, 2019 · 3 comments
Open

"method ^foo" is not tested #553

JJ opened this issue Jun 16, 2019 · 3 comments

Comments

@JJ
Copy link
Contributor

JJ commented Jun 16, 2019

Either here or in Rakudo. Now that it's really starting to be used, it would need a test.

@vrurg
Copy link
Contributor

vrurg commented Nov 26, 2019

@JJ do you mean something like:

class Foo {
    method ^foo { }
}
Foo.new.^foo;

@JJ
Copy link
Contributor Author

JJ commented Nov 27, 2019

I guess so...

vrurg added a commit to vrurg/roast that referenced this issue Sep 3, 2021
We never tested for

    class Foo {
        method ^foo($) {...}
    }

Resolves rakudo/rakudo#4497 and Raku#553
@vrurg
Copy link
Contributor

vrurg commented Sep 3, 2021

I have somewhat hastily brewed PR for roast. Comments are welcome.

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

2 participants