]> git.donarmstrong.com Git - perltidy.git/commitdiff
remove obsolete bug warnings
authorSteve Hancock <perltidy@users.sourceforge.net>
Fri, 2 Feb 2024 18:19:51 +0000 (10:19 -0800)
committerSteve Hancock <perltidy@users.sourceforge.net>
Fri, 2 Feb 2024 18:19:51 +0000 (10:19 -0800)
As far as I know these issues have been fixed

BUGS.md

diff --git a/BUGS.md b/BUGS.md
index 07f633c10d33effaa88e895bac66bdf013f8c833..48c986c322e2e5e335ee9be13092bb85e0320990 100644 (file)
--- a/BUGS.md
+++ b/BUGS.md
@@ -3,19 +3,6 @@
 This file only lists open bugs.  For bugs which have been fixed, see the
 ChangeLog.
 
-## The --extrude and --mangle options can produce code with syntax errors
-
-The --extrude tries to put as many newlines in the formatted code as possible.
-The --mangle tries to remove as many newlines as possible.  These options are
-very useful for stress testing perltidy (and Perl) but not so much for normal
-formatting.  Occasionally they will produce code which Perl considers to have a
-syntax error.  These problems often involve code where Perl is having to guess
-the tokenization based on whitespace.  The given/when and switch/case
-statements are also particularly vulnerable to unusual line breaks and
-whitespace.  This type of error should not normally occur in practice, but if
-it does it should be easy to fix the problem by rerunning perltidy with more
-normal parameters or by manually changing whitespace or newlines.
-
 ## The Pod:Html module has some bugs
 
 Perltidy uses the module Pod::Html, and for the most part it works very well