In perl.git, the branch smoke-me/arc/deprecate-delete-array has been created

<http://perl5.git.perl.org/perl.git/commitdiff/8c0ff922fc5cd5f5df89af9e2cecc95b0528aa1a?hp=0000000000000000000000000000000000000000>

        at  8c0ff922fc5cd5f5df89af9e2cecc95b0528aa1a (commit)

- Log -----------------------------------------------------------------
commit 8c0ff922fc5cd5f5df89af9e2cecc95b0528aa1a
Author: Aaron Crane <a...@cpan.org>
Date:   Fri Aug 1 20:54:39 2014 +0100

    Formally deprecate exists on array elements
    
    As with delete on array elements and slices, this usage has long been
    described in perlfunc as "deprecated and likely to be removed"; this change
    moves us in the direction of making good on that promise.

M       cpan/B-Debug/Debug.pm
M       dist/Dumpvalue/lib/Dumpvalue.pm
M       dist/Storable/t/freeze.t
M       dist/Tie-File/t/17_misc_meth.t
M       dist/Tie-File/t/32_defer_misc.t
M       lib/Tie/Array.pm
M       lib/dumpvar.pl
M       op.c
M       pod/perldiag.pod
M       pp.c
M       t/lib/warnings/9uninit
M       t/op/array.t
M       t/op/delete.t
M       t/op/kvaslice.t
M       t/op/local.t
M       t/op/tie.t
M       t/op/tiearray.t
M       t/re/pat.t

commit 6c4e73c8f12ff8cd4438fc4fb9a4c3e64653dc40
Author: Aaron Crane <a...@cpan.org>
Date:   Mon Jul 14 12:59:34 2014 +0100

    Formally deprecate delete on array elements and slices
    
    perlfunc has long described this usage as "deprecated and likely to be
    removed"; this change moves us in the direction of making good on that
    promise.

M       dist/Tie-File/t/17_misc_meth.t
M       dist/Tie-File/t/32_defer_misc.t
M       lib/Internals.t
M       lib/Tie/Array.pm
M       op.c
M       pod/perldiag.pod
M       t/lib/warnings/9uninit
M       t/op/args.t
M       t/op/coresubs.t
M       t/op/delete.t
M       t/op/local.t
M       t/op/reverse.t
M       t/op/sub.t
M       t/op/tie.t
M       t/op/tiearray.t

commit fa05f3ae654135edb32d9ac1736131ab454256e5
Author: Aaron Crane <a...@cpan.org>
Date:   Sat Aug 2 12:19:14 2014 +0100

    t/op/coresubs.t: array-element delete/exists tests now done separately
    
    Previously, it was the tests for delete/exists on hash elements that were
    done separately.  This change will make it easier to run the array-element
    tests in a scope with different warning settings.

M       t/op/coresubs.t
-----------------------------------------------------------------------

--
Perl5 Master Repository

Reply via email to