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

Rakudo segfaults when trying to define a method inside an eval in a class #488

Closed
p6rt opened this issue Dec 14, 2008 · 3 comments
Closed

Comments

@p6rt
Copy link

p6rt commented Dec 14, 2008

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

Searchable as RT61354$

@p6rt
Copy link
Author

p6rt commented Dec 14, 2008

From @masak

Rakudo r33860 dies when an eval inside a class contains a method declaration.

$ cat inject-method-via-eval
class A { eval 'method x { say "OH HAI" }' }

$ perl6 inject-method-via-eval
Segmentation fault

@p6rt
Copy link
Author

p6rt commented May 1, 2009

From @masak

No segfault any more. Resolving.

@p6rt
Copy link
Author

p6rt commented May 1, 2009

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

@p6rt p6rt closed this as completed May 1, 2009
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