Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 73f24195f701445f3ff9fcc29dd68b0dfc084337
https://github.com/Perl/perl5/commit/73f24195f701445f3ff9fcc29dd68b0dfc084337
Author: Lukas Mai <[email protected]>
Date: 2026-03-03 (Tue, 03 Mar 2026)
Changed paths:
M class.c
M t/class/field.t
Log Message:
-----------
class.c: allow array fields w/ empty initializer
class Foo {
field @bar = ();
}
Foo->new;
This code (note the empty initializer list on the array field) would
trip an assert() on DEBUGGING perls.
Fixes #24246.
Commit: 686476440bcaa036fdd1f6abec6fc039c6277025
https://github.com/Perl/perl5/commit/686476440bcaa036fdd1f6abec6fc039c6277025
Author: Lukas Mai <[email protected]>
Date: 2026-03-03 (Tue, 03 Mar 2026)
Changed paths:
M pod/perldelta.pod
Log Message:
-----------
perldelta for empty array field initializer fix
Compare: https://github.com/Perl/perl5/compare/16098f4c5627...686476440bca
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications