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

Fixes to bytes_to_utf8-type functions #22933

Merged
merged 1 commit into from
Jan 21, 2025

Conversation

khwilliamson
Copy link
Contributor

This commit turns bytes_to_utf8() back into an (inline) function, and changes the type of a parameter in bytes_to_utf8_freeme() to void*, which is a more accurate type for it.

Fixes #22902

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

inline.h Outdated Show resolved Hide resolved
utf8.c Outdated Show resolved Hide resolved
This commit turns bytes_to_utf8() back into an (inline) function, and
changes the type of a parameter in bytes_to_utf8_free_me() to void*,
which is a more accurate type for it.

Fixes Perl#22902
@khwilliamson khwilliamson merged commit 9de1a49 into Perl:blead Jan 21, 2025
33 checks passed
@khwilliamson khwilliamson deleted the bytes_to_utf8_void branch January 21, 2025 01:21
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.

BBC: Blead Breaks Sereal::Encoder
2 participants