Branch: refs/heads/smoke-me/jkeenan/cumberland-blues
Home: https://github.com/Perl/perl5
Commit: 99b1572fb7690e075752fcda63955234d60532a9
https://github.com/Perl/perl5/commit/99b1572fb7690e075752fcda63955234d60532a9
Author: oodler <[email protected]>
Date: 2020-09-18 (Fri, 18 Sep 2020)
Changed paths:
M AUTHORS
M t/comp/fold.t
Log Message:
-----------
t/comp/fold.t: eliminated "no strict 'subs'"
Change made to make this test fully strict compliant.
Signed-off-by: James E Keenan <[email protected]>
Committer: oodler is now a Perl AUTHOR
Commit: 0d6e3b8fa24d62ccf77d187f6fae362cb7f51770
https://github.com/Perl/perl5/commit/0d6e3b8fa24d62ccf77d187f6fae362cb7f51770
Author: James E Keenan <[email protected]>
Date: 2020-09-18 (Fri, 18 Sep 2020)
Changed paths:
M t/lib/warnings/2use
M t/lib/warnings/9uninit
M t/lib/warnings/gv
M t/lib/warnings/op
M t/lib/warnings/perl
M t/lib/warnings/pp
M t/lib/warnings/pp_hot
M t/lib/warnings/pp_sys
M t/lib/warnings/toke
M t/lib/warnings/utf8
Log Message:
-----------
lib/warnings.t: More precise relaxation of strictures
Per discussion in:
https://github.com/atoomic/perl/issues/235#issuecomment-676841631 (Case
2).
Commit: 0b4dbb7eebcf2a9e0c5e802fa804f532b186bfac
https://github.com/Perl/perl5/commit/0b4dbb7eebcf2a9e0c5e802fa804f532b186bfac
Author: oodler <[email protected]>
Date: 2020-09-18 (Fri, 18 Sep 2020)
Changed paths:
M t/run/fresh_perl.t
Log Message:
-----------
t/run/fresh_perl.t: Dress barewords where appropriate
In order to avoid unnecessary use of "no strict 'subs';".
For: https://github.com/atoomic/perl/issues/191
Signed-off-by: James E Keenan <[email protected]>
Committer: Eliminate trailing whitespace. Block no longer needed.
Commit: 0de15471e1e1ade00bd9a0215bc59b1e470f5be2
https://github.com/Perl/perl5/commit/0de15471e1e1ade00bd9a0215bc59b1e470f5be2
Author: oodler <[email protected]>
Date: 2020-09-18 (Fri, 18 Sep 2020)
Changed paths:
M t/uni/gv.t
Log Message:
-----------
t/uni/gv.t: Dress barewords where appropriate
In order to avoid unnecessary use of "no strict 'subs';".
Signed-off-by: James E Keenan <[email protected]>
For: https://github.com/atoomic/perl/issues/191
Commit: f34b3112a5f522fb0fb031c09e86a9bb2fd40a26
https://github.com/Perl/perl5/commit/f34b3112a5f522fb0fb031c09e86a9bb2fd40a26
Author: oodler <[email protected]>
Date: 2020-09-18 (Fri, 18 Sep 2020)
Changed paths:
M dist/Storable/t/tied.t
Log Message:
-----------
dist/Storable/t/tied.t: Eliminate one unneeded relaxation of strict
Quote one bareword to eliminate another.
Signed-off-by: James E Keenan <[email protected]>
Commit: 2847dbfeadc93008a465683ee206e34b8fb5aa39
https://github.com/Perl/perl5/commit/2847dbfeadc93008a465683ee206e34b8fb5aa39
Author: James E Keenan <[email protected]>
Date: 2020-09-18 (Fri, 18 Sep 2020)
Changed paths:
M t/op/coreamp.t
Log Message:
-----------
t/op/coreamp.t: Revise evalbytes tests
Return to the way these tests were coded in Perl 5. Add debugging
statements, which hint that in our strict-by-default environment, the
two evalbytes calls are failing and, per documentation, returning
undefined value. Examine error messages, which indicate that we should
relax "strict 'subs'" for those two tests. Once we do so, all tests run
and all tests pass.
For: https://github.com/atoomic/perl/issues/268
Commit: f86de6238f41a9d5851e99c5a6a654abfcc81598
https://github.com/Perl/perl5/commit/f86de6238f41a9d5851e99c5a6a654abfcc81598
Author: oodler <[email protected]>
Date: 2020-09-18 (Fri, 18 Sep 2020)
Changed paths:
M t/op/warn.t
Log Message:
-----------
t/op/warn.t
Commit: c12b2247c8944eba30a6bacdf86c7347d43c3268
https://github.com/Perl/perl5/commit/c12b2247c8944eba30a6bacdf86c7347d43c3268
Author: oodler <[email protected]>
Date: 2020-09-18 (Fri, 18 Sep 2020)
Changed paths:
M t/op/taint.t
Log Message:
-----------
t/op/taint.t
Commit: 4e2c95ec7dc5de4c224ed68640f5d762f928b2de
https://github.com/Perl/perl5/commit/4e2c95ec7dc5de4c224ed68640f5d762f928b2de
Author: oodler <[email protected]>
Date: 2020-09-18 (Fri, 18 Sep 2020)
Changed paths:
M t/op/runlevel.t
Log Message:
-----------
t/op/runlevel.t
Commit: c7e1aed1a6f8781081569c6d7bb8ba783272b87d
https://github.com/Perl/perl5/commit/c7e1aed1a6f8781081569c6d7bb8ba783272b87d
Author: oodler <[email protected]>
Date: 2020-09-18 (Fri, 18 Sep 2020)
Changed paths:
M t/op/pos.t
Log Message:
-----------
t/op/pos.t
Commit: a01a57a5468158d07eb8c09925a1fef03265805d
https://github.com/Perl/perl5/commit/a01a57a5468158d07eb8c09925a1fef03265805d
Author: oodler <[email protected]>
Date: 2020-09-18 (Fri, 18 Sep 2020)
Changed paths:
M t/op/grep.t
Log Message:
-----------
t/op/grep.t
Commit: 49915b1aeeab4b288361d9ea0ea2117a2ef0d5ad
https://github.com/Perl/perl5/commit/49915b1aeeab4b288361d9ea0ea2117a2ef0d5ad
Author: oodler <[email protected]>
Date: 2020-09-18 (Fri, 18 Sep 2020)
Changed paths:
M t/op/filetest.t
Log Message:
-----------
t/op/filetest.t
Commit: c613ff8a7923e9ffae7001f16c274130c119e6d7
https://github.com/Perl/perl5/commit/c613ff8a7923e9ffae7001f16c274130c119e6d7
Author: oodler <[email protected]>
Date: 2020-09-18 (Fri, 18 Sep 2020)
Changed paths:
M t/op/avhv.t
Log Message:
-----------
t/op/avhv.t
Commit: aa96b542c632540d4d467bebd40baf94086bc5d5
https://github.com/Perl/perl5/commit/aa96b542c632540d4d467bebd40baf94086bc5d5
Author: oodler <[email protected]>
Date: 2020-09-18 (Fri, 18 Sep 2020)
Changed paths:
M t/op/svleak.t
Log Message:
-----------
t/op/svleak.t
Commit: ed01a61577f3d5401e32b2d9b61c80757d9ea2be
https://github.com/Perl/perl5/commit/ed01a61577f3d5401e32b2d9b61c80757d9ea2be
Author: oodler <[email protected]>
Date: 2020-09-18 (Fri, 18 Sep 2020)
Changed paths:
M regen/regen_lib.pl
Log Message:
-----------
regen/regen_lib.pl
Commit: d3ef5310ad631bd2a023ae339e727bd36986cbb9
https://github.com/Perl/perl5/commit/d3ef5310ad631bd2a023ae339e727bd36986cbb9
Author: Nicolas R <[email protected]>
Date: 2020-09-18 (Fri, 18 Sep 2020)
Changed paths:
M ext/B/t/OptreeCheck.pm
M ext/B/t/optree_check.t
M ext/B/t/optree_concise.t
M ext/B/t/optree_constants.t
M ext/B/t/optree_misc.t
M ext/B/t/optree_samples.t
M ext/B/t/optree_sort.t
M ext/B/t/optree_specials.t
M ext/B/t/optree_varinit.t
Log Message:
-----------
B fixes checkOptree when open is used
Fix #267
Adjust strip_open_hints logic to be more flexible
to hint characters.
Commit: bfee50e7d314fe93cd7ddf35bd1572cfe158d8ec
https://github.com/Perl/perl5/commit/bfee50e7d314fe93cd7ddf35bd1572cfe158d8ec
Author: John Karr <[email protected]>
Date: 2020-09-18 (Fri, 18 Sep 2020)
Changed paths:
M t/op/anonsub.t
Log Message:
-----------
proposed revision #211 to remove stricture.
Commit: 91b541a18af0e75fb30858c6c28355b076a8ab85
https://github.com/Perl/perl5/commit/91b541a18af0e75fb30858c6c28355b076a8ab85
Author: James E Keenan <[email protected]>
Date: 2020-09-18 (Fri, 18 Sep 2020)
Changed paths:
M AUTHORS
Log Message:
-----------
John Karr is now a Perl author
Commit: 2a8f6db0fbce9eeb49b1514084b8a97873cb1bca
https://github.com/Perl/perl5/commit/2a8f6db0fbce9eeb49b1514084b8a97873cb1bca
Author: John Karr <[email protected]>
Date: 2020-09-18 (Fri, 18 Sep 2020)
Changed paths:
M t/op/caller.t
M t/op/closure.t
M t/op/cmpchain.t
M t/op/concat2.t
Log Message:
-----------
Issue 212 strictures on by default objective
Commit: aaef8ece59a57654c577fe07ccf8be2b65196bb9
https://github.com/Perl/perl5/commit/aaef8ece59a57654c577fe07ccf8be2b65196bb9
Author: James E Keenan <[email protected]>
Date: 2020-09-18 (Fri, 18 Sep 2020)
Changed paths:
M t/op/taint.t
Log Message:
-----------
t/op/taint.t: Relax strictures for alleged bareword IPC_CREAT
One test failed on each of 3 Windows set-ups on this Github action run:
https://github.com/atoomic/perl/runs/1131155439?check_suite_focus=true
Let's see if this fixes the problem.
Commit: 510f30a6325a0288fe919b3210ae1cac0f74ddbc
https://github.com/Perl/perl5/commit/510f30a6325a0288fe919b3210ae1cac0f74ddbc
Author: James E Keenan <[email protected]>
Date: 2020-09-18 (Fri, 18 Sep 2020)
Changed paths:
M t/lib/cygwin.t
Log Message:
-----------
t/lib/cygwin.t: Adapt to strict-by-default
Without access to cygwin, the program will not compile. So while I can
identify one place where a variable needs to be scoped with 'my', I
can't inspect for any other problems.
For: test failure reported by GitHub action.
Commit: de80a2854b1fbffff667683c402f3820ba582f41
https://github.com/Perl/perl5/commit/de80a2854b1fbffff667683c402f3820ba582f41
Author: James E Keenan <[email protected]>
Date: 2020-09-18 (Fri, 18 Sep 2020)
Changed paths:
M t/op/taint.t
Log Message:
-----------
t/op/taint.t: Further attempt to deal with "barewords"
Commit: de437ac54dd4224bc78642a4cb1d0d7d5263d1b6
https://github.com/Perl/perl5/commit/de437ac54dd4224bc78642a4cb1d0d7d5263d1b6
Author: Christian Walde <[email protected]>
Date: 2020-09-18 (Fri, 18 Sep 2020)
Changed paths:
M AUTHORS
M t/test.pl
Log Message:
-----------
prevent a spurious error output from test.pl when killing a cygwin process
Under Cygwin a process can sometimes take a little while to spool down
after being killed. There already is code to wait a second and retry.
However if the process has already disappeared in the wait second, then the
retry is engaged anyhow and will then complain it can't find the process.
This change makes it so test.pl only truly attempts to kill a cygwin
process if it actually is still around.
This resolves the secondary bug in #18129.
(cherry picked from commit 57b919f26b5911913c97a93dd5238f7c8c2a6e5f)
Signed-off-by: Nicolas R <[email protected]>
Committer: Add contributor to AUTHORS
Compare: https://github.com/Perl/perl5/compare/1ffb4498bfa2...de437ac54dd4