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

Fix 21131 -- proper handling of non-dchar appending to Appender!wstring and Appender!dstring #7583

Merged
merged 1 commit into from
Aug 7, 2020

Conversation

schveiguy
Copy link
Member

@schveiguy schveiguy commented Aug 7, 2020

This fails on my local machine, but I wanted to see if the auto tester has the same issue. I can't reproduce it outside of this environment, and it makes no sense why it's failing.

Turns out my local failure is in master as well, if you do make -f posix.mak std/array.test, so this should still pass.

@dlang-bot
Copy link
Contributor

Thanks for your pull request, @schveiguy!

Bugzilla references

Auto-close Bugzilla Severity Description
21131 enhancement Appender with string does not process UTF input ranges properly

Testing this PR locally

If you don't have a local development environment setup, you can use Digger to test this PR:

dub run digger -- build "master + phobos#7583"

@dlang-bot dlang-bot merged commit 6065ce7 into dlang:master Aug 7, 2020
@schveiguy schveiguy deleted the fix21131 branch August 7, 2020 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants