https://issues.dlang.org/show_bug.cgi?id=16577
Martin Nowak <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Severity|minor |enhancement --- Comment #2 from Martin Nowak <[email protected]> --- Would be fairly simple to deduplicate deprecation messages when triggering them, not sure about the memory requirements (prolly not much) or other strategies to avoid emitting the same message. We should only deduplicate messages occuring at the same source location, so that it remains possible to fix all of them in one go. --
