Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 01de43c9d436321d14422a2dd24e471456f3bea6 https://github.com/Perl/perl5/commit/01de43c9d436321d14422a2dd24e471456f3bea6 Author: Samuel Young <samyoung12...@gmail.com> Date: 2025-08-18 (Mon, 18 Aug 2025)
Changed paths: M t/run/todo.t Log Message: ----------- todo tests for GH 16364 (array element lazily created at wrong index) This commit adds some todo tests for GH 16364 that test the following behavior: * An array element that was previously uninitialized is created at the correct index when assigned from a subroutine's @_ alias which modifies the element's original array. The element is within the array. * The same as the above but the element is outside of the array's range. * An array element that was previously uninitialized is created at the correct index when assigned from a foreach loop's $_ alias which modifies the element's original array. To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications