]> git.donarmstrong.com Git - perltidy.git/commitdiff
update docs
authorSteve Hancock <perltidy@users.sourceforge.net>
Sun, 8 Nov 2020 15:15:05 +0000 (07:15 -0800)
committerSteve Hancock <perltidy@users.sourceforge.net>
Sun, 8 Nov 2020 15:15:05 +0000 (07:15 -0800)
CHANGES.md
docs/BugLog.html
docs/ChangeLog.html
local-docs/BugLog.pod
local-docs/Release-Checklist.md

index 29b54ab9ab958b721d6a27ef4f86335d6e717a2e..2da7e18e55c03218d798933e3527824462b47109 100644 (file)
@@ -15,7 +15,7 @@
       
     - Fix git #44, fix exit status for assert-tidy/untidy.  The exit status was
       always 0 for --assert-tidy if the user had turned off all error messages with
-      the -quiet.  This has been fixed.
+      the -quiet flag.  This has been fixed.
 
     - Add flag -maxfs=n, --maximum-file-size-mb=n.  This parameter is provided to
       avoid causing system problems by accidentally attempting to format an 
@@ -54,8 +54,8 @@
 
     - Added 'state' as a keyword.
 
-    - This version is about 15% faster than previous versions due to some optimization work 
-      using Devel::NYTProf.
+    - This version is about 15% faster than previous versions due to some optimizations
+      made with the help of Devel::NYTProf.
 
     - Numerous minor issues that the average user would not encounter were found
       and fixed. They can be seen in the more complete list of updates at 
index f8a14958b9861f86212ff772a25712f62295d7fc..187a45850a48939c7e6bbaf10d2e4bf124cf0321 100644 (file)
 
 <dl>
 
+<dt id="recognize-overloaded-RPerl-operators-to-avoid-error-messages"><b>recognize overloaded RPerl operators to avoid error messages</b></dt>
+<dd>
+
+<p>RPerl uses some bareword operators which caused error messages. An update was made to avoid this problem in files containing &#39;use RPerl&#39;. This update was made 6 Nov 2020, f8bd088.</p>
+
+</dd>
 <dt id="fix-issue-git-45--wn-and--vtc-n-now-work-together"><b>fix issue git #45, -wn and -vtc=n now work together</b></dt>
 <dd>
 
index cea52efe45853cb6d0969edcf940a79d42de8f71..9ccbe2f897b9ef1880ab70a229812aa8d7e8041b 100644 (file)
@@ -15,7 +15,7 @@
 
 - Fix git #44, fix exit status for assert-tidy/untidy.  The exit status was
   always 0 for --assert-tidy if the user had turned off all error messages with
-  the -quiet.  This has been fixed.
+  the -quiet flag.  This has been fixed.
 
 - Add flag -maxfs=n, --maximum-file-size-mb=n.  This parameter is provided to
   avoid causing system problems by accidentally attempting to format an 
@@ -54,8 +54,8 @@
 
 - Added 'state' as a keyword.
 
-- This version is about 15% faster than previous versions due to some optimization work 
-  using Devel::NYTProf.
+- This version is about 15% faster than previous versions due to some optimizations
+  made with the help of Devel::NYTProf.
 
 - Numerous minor issues that the average user would not encounter were found
   and fixed. They can be seen in the more complete list of updates at 
index 368a9a4ee9136cf93463a1cdad042243c153255c..4f390925c85d91aa7a01e6e35763c6ed1fc59150 100644 (file)
@@ -2,6 +2,12 @@
 
 =over 4
 
+=item B<recognize overloaded RPerl operators to avoid error messages>
+
+RPerl uses some bareword operators which caused error messages.  An update
+was made to avoid this problem in files containing 'use RPerl'. This update was
+made 6 Nov 2020, f8bd088.
+
 =item B<fix issue git #45, -wn and -vtc=n now work together>
 
 When -wn was set, the -vtc=n flag was being ignored.  This was a simple fix
index 6d1e6e0492bfa56d2119d45566a4b3f41ef57e65..a9c78959d69722234ef0141eb1ce71b4d4bb17a8 100644 (file)
@@ -5,7 +5,9 @@
 - compare formatting with the new version with previous version on all files in test area
 - run a blinker test (activate option -I and look for 'Blinker' in DIAGNOSTICS)
 - run a timing test: compare run time with previous version
-- profile with 'nytprof' and compare with previous version
+- profile with 'nytprof' with different parameters and compare with previous version: For example
+  perl -d:NYTProf perltidy.pl -pbp -nst -nse -wn -xci perltidy.pl
+  nytprofhtml --open
 - run random testing on final version for a significant time before releasing (several days)
 - run 'author tests' on a much larger body of code than is covered by the .t
   files.