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

$_ is null in if blocks in rakudo #229

Closed
p6rt opened this issue Aug 12, 2008 · 3 comments
Closed

$_ is null in if blocks in rakudo #229

p6rt opened this issue Aug 12, 2008 · 3 comments

Comments

@p6rt
Copy link

p6rt commented Aug 12, 2008

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

Searchable as RT57860$

@p6rt
Copy link
Author

p6rt commented Aug 12, 2008

From @masak

r30183​:
$ ./perl6 -e '.say' # works

$ ./perl6 -e 'if 1 { .say }' # fails
Null PMC access in find_method()

@p6rt
Copy link
Author

p6rt commented Aug 19, 2008

From @pmichaud

Now fixed in r30343. Currently this outputs nothing, but as soon as the
Failure class is updated it will probably throw a "use of uninitialized
value at ..." exception.

Pm

@p6rt
Copy link
Author

p6rt commented Aug 19, 2008

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

@p6rt p6rt closed this as completed Aug 19, 2008
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