avoid "wide character" warning when printing non-ascii sub names - #728
Open
karenetheridge wants to merge 1 commit into
Open
avoid "wide character" warning when printing non-ascii sub names#728karenetheridge wants to merge 1 commit into
karenetheridge wants to merge 1 commit into
Conversation
Contributor
|
I don't think this is the best way to manipulate TAP output which relies on STDOUT, but I suppose it depends how Test::Pod::Coverage works. |
Contributor
Author
|
I suppose we could do |
Contributor
|
True, and it is a core module in recent Perls, but given the complication of injecting dependencies it's probably not worth it here. I would however suggest doing it this way so it is specifically targeted to STDOUT (assuming the relevant characters are in the TAP stream output): |
rjbs
force-pushed
the
main
branch
2 times, most recently
from
November 7, 2025 14:08
40e530a to
370397c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
closes Test-More/test-more#1031