Thread overview
[Issue 17288] formattedWrite error when width/precision provided and no value to format
Mar 30, 2017
Nick Treleaven
March 30, 2017
https://issues.dlang.org/show_bug.cgi?id=17288

Nick Treleaven <nick@geany.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |https://github.com/dlang/ph
                   |                            |obos/pull/5314

--
April 03, 2017
https://issues.dlang.org/show_bug.cgi?id=17288

--- Comment #1 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/b09ad9aeeaed177ca1fa2721d36064b4c00d3fe6 Fix Issue 17288 - formattedWrite with width/precision and no value

Previously an RangeError at runtime or assert(0) at CT would fire from formatNth with message e.g. "n = 1".

--
June 17, 2017
https://issues.dlang.org/show_bug.cgi?id=17288

--- Comment #2 from github-bugzilla@puremagic.com ---
Commit pushed to stable at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/b09ad9aeeaed177ca1fa2721d36064b4c00d3fe6 Fix Issue 17288 - formattedWrite with width/precision and no value

--
August 07, 2017
https://issues.dlang.org/show_bug.cgi?id=17288

--- Comment #3 from github-bugzilla@puremagic.com ---
Commit pushed to newCTFE at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/b09ad9aeeaed177ca1fa2721d36064b4c00d3fe6 Fix Issue 17288 - formattedWrite with width/precision and no value

--
January 05, 2018
https://issues.dlang.org/show_bug.cgi?id=17288

--- Comment #4 from github-bugzilla@puremagic.com ---
Commit pushed to dmd-cxx at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/b09ad9aeeaed177ca1fa2721d36064b4c00d3fe6 Fix Issue 17288 - formattedWrite with width/precision and no value

--