Thread overview
[Issue 21666] wrong printf format specifier for `real` with -checkaction=context on Win64
Feb 27, 2021
Dennis
Mar 06, 2021
Dlang Bot
Mar 15, 2021
Dlang Bot
February 27, 2021
https://issues.dlang.org/show_bug.cgi?id=21666

moonlightsentinel@disroot.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |moonlightsentinel@disroot.o
                   |                            |rg

--- Comment #1 from moonlightsentinel@disroot.org ---
The underlying issue is this: https://issues.dlang.org/show_bug.cgi?id=20759

--
February 27, 2021
https://issues.dlang.org/show_bug.cgi?id=21666

Dennis <dkorpel@live.nl> changed:

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

--- Comment #2 from Dennis <dkorpel@live.nl> ---


*** This issue has been marked as a duplicate of issue 20759 ***

--
March 06, 2021
https://issues.dlang.org/show_bug.cgi?id=21666

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|DUPLICATE                   |FIXED

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/druntime pull request #3389 "Fix 21666 - Remove deprecations w.r.t. real formatting for checkaction=context" was merged into stable:

- 1c57001ba741ea433670eb2877224920f21c8e76 by MoonlightSentinel:
  Fix 21666 - Remove deprecations w.r.t. real formatting for...

  ...checkaction=context. These deprecations are issued when
  `real.sizeof = double.sizeof`.

  This is a workaround for https://issues.dlang.org/show_bug.cgi?id=20759.

https://github.com/dlang/druntime/pull/3389

--
March 15, 2021
https://issues.dlang.org/show_bug.cgi?id=21666

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/druntime pull request #3398 "Merge stable" was merged into master:

- 0d7ec8010fffba3ff002f750955e7f8db8e96089 by MoonlightSentinel:
  Fix 21666 - Remove deprecations w.r.t. real formatting for...

  ...checkaction=context. These deprecations are issued when
  `real.sizeof = double.sizeof`.

  This is a workaround for https://issues.dlang.org/show_bug.cgi?id=20759.

https://github.com/dlang/druntime/pull/3398

--