-
Notifications
You must be signed in to change notification settings - Fork 558
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
attribute on lexical introduced in hash constructor #14500
Comments
From @hvdsAFL (<http://lcamtuf.coredump.cx/afl>) finds this: % ./perl -e '$y = { my $x : m }' This is OPpLVAL_INTRO set on the initial OP_LIST by my_attrs, preserved when it's converted by newANONHASH. I suspect at least newANONLIST() and newANONHASH() should simply clear that flag, but I'm not sure what if any impact that might have, and not sure if any of the other op_convert_list() callers should. |
From @cpansproutOn Fri Feb 13 06:28:39 2015, hv wrote:
I fixed this in 6b2b48a by turning off the flag in op_convert_list. -- Father Chrysostomos |
The RT System itself - Status changed from 'new' to 'open' |
@cpansprout - Status changed from 'open' to 'pending release' |
From @khwilliamsonThank you for submitting this ticket. The issue should now be resolved with the release today of Perl v5.22, which is available at http://www.perl.org/get.html |
@khwilliamson - Status changed from 'pending release' to 'resolved' |
Migrated from rt.perl.org#123817 (status was 'resolved')
Searchable as RT123817$
The text was updated successfully, but these errors were encountered: