[Perl/perl5] 32f4ed: Suppress 2 runtime warnings

2020-06-30 Thread James E Keenan
  Branch: refs/heads/core-p7
  Home:   https://github.com/Perl/perl5
  Commit: 32f4eda240add83b5e1371521fbad115701e28b6
  
https://github.com/Perl/perl5/commit/32f4eda240add83b5e1371521fbad115701e28b6
  Author: James E Keenan 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M t/io/argv.t

  Log Message:
  ---
  Suppress 2 runtime warnings


  Commit: bcaf54dc9f8137b79728c575bb692fa63e843a7f
  
https://github.com/Perl/perl5/commit/bcaf54dc9f8137b79728c575bb692fa63e843a7f
  Author: James E Keenan 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M t/io/argv.t

  Log Message:
  ---
  Add descriptions to most tests lacking them


  Commit: 553f2732da713c3e71e1a71b23b1db7736e69fe9
  
https://github.com/Perl/perl5/commit/553f2732da713c3e71e1a71b23b1db7736e69fe9
  Author: James E Keenan 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M t/io/layers.t

  Log Message:
  ---
  t/io/layers.t: Handle uninitialized warnings

Running with warnings enabled reveals 3 instances of uninitialized value
warnings.  The tied object is not defined even though the code appears
to assign a value to it.  Add tests that demonstrate this, then suppress
the uninitialized value warnings.


  Commit: 7dcedefc9b3902170f7b4d6a975a4b49ab427b23
  
https://github.com/Perl/perl5/commit/7dcedefc9b3902170f7b4d6a975a4b49ab427b23
  Author: James E Keenan 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M t/io/pipe.t

  Log Message:
  ---
  t/io/pipe.t:  Suppress "Can't exec ..." warning

File did not previously run with warnings.  Once they're default, this
became apparent and unavoidable.


  Commit: 0901af29f02462676cd77adb88be92995b83b3d7
  
https://github.com/Perl/perl5/commit/0901af29f02462676cd77adb88be92995b83b3d7
  Author: James E Keenan 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M t/io/print.t

  Log Message:
  ---
  Suppress 3 warnings

File did not previously run with warnings.  Adapt.


  Commit: c54736bd87af9f4a4957142eabded6e922f70ffb
  
https://github.com/Perl/perl5/commit/c54736bd87af9f4a4957142eabded6e922f70ffb
  Author: James E Keenan 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M t/io/read.t

  Log Message:
  ---
  Suppress one 'used only once' warning


  Commit: cb3bf169a6e1a66ba02e4c50a527025fec0f2576
  
https://github.com/Perl/perl5/commit/cb3bf169a6e1a66ba02e4c50a527025fec0f2576
  Author: James E Keenan 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M t/io/read.t

  Log Message:
  ---
  t/io/read.t:  Add descriptions and test for return values


  Commit: c3aea3a8fc5ade60c482644dc2da5b17c9cbd274
  
https://github.com/Perl/perl5/commit/c3aea3a8fc5ade60c482644dc2da5b17c9cbd274
  Author: James E Keenan 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M t/io/say.t

  Log Message:
  ---
  t/io/say.t: Suppress one "used only once" warning

Now that strict and warnings are on by default, use "no strict 'refs'"
only where it's absolutely needed for compilation.


  Commit: 5e7d078718920f811f518beb88d23a4c35b08584
  
https://github.com/Perl/perl5/commit/5e7d078718920f811f518beb88d23a4c35b08584
  Author: James E Keenan 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M t/io/tell.t

  Log Message:
  ---
  t/io/tell.t:  Suppress warnings

Use "no strict 'refs'" only where it's absolutely needed for
compilation.


  Commit: ccd88fa66c77a403ad5b4558ade1f80f4f614b50
  
https://github.com/Perl/perl5/commit/ccd88fa66c77a403ad5b4558ade1f80f4f614b50
  Author: James E Keenan 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M t/io/utf8.t

  Log Message:
  ---
  t/io/utf8.t:  Suppress or capture warnings

Also, use "no strict" only where absolutely necessary.

Some blocks containing loops of tests had to be disaggregated to get a
clear focus on what was throwing warnings and what was not.


Compare: https://github.com/Perl/perl5/compare/bda5511b459a...ccd88fa66c77


[Perl/perl5] 82b153: Suppress 2 runtime warnings

2020-06-30 Thread James E Keenan
  Branch: refs/heads/io-core-p7-20200630
  Home:   https://github.com/Perl/perl5
  Commit: 82b1530c16dca02fcc23f8868bdfe4aa0edc97d5
  
https://github.com/Perl/perl5/commit/82b1530c16dca02fcc23f8868bdfe4aa0edc97d5
  Author: James E Keenan 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M t/io/argv.t

  Log Message:
  ---
  Suppress 2 runtime warnings


  Commit: 621d004711893f946bb2b6ee08da04154d76b0bf
  
https://github.com/Perl/perl5/commit/621d004711893f946bb2b6ee08da04154d76b0bf
  Author: James E Keenan 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M t/io/argv.t

  Log Message:
  ---
  Add descriptions to most tests lacking them


  Commit: 89d55f93168d144d6aff8b178ca7bfc9bf1525e5
  
https://github.com/Perl/perl5/commit/89d55f93168d144d6aff8b178ca7bfc9bf1525e5
  Author: James E Keenan 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M t/io/layers.t

  Log Message:
  ---
  t/io/layers.t: Handle uninitialized warnings

Running with warnings enabled reveals 3 instances of uninitialized value
warnings.  The tied object is not defined even though the code appears
to assign a value to it.  Add tests that demonstrate this, then suppress
the uninitialized value warnings.


  Commit: 7994ae8a108ec92d8a273a8d88008cce00a21a3b
  
https://github.com/Perl/perl5/commit/7994ae8a108ec92d8a273a8d88008cce00a21a3b
  Author: James E Keenan 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M t/io/pipe.t

  Log Message:
  ---
  t/io/pipe.t:  Suppress "Can't exec ..." warning

File did not previously run with warnings.  Once they're default, this
became apparent and unavoidable.


  Commit: d4176a1260c8a751c93db8b6b3c68f2fce12655e
  
https://github.com/Perl/perl5/commit/d4176a1260c8a751c93db8b6b3c68f2fce12655e
  Author: James E Keenan 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M t/io/print.t

  Log Message:
  ---
  Suppress 3 warnings

File did not previously run with warnings.  Adapt.


  Commit: 2e58dfb56dcf409db09babb0e9aead60a0866de2
  
https://github.com/Perl/perl5/commit/2e58dfb56dcf409db09babb0e9aead60a0866de2
  Author: James E Keenan 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M t/io/read.t

  Log Message:
  ---
  Suppress one 'used only once' warning


  Commit: bcaa690fa238ff5accdaf80c5d3b2951b571f613
  
https://github.com/Perl/perl5/commit/bcaa690fa238ff5accdaf80c5d3b2951b571f613
  Author: James E Keenan 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M t/io/read.t

  Log Message:
  ---
  t/io/read.t:  Add descriptions and test for return values


  Commit: 93ceebd7bdf148ac11ac2ad059b69fdd1b5dd6fe
  
https://github.com/Perl/perl5/commit/93ceebd7bdf148ac11ac2ad059b69fdd1b5dd6fe
  Author: James E Keenan 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M t/io/say.t

  Log Message:
  ---
  t/io/say.t: Suppress one "used only once" warning

Now that strict and warnings are on by default, use "no strict 'refs'"
only where it's absolutely needed for compilation.


  Commit: 9f15e1b7c138ef1e0a65c20ef611eff4a4c03bf0
  
https://github.com/Perl/perl5/commit/9f15e1b7c138ef1e0a65c20ef611eff4a4c03bf0
  Author: James E Keenan 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M t/io/tell.t

  Log Message:
  ---
  t/io/tell.t:  Suppress warnings

Use "no strict 'refs'" only where it's absolutely needed for
compilation.


  Commit: e85b50a7f95e21d69b4e016470be685b941ad6f3
  
https://github.com/Perl/perl5/commit/e85b50a7f95e21d69b4e016470be685b941ad6f3
  Author: James E Keenan 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M t/io/utf8.t

  Log Message:
  ---
  t/io/utf8.t:  Suppress or capture warnings

Also, use "no strict" only where absolutely necessary.

Some blocks containing loops of tests had to be disaggregated to get a
clear focus on what was throwing warnings and what was not.


Compare: https://github.com/Perl/perl5/compare/07fc808dec36...e85b50a7f95e


[Perl/perl5] 075f17: lib/Unicode/UCD.t

2020-06-30 Thread Nicolas R.
  Branch: refs/heads/core-p7
  Home:   https://github.com/Perl/perl5
  Commit: 075f1755e4c61672bda33354bb1202191a899eb3
  
https://github.com/Perl/perl5/commit/075f1755e4c61672bda33354bb1202191a899eb3
  Author: Nicolas R 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M lib/Unicode/UCD.t

  Log Message:
  ---
  lib/Unicode/UCD.t


  Commit: 65a5b4ec5e4767cdaee4fa2c20a8d90cd15a8cfd
  
https://github.com/Perl/perl5/commit/65a5b4ec5e4767cdaee4fa2c20a8d90cd15a8cfd
  Author: Nicolas R 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M lib/Time/gmtime.t
M lib/Time/localtime.t

  Log Message:
  ---
  fix lib/Time tests


  Commit: a568cbc47ab5f01c0f76cf1b121fc037189bb4f5
  
https://github.com/Perl/perl5/commit/a568cbc47ab5f01c0f76cf1b121fc037189bb4f5
  Author: Nicolas R 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M lib/Net/hostent.t
M lib/Net/netent.t
M lib/Net/protoent.t
M lib/Net/servent.t

  Log Message:
  ---
  fixup lib/Net/*.t


  Commit: 0f8efd25bc33787bc3acb2ce1430d26847245d67
  
https://github.com/Perl/perl5/commit/0f8efd25bc33787bc3acb2ce1430d26847245d67
  Author: Nicolas R 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M lib/h2xs.t

  Log Message:
  ---
  fix lib/h2xs.t


  Commit: 1ca729c477f9b8d567241884addbdbd51b6ce2bb
  
https://github.com/Perl/perl5/commit/1ca729c477f9b8d567241884addbdbd51b6ce2bb
  Author: Nicolas R 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M utils/h2ph.PL

  Log Message:
  ---
  fix warnings from utils/h2ph


  Commit: b80b9c51102025866a8eb892454dc4e731ba295e
  
https://github.com/Perl/perl5/commit/b80b9c51102025866a8eb892454dc4e731ba295e
  Author: Nicolas R 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M lib/English.t

  Log Message:
  ---
  lib/English.t


  Commit: 144e9961ad1c5261b91611871a9d1320e09ac7e6
  
https://github.com/Perl/perl5/commit/144e9961ad1c5261b91611871a9d1320e09ac7e6
  Author: Nicolas R 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M lib/File/Compare.t

  Log Message:
  ---
  fix bug in lib/File/Compare.t + no indirect


  Commit: 3d436bb018b633316d901ff8fc1561349777f785
  
https://github.com/Perl/perl5/commit/3d436bb018b633316d901ff8fc1561349777f785
  Author: Nicolas R 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M lib/less.t

  Log Message:
  ---
  lib/less.t


  Commit: bda5511b459a2e3ff82737ca4525e1777a4f4c51
  
https://github.com/Perl/perl5/commit/bda5511b459a2e3ff82737ca4525e1777a4f4c51
  Author: Nicolas R 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M lib/overload.t

  Log Message:
  ---
  lib/overload.t - first pass


Compare: https://github.com/Perl/perl5/compare/bfcc2ae878e2...bda5511b459a


[Perl/perl5] 8f555f: t/io/pipe.t: Suppress "Can't exec ..." warning

2020-06-30 Thread James E Keenan
  Branch: refs/heads/io-core-p7-20200630
  Home:   https://github.com/Perl/perl5
  Commit: 8f555fcf1bae1407ccb110654435053a5a9604c7
  
https://github.com/Perl/perl5/commit/8f555fcf1bae1407ccb110654435053a5a9604c7
  Author: James E Keenan 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M t/io/pipe.t

  Log Message:
  ---
  t/io/pipe.t:  Suppress "Can't exec ..." warning

File did not previously run with warnings.  Once they're default, this
became apparent and unavoidable.


  Commit: 0a4e081322708cee8f60c746c878c8af4353cf31
  
https://github.com/Perl/perl5/commit/0a4e081322708cee8f60c746c878c8af4353cf31
  Author: James E Keenan 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M t/io/print.t

  Log Message:
  ---
  Suppress 3 warnings

File did not previously run with warnings.  Adapt.


  Commit: a154e2787f1f2b49229d3600b6b9b6be736d02c7
  
https://github.com/Perl/perl5/commit/a154e2787f1f2b49229d3600b6b9b6be736d02c7
  Author: James E Keenan 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M t/io/read.t

  Log Message:
  ---
  Suppress one 'used only once' warning


  Commit: 1715d3022dcbe8e90b0e2c1c6e8eda3ecd7e8cc7
  
https://github.com/Perl/perl5/commit/1715d3022dcbe8e90b0e2c1c6e8eda3ecd7e8cc7
  Author: James E Keenan 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M t/io/read.t

  Log Message:
  ---
  t/io/read.t:  Add descriptions and test for return values


  Commit: 83918b5008679baf74faa0a40ee649233d4c18c0
  
https://github.com/Perl/perl5/commit/83918b5008679baf74faa0a40ee649233d4c18c0
  Author: James E Keenan 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M t/io/say.t

  Log Message:
  ---
  t/io/say.t: Suppress one "used only once" warning

Now that strict and warnings are on by default, use "no strict 'refs'"
only where it's absolutely needed for compilation.


  Commit: 0ab2b174c5e8dadf34a60d8811f4e1b534f1a82b
  
https://github.com/Perl/perl5/commit/0ab2b174c5e8dadf34a60d8811f4e1b534f1a82b
  Author: James E Keenan 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M t/io/tell.t

  Log Message:
  ---
  t/io/tell.t:  Suppress warnings

Use "no strict 'refs'" only where it's absolutely needed for
compilation.


  Commit: 07fc808dec36674e54b0a752a91919f9ccc51d97
  
https://github.com/Perl/perl5/commit/07fc808dec36674e54b0a752a91919f9ccc51d97
  Author: James E Keenan 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M t/io/utf8.t

  Log Message:
  ---
  t/io/utf8.t:  Suppress or capture warnings

Also, use "no strict" only where absolutely necessary.

Some blocks containing loops of tests had to be disaggregated to get a
clear focus on what was throwing warnings and what was not.


Compare: https://github.com/Perl/perl5/compare/0828fc7beaf2...07fc808dec36


[Perl/perl5] bfcc2a: strict and warnings for lib/Tie/Handle

2020-06-30 Thread Nicolas R.
  Branch: refs/heads/core-p7
  Home:   https://github.com/Perl/perl5
  Commit: bfcc2ae878e269dab5a9cbdb75041e29448ee89c
  
https://github.com/Perl/perl5/commit/bfcc2ae878e269dab5a9cbdb75041e29448ee89c
  Author: Nicolas R 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M lib/Tie/Handle/stdhandle.t
M lib/Tie/Handle/stdhandle_from_handle.t

  Log Message:
  ---
  strict and warnings for lib/Tie/Handle


[Perl/perl5] 317310: strict and warnings for lib/Tie/Array/*.t

2020-06-30 Thread Nicolas R.
  Branch: refs/heads/core-p7
  Home:   https://github.com/Perl/perl5
  Commit: 31731062459dc473cd25463220712ca39cd37892
  
https://github.com/Perl/perl5/commit/31731062459dc473cd25463220712ca39cd37892
  Author: Nicolas R 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M lib/Tie/Array/push.t
M lib/Tie/Array/splice.t
M lib/Tie/Array/std.t
M lib/Tie/Array/stdpush.t

  Log Message:
  ---
  strict and warnings for lib/Tie/Array/*.t


[Perl/perl5] 569a33: add link to 'Remove unicode_strings' commit

2020-06-30 Thread Nicolas R.
  Branch: refs/heads/core-p7
  Home:   https://github.com/Perl/perl5
  Commit: 569a33db8241b088ef11ad2996a3fa14a36e6f8a
  
https://github.com/Perl/perl5/commit/569a33db8241b088ef11ad2996a3fa14a36e6f8a
  Author: Nicolas R 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  add link to 'Remove unicode_strings' commit


[Perl/perl5] d8d11c: Add description for features enabled

2020-06-30 Thread Nicolas R.
  Branch: refs/heads/core-p7
  Home:   https://github.com/Perl/perl5
  Commit: d8d11c46c9ef142b3035f4b26fe220dd121f77e2
  
https://github.com/Perl/perl5/commit/d8d11c46c9ef142b3035f4b26fe220dd121f77e2
  Author: Nicolas R 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  Add description for features enabled


[Perl/perl5]

2020-06-30 Thread Nicolas R.
  Branch: refs/heads/upstream/core-p7
  Home:   https://github.com/Perl/perl5


[Perl/perl5] bc366e: tweak lib/vars.t

2020-06-30 Thread Nicolas R.
  Branch: refs/heads/core-p7
  Home:   https://github.com/Perl/perl5
  Commit: bc366e67c72de0f5c8cdc4afb866a630f58a531f
  
https://github.com/Perl/perl5/commit/bc366e67c72de0f5c8cdc4afb866a630f58a531f
  Author: Nicolas R 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M lib/vars.t

  Log Message:
  ---
  tweak lib/vars.t


  Commit: e836bb5f7fec681fb8ee5a3c5d634c7b1b74cfda
  
https://github.com/Perl/perl5/commit/e836bb5f7fec681fb8ee5a3c5d634c7b1b74cfda
  Author: Nicolas R 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M lib/User/pwent.t

  Log Message:
  ---
  fixup lib/User/pwent.t


  Commit: f5bffa8f2efc7388afd021cdaf94809aea47b97a
  
https://github.com/Perl/perl5/commit/f5bffa8f2efc7388afd021cdaf94809aea47b97a
  Author: Nicolas R 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M lib/vmsish.t

  Log Message:
  ---
  lib/vmsish.t fix warnings


  Commit: 14bebf2ee5335bb4ab6562c6197882b317f1207f
  
https://github.com/Perl/perl5/commit/14bebf2ee5335bb4ab6562c6197882b317f1207f
  Author: Nicolas R 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M lib/vmsish.t

  Log Message:
  ---
  tweak lib/vmsish.t


  Commit: a9288cd3b999b072e00663e3a40be43b19e08e74
  
https://github.com/Perl/perl5/commit/a9288cd3b999b072e00663e3a40be43b19e08e74
  Author: Nicolas R 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M lib/strict.t
M t/lib/strict/refs
M t/lib/strict/subs
M t/lib/strict/vars

  Log Message:
  ---
  name tests and adjust strict/warnings for lib/strict.t


  Commit: 3cb26bbd7a9f6803c775f74a625ae047015cc196
  
https://github.com/Perl/perl5/commit/3cb26bbd7a9f6803c775f74a625ae047015cc196
  Author: Nicolas R 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
A README.md

  Log Message:
  ---
  Add a README.md


Compare: https://github.com/Perl/perl5/compare/0ea910190687...3cb26bbd7a9f


[Perl/perl5] bc366e: tweak lib/vars.t

2020-06-30 Thread Nicolas R.
  Branch: refs/heads/upstream/core-p7
  Home:   https://github.com/Perl/perl5
  Commit: bc366e67c72de0f5c8cdc4afb866a630f58a531f
  
https://github.com/Perl/perl5/commit/bc366e67c72de0f5c8cdc4afb866a630f58a531f
  Author: Nicolas R 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M lib/vars.t

  Log Message:
  ---
  tweak lib/vars.t


  Commit: e836bb5f7fec681fb8ee5a3c5d634c7b1b74cfda
  
https://github.com/Perl/perl5/commit/e836bb5f7fec681fb8ee5a3c5d634c7b1b74cfda
  Author: Nicolas R 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M lib/User/pwent.t

  Log Message:
  ---
  fixup lib/User/pwent.t


  Commit: f5bffa8f2efc7388afd021cdaf94809aea47b97a
  
https://github.com/Perl/perl5/commit/f5bffa8f2efc7388afd021cdaf94809aea47b97a
  Author: Nicolas R 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M lib/vmsish.t

  Log Message:
  ---
  lib/vmsish.t fix warnings


  Commit: 14bebf2ee5335bb4ab6562c6197882b317f1207f
  
https://github.com/Perl/perl5/commit/14bebf2ee5335bb4ab6562c6197882b317f1207f
  Author: Nicolas R 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M lib/vmsish.t

  Log Message:
  ---
  tweak lib/vmsish.t


  Commit: a9288cd3b999b072e00663e3a40be43b19e08e74
  
https://github.com/Perl/perl5/commit/a9288cd3b999b072e00663e3a40be43b19e08e74
  Author: Nicolas R 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M lib/strict.t
M t/lib/strict/refs
M t/lib/strict/subs
M t/lib/strict/vars

  Log Message:
  ---
  name tests and adjust strict/warnings for lib/strict.t


  Commit: 3cb26bbd7a9f6803c775f74a625ae047015cc196
  
https://github.com/Perl/perl5/commit/3cb26bbd7a9f6803c775f74a625ae047015cc196
  Author: Nicolas R 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
A README.md

  Log Message:
  ---
  Add a README.md


Compare: https://github.com/Perl/perl5/compare/bc366e67c72d%5E...3cb26bbd7a9f


[Perl/perl5] f13c66: Suppress 2 runtime warnings

2020-06-30 Thread James E Keenan
  Branch: refs/heads/io-core-p7-20200630
  Home:   https://github.com/Perl/perl5
  Commit: f13c663c88278fa9b68894a6c44352815ef28eb8
  
https://github.com/Perl/perl5/commit/f13c663c88278fa9b68894a6c44352815ef28eb8
  Author: James E Keenan 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M t/io/argv.t

  Log Message:
  ---
  Suppress 2 runtime warnings


  Commit: ea0ce60909ca7ef8916980ddcd60ab1d1f0078db
  
https://github.com/Perl/perl5/commit/ea0ce60909ca7ef8916980ddcd60ab1d1f0078db
  Author: James E Keenan 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M t/io/argv.t

  Log Message:
  ---
  Add descriptions to most tests lacking them


  Commit: 0828fc7beaf23761a037d1c0c1e0e3db3ccf527a
  
https://github.com/Perl/perl5/commit/0828fc7beaf23761a037d1c0c1e0e3db3ccf527a
  Author: James E Keenan 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M t/io/layers.t

  Log Message:
  ---
  t/io/layers.t: Handle uninitialized warnings

Running with warnings enabled reveals 3 instances of uninitialized value
warnings.  The tied object is not defined even though the code appears
to assign a value to it.  Add tests that demonstrate this, then suppress
the uninitialized value warnings.


Compare: https://github.com/Perl/perl5/compare/6c08b64a6788...0828fc7beaf2


[Perl/perl5] a1e82a: Update epigraphs

2020-06-30 Thread Sawyer X
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: a1e82abeae8300aeb5da0e76975d0dd9202b7f8f
  
https://github.com/Perl/perl5/commit/a1e82abeae8300aeb5da0e76975d0dd9202b7f8f
  Author: Sawyer X 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M Porting/epigraphs.pod

  Log Message:
  ---
  Update epigraphs


[Perl/perl5] aba433: Encode no indirect

2020-06-30 Thread Nicolas R.
  Branch: refs/heads/core-p7
  Home:   https://github.com/Perl/perl5
  Commit: aba4330e932825b38bcfa6423c0d308329c18003
  
https://github.com/Perl/perl5/commit/aba4330e932825b38bcfa6423c0d308329c18003
  Author: Nicolas R 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M cpan/Encode/t/enc_data.t
M cpan/Encode/t/enc_eucjp.t
M cpan/Encode/t/enc_module.t
M cpan/Encode/t/enc_utf8.t
M cpan/Encode/t/encoding.t
M cpan/Encode/t/jperl.t

  Log Message:
  ---
  Encode no indirect


  Commit: 6bfaa6fbedb43504c9fbf0792916fc7ca00d018e
  
https://github.com/Perl/perl5/commit/6bfaa6fbedb43504c9fbf0792916fc7ca00d018e
  Author: Nicolas R 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M cpan/PerlIO-via-QuotedPrint/t/QuotedPrint.t

  Log Message:
  ---
  PerlIO-via-QuotedPrint no indirect


  Commit: 41c0775e1fa971911540a5598dedc7053e7db8b3
  
https://github.com/Perl/perl5/commit/41c0775e1fa971911540a5598dedc7053e7db8b3
  Author: Nicolas R 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M ext/PerlIO-encoding/t/encoding.t
M ext/PerlIO-encoding/t/fallback.t
M ext/PerlIO-encoding/t/nolooping.t

  Log Message:
  ---
  ext/PerlIO-encoding fix warnings and no indirect


  Commit: 6602a69f79161fc54b04a2fc160ea1937f360843
  
https://github.com/Perl/perl5/commit/6602a69f79161fc54b04a2fc160ea1937f360843
  Author: Nicolas R 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M ext/PerlIO-scalar/t/scalar.t

  Log Message:
  ---
  ext/PerlIO-scalar warnings fixes and no indirect


  Commit: 67e20850bcc05d5b10dc23873555ab758cfb20d6
  
https://github.com/Perl/perl5/commit/67e20850bcc05d5b10dc23873555ab758cfb20d6
  Author: Nicolas R 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M ext/PerlIO-via/t/thread.t
M ext/PerlIO-via/t/via.t

  Log Message:
  ---
  ext/PerlIO-via no indirect


  Commit: bdcdfcbc6679f6efc959643760cf95ff6fb51056
  
https://github.com/Perl/perl5/commit/bdcdfcbc6679f6efc959643760cf95ff6fb51056
  Author: Nicolas R 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M lib/open.t

  Log Message:
  ---
  lib/open.t no indirect and warnings


  Commit: 0ea91019068793cbb3059c4afe93a56d891a247f
  
https://github.com/Perl/perl5/commit/0ea91019068793cbb3059c4afe93a56d891a247f
  Author: Nicolas R 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M lib/utf8.t

  Log Message:
  ---
  lib/utf8.t no indirect


Compare: https://github.com/Perl/perl5/compare/a2dc8dd7347b...0ea910190687


[Perl/perl5] 0a9a2e: Suppress 2 runtime warnings

2020-06-30 Thread James E Keenan
  Branch: refs/heads/io-core-p7-20200630
  Home:   https://github.com/Perl/perl5
  Commit: 0a9a2ed338181f6e6927aff90cb0a8d84f567804
  
https://github.com/Perl/perl5/commit/0a9a2ed338181f6e6927aff90cb0a8d84f567804
  Author: James E Keenan 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M t/io/argv.t

  Log Message:
  ---
  Suppress 2 runtime warnings


  Commit: 92cf7da311aaf1a993a6adfecc32889518b182db
  
https://github.com/Perl/perl5/commit/92cf7da311aaf1a993a6adfecc32889518b182db
  Author: James E Keenan 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M t/io/argv.t

  Log Message:
  ---
  Add descriptions to most tests lacking them


  Commit: 6c08b64a678893b4644248fd1918b309a557ac35
  
https://github.com/Perl/perl5/commit/6c08b64a678893b4644248fd1918b309a557ac35
  Author: James E Keenan 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M t/io/layers.t

  Log Message:
  ---
  t/io/layers.t: Handle uninitialized warnings

Running with warnings enabled reveals 3 instances of uninitialized value
warnings.  The tied object is not defined even though the code appears
to assign a value to it.  Add tests that demonstrate this, then suppress
the uninitialized value warnings.


Compare: https://github.com/Perl/perl5/compare/e62c325cf3b3...6c08b64a6788


[Perl/perl5]

2020-06-30 Thread James E Keenan
  Branch: refs/heads/core-p7-opbasic
  Home:   https://github.com/Perl/perl5


[Perl/perl5]

2020-06-30 Thread James E Keenan
  Branch: refs/heads/run-switchd-core-p7
  Home:   https://github.com/Perl/perl5


[Perl/perl5] 6fb58d: Suppress 2 runtime warnings

2020-06-30 Thread James E Keenan
  Branch: refs/heads/io-core-p7-20200630
  Home:   https://github.com/Perl/perl5
  Commit: 6fb58db96b5ae535a330234c861cd231b27850af
  
https://github.com/Perl/perl5/commit/6fb58db96b5ae535a330234c861cd231b27850af
  Author: James E Keenan 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M t/io/argv.t

  Log Message:
  ---
  Suppress 2 runtime warnings


  Commit: e62c325cf3b3b41b4062843a0a92dc669da2f741
  
https://github.com/Perl/perl5/commit/e62c325cf3b3b41b4062843a0a92dc669da2f741
  Author: James E Keenan 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M t/io/argv.t

  Log Message:
  ---
  Add descriptions to most tests lacking them


Compare: https://github.com/Perl/perl5/compare/6fb58db96b5a%5E...e62c325cf3b3


[Perl/perl5] 3aaae3: Squelch some run-time warnings

2020-06-30 Thread James E Keenan
  Branch: refs/heads/core-p7
  Home:   https://github.com/Perl/perl5
  Commit: 3aaae3e55bdb31635ddf5786839681aecb89bc20
  
https://github.com/Perl/perl5/commit/3aaae3e55bdb31635ddf5786839681aecb89bc20
  Author: James E Keenan 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M t/run/switchd.t

  Log Message:
  ---
  Squelch some run-time warnings

Tidy up a little; don't mix tabs and spaces in leading space.


[Perl/perl5] 1f5f2e: Avoid uninitialized value warning

2020-06-30 Thread James E Keenan
  Branch: refs/heads/core-p7
  Home:   https://github.com/Perl/perl5
  Commit: 1f5f2e80f0cae089e8dfd4a6f8ebb0b96f404060
  
https://github.com/Perl/perl5/commit/1f5f2e80f0cae089e8dfd4a6f8ebb0b96f404060
  Author: James E Keenan 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M t/opbasic/concat.t

  Log Message:
  ---
  Avoid uninitialized value warning

Is this custom is() function, a string comparison between $got and
$expected assumes both are defined.  Make it so.


  Commit: cb0b603004effe2a2809023b4132ae6c2a6379cb
  
https://github.com/Perl/perl5/commit/cb0b603004effe2a2809023b4132ae6c2a6379cb
  Author: James E Keenan 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M t/opbasic/qq.t

  Log Message:
  ---
  Mark tests that warn

Ideally, rather than saying "no warnings 'digit'", we should capture the
warning and then test its content with a like() function.  But I haven't
yet figured out how to get $SIG{__WARN__} to work here.


  Commit: a2dc8dd7347b338aab8765ba9185fa58c230481a
  
https://github.com/Perl/perl5/commit/a2dc8dd7347b338aab8765ba9185fa58c230481a
  Author: James E Keenan 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M t/opbasic/qq.t

  Log Message:
  ---
  Provide descriptions when tests pass

This is good mainly so that we can easily locate individual tests within
the file during debugging.


Compare: https://github.com/Perl/perl5/compare/3aaae3e55bdb...a2dc8dd7347b


[Perl/perl5] 7719a4: Squelch some run-time warnings

2020-06-30 Thread James E Keenan
  Branch: refs/heads/run-switchd-core-p7
  Home:   https://github.com/Perl/perl5
  Commit: 7719a48821a3a25d7e9c809a04e302e304b59e62
  
https://github.com/Perl/perl5/commit/7719a48821a3a25d7e9c809a04e302e304b59e62
  Author: James E Keenan 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M t/run/switchd.t

  Log Message:
  ---
  Squelch some run-time warnings

Tidy up a little; don't mix tabs and spaces in leading space.