Branch: refs/heads/jkeenan/lib-b-deparse-t-tidy-20201221
Home: https://github.com/Perl/perl5
Commit: 435f7491717fb128c27300962d620a5b3ae78fbb
https://github.com/Perl/perl5/commit/435f7491717fb128c27300962d620a5b3ae78fbb
Author: James E Keenan <[email protected]>
Date: 2020-12-21 (Mon, 21 Dec 2020)
Changed paths:
M lib/B/Deparse-core.t
Log Message:
-----------
lib/B/Deparse-core.t: Tidy leading whitespace
The loops-within-loops structure of this program means that irregular
leading whitespace makes it difficult to follow the control flow.
Convert leading tabs to whitespace. Rebreak some lines to show
structure of nested ternaries more clearly. Join short lines in a
couple of instances.
Commit: 3110ee2ff01690b353b7993d184bdbeb84c9a315
https://github.com/Perl/perl5/commit/3110ee2ff01690b353b7993d184bdbeb84c9a315
Author: James E Keenan <[email protected]>
Date: 2020-12-21 (Mon, 21 Dec 2020)
Changed paths:
M lib/B/Deparse-core.t
Log Message:
-----------
Avoid indirect object notation
Small touch-ups to inline documentation.
Shorten spelling of one nested 'if' block.
Compare: https://github.com/Perl/perl5/compare/435f7491717f%5E...3110ee2ff016