From: Steve Hancock Date: Sun, 8 Nov 2020 15:15:05 +0000 (-0800) Subject: update docs X-Git-Tag: 20201202~47 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e2e8f49b1ca8252c9ef7c9f67557dcf40af187bc;p=perltidy.git update docs --- diff --git a/CHANGES.md b/CHANGES.md index 29b54ab9..2da7e18e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/docs/BugLog.html b/docs/BugLog.html index f8a14958..187a4585 100644 --- a/docs/BugLog.html +++ b/docs/BugLog.html @@ -21,6 +21,12 @@
+
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.

+ +
fix issue git #45, -wn and -vtc=n now work together
diff --git a/docs/ChangeLog.html b/docs/ChangeLog.html index cea52efe..9ccbe2f8 100644 --- a/docs/ChangeLog.html +++ b/docs/ChangeLog.html @@ -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 diff --git a/local-docs/BugLog.pod b/local-docs/BugLog.pod index 368a9a4e..4f390925 100644 --- a/local-docs/BugLog.pod +++ b/local-docs/BugLog.pod @@ -2,6 +2,12 @@ =over 4 +=item B + +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 When -wn was set, the -vtc=n flag was being ignored. This was a simple fix diff --git a/local-docs/Release-Checklist.md b/local-docs/Release-Checklist.md index 6d1e6e04..a9c78959 100644 --- a/local-docs/Release-Checklist.md +++ b/local-docs/Release-Checklist.md @@ -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.