Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 900d3b30296b2e23a5ebe1c5e277b46665a1ce6d
      
https://github.com/Perl/perl5/commit/900d3b30296b2e23a5ebe1c5e277b46665a1ce6d
  Author: Nicholas Clark <[email protected]>
  Date:   2021-07-31 (Sat, 31 Jul 2021)

  Changed paths:
    M ext/B/t/f_sort.t
    M lib/sort.pm
    M lib/sort.t

  Log Message:
  -----------
  The sort pragma is now a no-op. It no longer sets or clears any hints bits.

sort::current() now issues a deprecation warning and always returns "stable".


  Commit: 4c8bd78b274a8ba54f3dd4b06b10a2a57cb9cf4a
      
https://github.com/Perl/perl5/commit/4c8bd78b274a8ba54f3dd4b06b10a2a57cb9cf4a
  Author: Nicholas Clark <[email protected]>
  Date:   2021-07-31 (Sat, 31 Jul 2021)

  Changed paths:
    M lib/B/Op_private.pm
    M op.c
    M opcode.h
    M perl.h
    M pp_sort.c
    M regen/op_private

  Log Message:
  -----------
  Remove the flags OPpSORT_STABLE and OPpSORT_UNSTABLE.

Remove the code in Perl_ck_sort() that reads from PL_hintgv that sets these,
and the code in pp_sort that reads them and sets SORTf_STABLE and
SORTf_UNSTABLE (which were no longer read. Remove these too.)


Compare: https://github.com/Perl/perl5/compare/6bce142c8b77...4c8bd78b274a

Reply via email to