-
Notifications
You must be signed in to change notification settings - Fork 551
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
refaliasing does not work #16701
Comments
From @KES777Created by @KES777https://perldoc.perl.org/perlref.html#Making-References my @list = ( 1, 2, 3 ); # Test 1 values are destroed from hash when we leave the block It is same for this: my %hash = (); But individual aliasing works fine: See attached file for full test list Perl Info
|
From @KES777this is also true on 5.29.3 |
From @jkeenanOn Sat, 22 Sep 2018 09:56:45 GMT, kes-kes@yandex.ru wrote:
Do we have a similar problem for array slice assignment with refaliasing within a block? See attachment 133538-refalaising-array-slice.pl. ##### Thank you very much. -- |
The RT System itself - Status changed from 'new' to 'open' |
From @iabynOn Sat, Sep 22, 2018 at 02:56:46AM -0700, KES (via RT) wrote:
Now fixed in blead with the following commit: commit b97fe86 Don't localise array / hash slice ref assignment -- |
@iabyn - Status changed from 'open' to 'pending release' |
From @jkeenanOn Mon, 05 Nov 2018 12:39:29 GMT, davem wrote:
Works on my test files. Thanks. -- |
From @khwilliamsonThank you for filing this report. You have helped make Perl better. With the release today of Perl 5.30.0, this and 160 other issues have been Perl 5.30.0 may be downloaded via: If you find that the problem persists, feel free to reopen this ticket. |
@khwilliamson - Status changed from 'pending release' to 'resolved' |
Migrated from rt.perl.org#133538 (status was 'resolved')
Searchable as RT133538$
The text was updated successfully, but these errors were encountered: