In perl.git, the branch smoke-me/jkeenan/rt-134140-bitwise has been created

<https://perl5.git.perl.org/perl.git/commitdiff/9c60d4d1fc88f4c92b7dd6b09691e8ef5828109d?hp=0000000000000000000000000000000000000000>

        at  9c60d4d1fc88f4c92b7dd6b09691e8ef5828109d (commit)

- Log -----------------------------------------------------------------
commit 9c60d4d1fc88f4c92b7dd6b09691e8ef5828109d
Author: James E Keenan <[email protected]>
Date:   Mon May 27 13:18:10 2019 -0400

    Use of code points over 0xFF in string bitwise operators
    
    Implement complete fatalization.  Some instances of these were fatalized
    in 5.28.  However, in cases where the wide characters did not affect the
    end result, no deprecation notice was raised.  So they remained legal,
    though deprecated.  Now, all occurrences are fatal (as of 5.32).
    
    Modify source code in doop.c.  Adapt test file.  Update perldiag and
    perldeprecation.
    
    For:  RT 134140

-----------------------------------------------------------------------

-- 
Perl5 Master Repository

Reply via email to