Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: e4d3d0c06a98ce383c7fd3ab553a4ae1c2226cf9 https://github.com/Perl/perl5/commit/e4d3d0c06a98ce383c7fd3ab553a4ae1c2226cf9 Author: Karl Williamson <k...@cpan.org> Date: 2024-10-21 (Mon, 21 Oct 2024)
Changed paths: M doop.c Log Message: ----------- doop.c: Remove dead code As the comments say, as of 5.32 we disallowed doing bitwise vector operations on strings that contain code points that can't be converted to bytes (i.e. above 0xFF). Yet the code to do just that was left in, but was intercepted by a croak before it got that far. This removes that, and its calculations. To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications