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

Issue 7942 - Appending different string types corrupts memory #3831

Closed
wants to merge 1 commit into from

Conversation

yebblies
Copy link
Member

Appending string types with different char sizes requires decoding and re-encoding.

https://issues.dlang.org/show_bug.cgi?id=7942

@yebblies
Copy link
Member Author

Requires druntime pull to be merged first.

@MartinNowak
Copy link
Member

LGTM
You might want to amend an empty commit to update your branch and trigger the auto-tester.

@yebblies
Copy link
Member Author

It should retrigger. The autotester will prioritize pulls that have the auto-merge flag set over everything else, so that's a good way to trigger testing if you're ready to toggle it.

@9rnsr
Copy link
Contributor

9rnsr commented Jul 30, 2014

I think this change is wrong. See my comment in bugzilla.

@WalterBright
Copy link
Member

I agree with Kenji. Make the corrupting case an error for now, rather than trying to add features to fix it.

@MartinNowak
Copy link
Member

I'll close this then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants