-
Notifications
You must be signed in to change notification settings - Fork 571
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
DOC is wrong or OP_PADSV/AV/HV creation should be fixed #15898
Comments
From @KES777Created by @KES777According to the [DOC](http://perldoc.perl.org/perlguts.html#Compile-pass-1%3a-check-routines)
But for the OP_PADSV/AV/HV that is not true. So when we do: wrap_op_checker(OP_PADSV, my_check, &old_checker); my_check will never be called. [Here](https://github.com/KES777/perl/commit/b6e28567043f7deb474285fb40253573a88b589a#diff-0ca05518d51a09e56cb1dcfd96386a4bR4818) But as this showen at this [example code](https://github.com/KES777/MyTest/blob/master/MyTest.xs#L86)
STACK 1 TYPE 12 [See full stacktrace](https://github.com/KES777/MyTest/blob/master/out) I think [this](https://github.com/Perl/perl5/blob/blead/perly.y#L1144) [Another source](https://st.aticpan.org/source/VPIT/autovivification-0.16/autovivification.xs) /* Sadly, the padsv OPs we are interested in don't trigger the padsv check Perl Info
|
From @iabynOn Mon, Feb 27, 2017 at 02:15:28AM -0800, KES wrote:
Where exactly to you think the padany should be converted to a pad*v, -- |
The RT System itself - Status changed from 'new' to 'open' |
Migrated from rt.perl.org#130878 (status was 'open')
Searchable as RT130878$
The text was updated successfully, but these errors were encountered: