From: Steve Hancock Date: Sat, 12 Dec 2020 21:22:08 +0000 (-0800) Subject: update comments X-Git-Tag: 20210111~41 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=dda232b04468011f2faad3686ccfff3d100cc295;p=perltidy.git update comments --- diff --git a/lib/Perl/Tidy/VerticalAligner.pm b/lib/Perl/Tidy/VerticalAligner.pm index fd9a3ba4..cf872d9e 100644 --- a/lib/Perl/Tidy/VerticalAligner.pm +++ b/lib/Perl/Tidy/VerticalAligner.pm @@ -3898,15 +3898,14 @@ sub Dump_tree_groups { $imax_align = $jfirst_bad - 1; } - # FIXME: This is a future update, postponed until the variable 'CI' is - # available for each line so that two lines with different CI values - # can be rejected. - # Two marginal match lines with leading '=' lie at the # boundary of good and bad alignment, so we only align if the pad # distance is small. There is no perfect value, but 3 or 4 spaces - # seems to be a fairly good - # compromise. + # seems to be a fairly good compromise. + + # Note: This is a perfectly good feature, but the benefits may not be + # sufficient to justify changing existing formatting. So for now it + # will remain an unimplemented experimental feature. if ( TEST_MARGINAL_EQ_ALIGNMENT && $imax_align < 0 && defined($j0_eq_pad)