Skip to content

Conversation

khwilliamson
Copy link
Contributor

We have modifiers like %z and %t to portably print items of the given type. This converts to use those in these files, removing casts that were previously used.

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

We have modifiers like %z and %t to portably print items of the given
type.  This converts to use those in these files, removing casts that
were previously used.
@tonycoz
Copy link
Contributor

tonycoz commented Oct 5, 2025

From the second commit message:

but the intern is to use values outside that range for internal purposes.

should that be "but the intention ..."?

This converts from using IV to UV.  Code points are currently restricted
to 0..IV_MAX, but the intention is to eventually use values outside that
range for internal purposes.

This avoids any potential issues with printing an IV in hex format
@khwilliamson
Copy link
Contributor Author

yes, fixed

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.

3 participants