Branch: refs/heads/op-core-p7-20200702
  Home:   https://github.com/Perl/perl5
  Commit: cca6e946f7bcc3be81b8dd451d37b80d25dfd520
      
https://github.com/Perl/perl5/commit/cca6e946f7bcc3be81b8dd451d37b80d25dfd520
  Author: James E Keenan <jkee...@cpan.org>
  Date:   2020-07-02 (Thu, 02 Jul 2020)

  Changed paths:
    M t/op/args.t

  Log Message:
  -----------
  t/op/args.t: Capture and test one 'exiting' warning


  Commit: 39003c0468377ca409a9aa3eaf837efbacb88313
      
https://github.com/Perl/perl5/commit/39003c0468377ca409a9aa3eaf837efbacb88313
  Author: James E Keenan <jkee...@cpan.org>
  Date:   2020-07-02 (Thu, 02 Jul 2020)

  Changed paths:
    M t/op/array.t

  Log Message:
  -----------
  t/op/array.t: Suppress warnings

Many tests in this file were originally laid out to stretch 'my', 'our'
and 'local' to their limits.  So they always would have been throwing
warnings if warnings had been requested.

Suppress those warnings in the narrowest scopes possible. Tidy whitespacing
and comments as needed to make the scopes more clear.


  Commit: 89021dda41cdf866817c79688dd4f49803b3b8a7
      
https://github.com/Perl/perl5/commit/89021dda41cdf866817c79688dd4f49803b3b8a7
  Author: James E Keenan <jkee...@cpan.org>
  Date:   2020-07-02 (Thu, 02 Jul 2020)

  Changed paths:
    M t/op/auto.t

  Log Message:
  -----------
  t/op/auto.t:  Suppress or capture warnings

Note: one loop of tests for preincrement and postincrement operators had
to be refactored into two to test precisely for warnings.
See https://github.com/Perl/perl5/issues/17931


Compare: https://github.com/Perl/perl5/compare/cca6e946f7bc%5E...89021dda41cd

Reply via email to