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

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #17 from [email protected] ---
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.

--

Reply via email to