]> git.donarmstrong.com Git - perltidy.git/commitdiff
update docs
authorSteve Hancock <perltidy@users.sourceforge.net>
Wed, 9 Nov 2022 16:57:18 +0000 (08:57 -0800)
committerSteve Hancock <perltidy@users.sourceforge.net>
Wed, 9 Nov 2022 16:57:18 +0000 (08:57 -0800)
CHANGES.md
docs/ChangeLog.html
local-docs/Release-Checklist.md

index d6c8bf06f332b1ef4e71405217ad182ae5ea9528..cb52ceaaf6078c4730c1ab194f144c548cf0ba4f 100644 (file)
                 $j -= $shell
               )
 
-      This will change some existing formatting.
+      This will change some existing formatting with very long 'for' terms.
 
     - The following new parameters are available for manipulating
       trailing commas of lists. They are described in the manual.
       release on large files due to optimizations made with the help of
       Devel::NYTProf.
 
+    - This version was stress-tested for over 200 cpu hours with random
+      input parameters. No failures to converge, internal fault checks,
+      undefined variable references or other irregularities were seen.
+
 ## 2022 06 13
 
     - No significant bugs have been found since the last release but users
index f6f918a46a996901facfff2c63f06eb1cb93608a..749d9dafa6c4ac9d3b7d2a8eeb16f2f44f14b398 100644 (file)
             $j -= $shell
           )
 
-  This will change some existing formatting.
+  This will change some existing formatting with very long 'for' terms.
 
 - The following new parameters are available for manipulating
   trailing commas of lists. They are described in the manual.
 - This version runs 10 to 15 percent faster than the previous
   release on large files due to optimizations made with the help of
   Devel::NYTProf.
+
+- This version was stress-tested for over 200 cpu hours with random
+  input parameters. No failures to converge, internal fault checks,
+  undefined variable references or other irregularities were seen.
 </code></pre>
 
 <h2>2022 06 13</h2>
index 9fb606bc966f3489198d3d42d52a5938c96e1650..a08212d0e858b6a882cdc10e14c82a0442406a94 100644 (file)
@@ -7,8 +7,8 @@
   - run NYTProf and check the activity and performance of all changed code
   - suggested random testing minimum test duration without irregularities:
     - 3 cpu hours for a commit candidate
-    - 8 cpu hours for a +0.01 version bump candidate
-    - 24 cpu hours for a new release candidate
+    - 24 cpu hours for a +0.01 version bump candidate
+    - 100 cpu hours for a new release candidate
   - run 'author tests' on a much larger body of code than is covered by the .t
     files.
       - compare results of the current version with previous version