[Issue 15244] Misleading compiler warning: "Error: use .min_normal property instead of .min"

2020-03-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15244

Basile-z  changed:

   What|Removed |Added

 CC|b2.t...@gmx.com |

--


[Issue 15244] Misleading compiler warning: "Error: use .min_normal property instead of .min"

2019-02-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15244

Basile-z  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||b2.t...@gmx.com
 Resolution|--- |FIXED

--- Comment #2 from Basile-z  ---
https://github.com/dlang/dmd/pull//files

--


[Issue 15244] Misleading compiler warning: "Error: use .min_normal property instead of .min"

2018-12-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15244

Walter Bright  changed:

   What|Removed |Added

 CC||bugzi...@digitalmars.com

--- Comment #1 from Walter Bright  ---
This currently produces the message:

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

Not sure when or why it was changed.

--