Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doop.c: Remove dead code #22666

Merged
merged 1 commit into from
Oct 21, 2024
Merged

doop.c: Remove dead code #22666

merged 1 commit into from
Oct 21, 2024

Conversation

khwilliamson
Copy link
Contributor

@khwilliamson khwilliamson commented Oct 14, 2024

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.


  • This set of changes does not require a perldelta entry.

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.
@khwilliamson khwilliamson merged commit e4d3d0c into Perl:blead Oct 21, 2024
34 checks passed
@khwilliamson khwilliamson deleted the relic_bop branch October 21, 2024 21:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant