[Perl/perl5]

2020-06-25 Thread Dagfinn Ilmari Mannsåker
  Branch: refs/heads/smoke-me/ilmari/feature-multidimensional
  Home:   https://github.com/Perl/perl5


[Perl/perl5] 45b1f0: Add default-enabled 'multidimensional' feature

2020-06-25 Thread Dagfinn Ilmari Mannsåker
  Branch: refs/heads/smoke-me/ilmari/feature-multidimensional
  Home:   https://github.com/Perl/perl5
  Commit: 45b1f0f88ca1b5ddd81a6eb7d11a919ac08289ac
  
https://github.com/Perl/perl5/commit/45b1f0f88ca1b5ddd81a6eb7d11a919ac08289ac
  Author: Dagfinn Ilmari Mannsåker 
  Date:   2020-06-25 (Thu, 25 Jun 2020)

  Changed paths:
M feature.h
M lib/feature.pm
M op.c
M pod/perldiag.pod
M regen/feature.pl
A t/lib/feature/multidimensional
M t/porting/known_pod_issues.dat

  Log Message:
  ---
  Add default-enabled 'multidimensional' feature

It can be turned off to disable multidimensional array emulation.




[Perl/perl5] 254708: Silence a "used once warning" and note which file ...

2020-06-25 Thread Nicolas R.
  Branch: refs/heads/core-p7
  Home:   https://github.com/Perl/perl5
  Commit: 254708a018d7a318455e86f5252e7db1af8ea5cf
  
https://github.com/Perl/perl5/commit/254708a018d7a318455e86f5252e7db1af8ea5cf
  Author: brian d foy 
  Date:   2020-06-25 (Thu, 25 Jun 2020)

  Changed paths:
M t/TEST

  Log Message:
  ---
  Silence a "used once warning" and note which file sets $main::do_nothing


  Commit: bc6208e7ae4ac096120b80f8defad8d779485ab4
  
https://github.com/Perl/perl5/commit/bc6208e7ae4ac096120b80f8defad8d779485ab4
  Author: brian d foy 
  Date:   2020-06-25 (Thu, 25 Jun 2020)

  Changed paths:
M t/re/reg_eval_scope.t

  Log Message:
  ---
  Typos, trailing whitespace


  Commit: fd239a54d2d9932704e6365bb2a0180eb7ff8e50
  
https://github.com/Perl/perl5/commit/fd239a54d2d9932704e6365bb2a0180eb7ff8e50
  Author: brian d foy 
  Date:   2020-06-25 (Thu, 25 Jun 2020)

  Changed paths:
M t/re/reg_eval_scope.t

  Log Message:
  ---
  Avoid undef $_ by binding to empty string


  Commit: 14e6524ad0ada3ec1dd1a72a6758242bb16ba370
  
https://github.com/Perl/perl5/commit/14e6524ad0ada3ec1dd1a72a6758242bb16ba370
  Author: brian d foy 
  Date:   2020-06-25 (Thu, 25 Jun 2020)

  Changed paths:
M t/re/subst.t

  Log Message:
  ---
  Trailing whitespace


  Commit: e3dedf50d97984b74f0557c8f8aab5400d05598a
  
https://github.com/Perl/perl5/commit/e3dedf50d97984b74f0557c8f8aab5400d05598a
  Author: brian d foy 
  Date:   2020-06-25 (Thu, 25 Jun 2020)

  Changed paths:
M t/re/subst.t

  Log Message:
  ---
  Disable uninitialized warnings (why didn't $^W do that?)


  Commit: 3d599e6d3a60a7faff083803b2cde6e84c49de82
  
https://github.com/Perl/perl5/commit/3d599e6d3a60a7faff083803b2cde6e84c49de82
  Author: brian d foy 
  Date:   2020-06-25 (Thu, 25 Jun 2020)

  Changed paths:
M t/re/regexp_qr_embed_thr.t

  Log Message:
  ---
  Disable a 'once' warning

This file sets some package variables that a
required file uses.


  Commit: e4ae32f7e8f1f432a497e9a0f37f276a8c7b63e4
  
https://github.com/Perl/perl5/commit/e4ae32f7e8f1f432a497e9a0f37f276a8c7b63e4
  Author: brian d foy 
  Date:   2020-06-25 (Thu, 25 Jun 2020)

  Changed paths:
M t/opbasic/concat.t

  Log Message:
  ---
  trailing whitespace


  Commit: 2ce1d7ba3d625befea80fc50138a1b0aad531126
  
https://github.com/Perl/perl5/commit/2ce1d7ba3d625befea80fc50138a1b0aad531126
  Author: brian d foy 
  Date:   2020-06-25 (Thu, 25 Jun 2020)

  Changed paths:
M t/opbasic/concat.t

  Log Message:
  ---
  turn off some warning categories in select places


  Commit: f85e1f0325891d238d16cf338627d378fe807d28
  
https://github.com/Perl/perl5/commit/f85e1f0325891d238d16cf338627d378fe807d28
  Author: Nicolas R 
  Date:   2020-06-25 (Thu, 25 Jun 2020)

  Changed paths:
M t/TEST
M t/opbasic/concat.t
M t/re/reg_eval_scope.t
M t/re/regexp_qr_embed_thr.t
M t/re/subst.t

  Log Message:
  ---
  Merge pull request #3 from briandfoy/p7

Silence some test warnings


Compare: https://github.com/Perl/perl5/compare/f6f267ac72b4...f85e1f032589