Added string.d and updated README#21
Conversation
|
FYI: Travis is failing with: |
|
@wilzbach Fixed |
|
Not sure about the file name. I think the structure should mirror that of Phobos', plus |
|
@CyberShadow Changed |
win64.mak
Outdated
| @@ -1,4 +1,4 @@ | |||
| #_ win32.mak | |||
| s#_ win32.mak | |||
wilzbach
left a comment
There was a problem hiding this comment.
I really like the idea of putting stuff into undead, so that people can easily upgrade their codebase during the deprecation phase and keep on using the old stuff without breakage if they really don't care.
Just a minor nit: doFormat has been removed from Phobos last December
| Some individual functions have been moved here prior to their removal from | ||
| Phobos. They are | ||
|
|
||
| * undead.doformat: Contains the `doFormat` function from std.format |
There was a problem hiding this comment.
doFormat has been removed from Phobos?
dlang/phobos@cf65a3b
There was a problem hiding this comment.
Yeah the wording here is a bit confusing. Will change
|
@CyberShadow Other PR is now merged, let's pull this |
Added the planned to be deprecated functions from std.string