[Issue 20442] Please add a warning that will complain about unused imports

2019-12-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20442

Seb  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||greeen...@gmail.com
 Resolution|--- |WONTFIX

--- Comment #3 from Seb  ---
Yes, Walter consistently rejected such proposals. Before this can be tracked as
an issue, it needs to get approval from either Atila or Walter, but as Razvan
mentioned there are many precedents for rejections, I sadly have to close this
as WONTFIX.

--


[Issue 20442] Please add a warning that will complain about unused imports

2019-12-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20442

--- Comment #2 from Manu  ---
That's a shit solution.
Build systems are way complex enough, and a whole other pass to make a trivial
warning is silly when we already have a perfectly good warning solution; `-w`

--


[Issue 20442] Please add a warning that will complain about unused imports

2019-12-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20442

RazvanN  changed:

   What|Removed |Added

 CC||razvan.nitu1...@gmail.com

--- Comment #1 from RazvanN  ---
This has come up in the past and the typical answer was: "This should be
implemented as a third party tool using dmd as a library".

--