Thread overview
[Issue 15244] Misleading compiler warning: "Error: use .min_normal property instead of .min"
Dec 02, 2018
Walter Bright
Feb 14, 2019
Basile-z
Mar 21, 2020
Basile-z
December 02, 2018
https://issues.dlang.org/show_bug.cgi?id=15244

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com

--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> ---
This currently produces the message:

  test.d(3): Error: no property `min` for type `double`

Not sure when or why it was changed.

--
February 14, 2019
https://issues.dlang.org/show_bug.cgi?id=15244

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |b2.temp@gmx.com
         Resolution|---                         |FIXED

--- Comment #2 from Basile-z <b2.temp@gmx.com> ---
https://github.com/dlang/dmd/pull/5555/files

--
March 21, 2020
https://issues.dlang.org/show_bug.cgi?id=15244

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|b2.temp@gmx.com             |

--