-
-
Notifications
You must be signed in to change notification settings - Fork 706
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
to!SomeString should use formatValue #236
Conversation
|
Oh okay. Can you think of another case where performance may suffer? We don't have good benchmarking for the time being, and I wouldn't want to pull in something that may slow things down. |
|
I have reverted only removing dup/idup optimization, see 8b3f98b. Additionally, it seems to me that the Finally, indeed, this change will make |
|
This looks okay, but we need better deprecation messages than "schedule for deprecation". Kenji, could you please look at how deprecation is handled in other modules and do the same here? Thanks! |
Differences from std.format module: - void[] stringnize -> like cast expression - char* stringnize -> like C-string - typedef value
…uled for deprecation
|
Rebased and improved soft deprecation message (2.056 release == November 2011 + 6 months). |
to!SomeString should use formatValue
Rename update.sh to setup.sh and make it work with auto-boostraping merged-on-behalf-of: Vladimir Panteleev <github@thecybershadow.net>
Pull #126 was now merged, so we can remove code duplication between std.conv.to and std.format.formatValue.