Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 951eda9fe92f6083d0f4c01a8035cb92dd3c12fc
https://github.com/Perl/perl5/commit/951eda9fe92f6083d0f4c01a8035cb92dd3c12fc
Author: Paul "LeoNerd" Evans <[email protected]>
Date: 2024-09-06 (Fri, 06 Sep 2024)
Changed paths:
M dump.c
Log Message:
-----------
dump.c: Handle op_aux items of newer UNOP_AUX op types in op_dump()
When OP_ARGCHECK and OP_ARGELEM were added, these additions don't seem
to have been made. Additionally the recent still-experimental
OP_METHSTART and OP_INITFIELD were also missing. All four are now added.
Commit: 7763c06d7b0b759322d29675b9f85c4207b107a8
https://github.com/Perl/perl5/commit/7763c06d7b0b759322d29675b9f85c4207b107a8
Author: Paul "LeoNerd" Evans <[email protected]>
Date: 2024-09-06 (Fri, 06 Sep 2024)
Changed paths:
M dump.c
Log Message:
-----------
Use %UVuf rather than %d for argcheck aux
Commit: 7d1bcef647add115390867c8b812d6666cdb91dc
https://github.com/Perl/perl5/commit/7d1bcef647add115390867c8b812d6666cdb91dc
Author: Paul "LeoNerd" Evans <[email protected]>
Date: 2024-09-06 (Fri, 06 Sep 2024)
Changed paths:
M dump.c
Log Message:
-----------
Neater intent of aux vector handling when dumping fields of OP_METHSTART
Compare: https://github.com/Perl/perl5/compare/325592bdea49...7d1bcef647ad
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications