From: Steve Hancock Date: Fri, 27 Nov 2020 19:31:23 +0000 (-0800) Subject: update docs X-Git-Tag: 20201202~10 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=98b702af954596cea254742db52428124b1e1eb1;p=perltidy.git update docs --- diff --git a/bin/perltidy b/bin/perltidy index 0622a563..0822f664 100755 --- a/bin/perltidy +++ b/bin/perltidy @@ -703,8 +703,10 @@ control. For all practical purposes one either does or does not want to be sure that the output is converged, and there is no penalty to using a large iteration limit since perltidy will check for convergence and stop iterating as soon as possible. The default is B<-nconv> (no convergence check). Using -B<-conv> will approximately double run time since normally one extra iteration -is required to verify convergence. +B<-conv> will approximately double run time since typically one extra iteration +is required to verify convergence. No extra iterations are required if no new +line breaks are made, and two extra iterations are occasionally needed when +reformatting complex code structures, such as deeply nested ternary statements. =back diff --git a/local-docs/BugLog.pod b/local-docs/BugLog.pod index 03181017..3d28fcf2 100644 --- a/local-docs/BugLog.pod +++ b/local-docs/BugLog.pod @@ -2,6 +2,12 @@ =over 4 +=item B + +For the parameter combination --indent-only and --closing-side-comments, old +closing side comments were getting deleted but new closing side comments were +not made. A fix was made to prevent this deletion. This fix was made 27 Nov 2020. + =item B Previously, for the combination --indent-only and -conv, two iterations