Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 27974fe813200d3d61d223418d942f70ba772563 https://github.com/Perl/perl5/commit/27974fe813200d3d61d223418d942f70ba772563 Author: Tony Cook <t...@develop-help.com> Date: 2024-07-23 (Tue, 23 Jul 2024)
Changed paths: M lib/perl5db.pl Log Message: ----------- perl5db.pl: it fiddles with %sub, not @sub Commit: 6507a1d24b17b1807ae1bb8ddec26f7ee2778a48 https://github.com/Perl/perl5/commit/6507a1d24b17b1807ae1bb8ddec26f7ee2778a48 Author: Tony Cook <t...@develop-help.com> Date: 2024-07-23 (Tue, 23 Jul 2024) Changed paths: M lib/perl5db.pl M lib/perl5db.t Log Message: ----------- perl5db.pl: b subname and c subname break on first executable line This currently doesn't try to handle "b postpone subname" since that internally has an offset function that doesn't really work with this implementation. This is a partial fix for #799 Commit: 0b035daf2466608dcac4f5051711e1708d9e5db4 https://github.com/Perl/perl5/commit/0b035daf2466608dcac4f5051711e1708d9e5db4 Author: Tony Cook <t...@develop-help.com> Date: 2024-07-23 (Tue, 23 Jul 2024) Changed paths: M lib/perl5db.pl M lib/perl5db.t Log Message: ----------- perl5db.pl: apply the "break on first line" fix to b postpone subname and just plain fix "b postpone subname", which didn't stop at all on my postponed sub test code at all as far back at 5.10. Fixes #799 Commit: fd9c3b24b97c29cdc2ebbc5d7467a61a7b8c6b25 https://github.com/Perl/perl5/commit/fd9c3b24b97c29cdc2ebbc5d7467a61a7b8c6b25 Author: Tony Cook <t...@develop-help.com> Date: 2024-07-23 (Tue, 23 Jul 2024) Changed paths: M lib/perl5db.t Log Message: ----------- perl5db.t: add a test for "b compile subname" I've just been looking at the implementation, and there's no test, so add one. Compare: https://github.com/Perl/perl5/compare/352ca4bc58b6...fd9c3b24b97c To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications