--variable-maximum-line-length
--weld-nested-containers
+==> b1426.in <==
+ return$self->_mutate($label,$newseq,
+ $length);
+
+ return
+ $self->_mutate($label,$newseq,$length,);
+
+==> b1426.par <==
+--add-trailing-commas
+--noadd-whitespace
+--delete-trailing-commas
+--ignore-old-breakpoints
+--line-up-parentheses
+--maximum-line-length=44
+--variable-maximum-line-length
+--want-trailing-commas='m'
+
==> b146.in <==
# State 1
}
#-----------------------------------------------------------
- # The combination -lp -vmll -atc -dtc -wtc=b can be unstable
+ # The combination -lp -vmll -atc -dtc can be unstable
#-----------------------------------------------------------
- # This fixes b1386 b1387 b1388
+ # This fixes b1386 b1387 b1388 which had -wtc='b'
+ # Updated to to include any -wtc to fix b1426
if ( $rOpts->{'variable-maximum-line-length'}
&& $rOpts->{'line-up-parentheses'}
&& $rOpts->{'add-trailing-commas'}
&& $rOpts->{'delete-trailing-commas'}
- && $rOpts->{'want-trailing-commas'}
- && $rOpts->{'want-trailing-commas'} =~ /b/ )
+ && $rOpts->{'want-trailing-commas'} )
{
$rOpts->{'delete-trailing-commas'} = 0;
-## warning causes trouble with test cases and this combo is so rare that
-## it is unlikely to not occur in practice.
+## Issuing a warning message causes trouble with test cases, and this combo is
+## so rare that it is unlikely to not occur in practice. So skip warning.
## Warn(
-##"The combination -vmll -lp -atc -dtc -wtc=b can be unstable; turning off -dtc\n"
+##"The combination -vmll -lp -atc -dtc can be unstable; turning off -dtc\n"
## );
}