[Issue 10291] formattedWrite() to an Appender fails silently after Appender.clear()

2016-06-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10291

Jack Stouffer  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||j...@jackstouffer.com
 Resolution|--- |FIXED

--- Comment #3 from Jack Stouffer  ---
(In reply to yazan.dabain from comment #2)
> This currently correctly fails to compile, and a note has been added to the
> documentation. Shouldn't this be closed?

Yup

--


[Issue 10291] formattedWrite() to an Appender fails silently after Appender.clear()

2014-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10291

yazan.dab...@gmail.com changed:

   What|Removed |Added

 CC||yazan.dab...@gmail.com

--- Comment #2 from yazan.dab...@gmail.com ---
This currently correctly fails to compile, and a note has been added to the
documentation. Shouldn't this be closed?

--


[Issue 10291] formattedWrite() to an Appender fails silently after Appender.clear()

2014-05-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10291

Andrej Mitrovic andrej.mitrov...@gmail.com changed:

   What|Removed |Added

   Keywords||pull
 CC||andrej.mitrov...@gmail.com

--- Comment #1 from Andrej Mitrovic andrej.mitrov...@gmail.com ---
https://github.com/D-Programming-Language/phobos/pull/2141

As was noted it was object.d's clear being called via UFCS.

--