The line 'assertThrown!FormatException(f.writeUpToNextSpec(w));' fails when compiling the unittests from std.format.
On Windows 8.1 x64 using the latest version of Phobos.
Comment #1 by dlang-bugzilla — 2017-07-19T07:32:01Z
This bug report is missing crucial information:
- How can someone reproduce this error?
- Does the error happen at run time or compile time?
- Does the error occur when compiling std.format itself, or a program importing it?
- What compiler flags are used (aside -unittest, presumably)?
- Which version, exactly, was the error encountered with?
I am going to close this as this was filed over 3 years ago, but please reopen if you can still reproduce this issue and can provide a reproducible test case.