Branch: refs/heads/leonerd/feature-try-2
Home: https://github.com/Perl/perl5
Commit: 8460ec7be2505056a5e9b2c4a0c20f5b80add982
https://github.com/Perl/perl5/commit/8460ec7be2505056a5e9b2c4a0c20f5b80add982
Author: Paul "LeoNerd" Evans <[email protected]>
Date: 2021-02-09 (Tue, 09 Feb 2021)
Changed paths:
M op.c
Log Message:
-----------
Slight reshaping of the optree returned by newTRYCATCHOP() to avoid the
spurious OP_LINESEQ in the middle
Commit: 1ef298dd1ed2741840030b80e2e804dfa71ceaf4
https://github.com/Perl/perl5/commit/1ef298dd1ed2741840030b80e2e804dfa71ceaf4
Author: Paul "LeoNerd" Evans <[email protected]>
Date: 2021-02-09 (Tue, 09 Feb 2021)
Changed paths:
M op.c
Log Message:
-----------
Ensure that OPf_SPECIAL flag gets applied to OP_LEAVETRY as well as
OP_ENTERTRY
Commit: 4f6104f7cbd38ef6b5c40584dc977ff17ba4c66b
https://github.com/Perl/perl5/commit/4f6104f7cbd38ef6b5c40584dc977ff17ba4c66b
Author: Paul "LeoNerd" Evans <[email protected]>
Date: 2021-02-09 (Tue, 09 Feb 2021)
Changed paths:
M op.c
M pp_ctl.c
Log Message:
-----------
Thread up the ->op_next/->op_other pointers around try/catch so that we only
ever run pp_catch if an exception actually happened
Compare: https://github.com/Perl/perl5/compare/32e425254dc8...4f6104f7cbd3