Thread overview
[Issue 20218] Checked format string takes infinite time for infinite ranges
Sep 17, 2019
FeepingCreature
Sep 17, 2019
Dlang Bot
Sep 17, 2019
Dlang Bot
September 17, 2019
https://issues.dlang.org/show_bug.cgi?id=20218

FeepingCreature <default_357-line@yahoo.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |default_357-line@yahoo.de

--- Comment #1 from FeepingCreature <default_357-line@yahoo.de> ---
That should not happen... `format` should not evaluate the range at compiletime.

--
September 17, 2019
https://issues.dlang.org/show_bug.cgi?id=20218

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@FeepingCreature created dlang/phobos pull request #7185 "Fix issue 20218: format: don't try to print the entire range while merely testing the format string" fixing this issue:

- Fix issue 20218: format: don't try to print the entire range while merely testing the format string

https://github.com/dlang/phobos/pull/7185

--
September 17, 2019
https://issues.dlang.org/show_bug.cgi?id=20218

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #7185 "Fix issue 20218: format: don't try to print the entire range while merely testing the format string" was merged into master:

- 70c8d50948f8b502d58dfe1b62edbce6f1dc54a7 by Mathis Beer:
  Fix issue 20218: format: don't try to print the entire range while merely
testing the format string

https://github.com/dlang/phobos/pull/7185

--