]> git.donarmstrong.com Git - perltidy.git/blobdiff - BUGS
New upstream release (closes: #613417)
[perltidy.git] / BUGS
diff --git a/BUGS b/BUGS
index 12a470dc88c1fd42afb7b5c12afcc48b18d9cff5..f43ea14b37a3dc0cfaa0b95b658ada20526522fd 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -15,3 +15,17 @@ Perltidy open BUGS
     Since the --extrude option is typically only used for testing perltidy,
     this type of error should not normally occur in practice.
 
+  In some rare instances the formatting can oscillate between two states
+    The following example was sent by Denis Moskowitz, Oct 29 2010:
+
+    grep { $_->foo ne 'bar' } # asdfa asdf asdf asdf asdf asdf asdf asdf
+    asdf asdf asdf @baz;
+
+    With standard parameters this oscillates between the above and:
+
+    grep { $_->foo ne 'bar' } # asdfa asdf asdf asdf asdf asdf asdf asdf
+    asdf asdf asdf @baz;
+
+    A workaround here would be to make a slight change to the side comment
+    length.
+