Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 0befb25b8cfb872e7ccccf0f84c525deaa2e9aea https://github.com/Perl/perl5/commit/0befb25b8cfb872e7ccccf0f84c525deaa2e9aea Author: Tony Cook <t...@develop-help.com> Date: 2025-02-10 (Mon, 10 Feb 2025)
Changed paths: M class.c M ext/Devel-Peek/t/Peek.t Log Message: ----------- classes: don't allocate object fields if there are none This was crashing on dump, since the dump code assumed xhv_class_fields was non-NULL when ObjectFIELDS() was non-NULL. Also add tests for dumping objects, one for this case and another for an object with fields, since there were no such tests. Fixes #22959 Commit: c6c1d153ff4c0110c20e2bb08c4bd1614a8c06b4 https://github.com/Perl/perl5/commit/c6c1d153ff4c0110c20e2bb08c4bd1614a8c06b4 Author: Tony Cook <t...@develop-help.com> Date: 2025-02-10 (Mon, 10 Feb 2025) Changed paths: M pod/perldelta.pod Log Message: ----------- perldelta for fix sv_dump() for objects with no fields Compare: https://github.com/Perl/perl5/compare/225c128decf3...c6c1d153ff4c To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications