[Issue 16577] A selective import on a symbol that has overloads leads to duplicate deprecation messages

2022-02-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16577 Basile-z changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 16577] A selective import on a symbol that has overloads leads to duplicate deprecation messages

2017-11-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16577 --- Comment #3 from Basile B. --- New test case since the JSON thing is gonna be removed from 2.0.78 --- module test16577; deprecated void foo(int*){} void foo(ref int){} void main() { import test16577 : foo; } --- --

[Issue 16577] A selective import on a symbol that has overloads leads to duplicate deprecation messages

2017-08-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16577 b2.t...@gmx.com changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 16577] A selective import on a symbol that has overloads leads to duplicate deprecation messages

2017-08-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16577 b2.t...@gmx.com changed: What|Removed |Added Summary|A selective import on a |A selective import on a