]> git.donarmstrong.com Git - perltidy.git/commit
fix b1447; improve sub set_whitespace_flags
authorSteve Hancock <perltidy@users.sourceforge.net>
Sun, 29 Jan 2023 23:57:46 +0000 (15:57 -0800)
committerSteve Hancock <perltidy@users.sourceforge.net>
Sun, 29 Jan 2023 23:57:46 +0000 (15:57 -0800)
commitb15df4dc31a62416df3509659cb52bf30ed328b0
tree17514f365c990fe5d2cd059c6dc1cec94b155fac
parent6bc240eaecb295dba7ae0811bc294b459f62aee8
fix b1447; improve sub set_whitespace_flags

This should have been two commits. The first, fix b1447, is just 1 line
and will influence almost no code. The second improves the efficiency
of sub set_whitespace flags, mostly by processing comments faster. It
also fixes a minor problem with marking a sub call for special
formatting when a side comment appears between the sub name and
opening paren (issue c182).
dev-bin/run_convergence_tests.pl.data
dev-bin/run_convergence_tests.pl.expect
lib/Perl/Tidy/Formatter.pm
t/snippets/expect/space_paren.def
t/snippets/expect/space_paren.space_paren1
t/snippets/expect/space_paren.space_paren2
t/snippets/packing_list.txt
t/snippets/space_paren.in
t/snippets19.t
t/snippets28.t