[Issue 20288] std.format double with NaN fails with range violation on comma

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Oct 23 09:50:35 UTC 2019


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

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

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

--- Comment #2 from Dlang Bot <dlang-bot at dlang.rocks> ---
dlang/phobos pull request #7222 "Fix Issue 20288 - std.format with separator
and double causes RangeError" was merged into master:

- 2b2ed40f611231d7f5b92747b619bbe067fd827b by Robert Schadek:
  Fix Issue 20288

  std.format with separator and double causes RangeError

  trying to find the win32 bug

  windows nan -nan fix

  harder workaround

  name clash fix

  moving some stuff around

  making it shorter

  oh win32_64 what are you doing to me

  and another try

  some windows special case

  and another

  and again

  removed some duplicated code

  make it compile again

  some debug output

  I need a win32_64 box

  and again

  better infos

  finding the failing test

  something strange is going on

  getting closer

  I got it maybe

  less output

  I think I understand now

  tighter code

  making the commit nicer

  removed an import

  undoing some debug changes

  removed an unneeded test

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

--


More information about the Digitalmars-d-bugs mailing list