[Issue 4532] std.string.format, std.stream methods, etc. still use the old doFormat instead of formattedWrite

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Aug 7 15:32:52 PDT 2014


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

hsteoh at quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hsteoh at quickfur.ath.cx

--- Comment #17 from hsteoh at quickfur.ath.cx ---
Update: as of today, phobos git HEAD really has only 2 calls to doFormat left:
std.stream.Stream.writefx(), and std.stdio.writefx(), the latter of which is
private and apparently unused (I deleted it and all unittests pass).

So here's a pull that eliminates std.stdio.writefx():
https://github.com/D-Programming-Language/phobos/pull/2403

Once that's done, there will only be std.stream.Stream.writefx() left before we
can get rid of doFormat forever.

--


More information about the Digitalmars-d-bugs mailing list