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 Issue 8516 - std.string.representation works incorrect for shared(const(T)) types #742

Merged
merged 1 commit into from
Aug 13, 2012

Conversation

denis-sh
Copy link
Contributor

@denis-sh denis-sh commented Aug 7, 2012

else
return mixin("cast(" ~ t ~ "[]) s");
}
alias TypeTuple!(ubyte, ushort, uint)[Char.sizeof / 2] U;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ingenious

@andralex
Copy link
Member

Thanks, loved it.

andralex added a commit that referenced this pull request Aug 13, 2012
Fix Issue 8516 - std.string.representation works incorrect for shared(const(T)) types
@andralex andralex merged commit e68ec9c into dlang:master Aug 13, 2012
@denis-sh
Copy link
Contributor Author

As I asked in druntime pull 286:

And who have to close the issue? Is it issue reporter, pull sender or pull committer?

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.

2 participants