This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fatalize the use of code points above 0xFF for bitwise operators.
authorAbigail <abigail@abigail.be>
Tue, 6 Jun 2017 23:27:47 +0000 (01:27 +0200)
committerAbigail <abigail@abigail.be>
Tue, 6 Jun 2017 23:29:55 +0000 (01:29 +0200)
commit5d09ee1cb7b68f5e6fd15233bfe5048612e8f949
treed0924c9e9bd43639f941ffbe180dc862fb009a6a
parenta8d6ff592a8576239ceda601d73322b51187837f
Fatalize the use of code points above 0xFF for bitwise operators.

This commit removes quite a number of tests, mostly from t/op/bop.t,
which test the behaviour of such code points in combination of
bitwise operators. Since it's now fatal, the tests are no longer useful.
doop.c
op.h
pod/perldelta.pod
pod/perldiag.pod
pp.c
t/lib/warnings/doop
t/lib/warnings/pp
t/op/bop.t
t/op/substr.t