https://issues.dlang.org/show_bug.cgi?id=12359
RazvanN <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |WONTFIX --- Comment #18 from RazvanN <[email protected]> --- In the meantime doing selective imports doing overload sets merging has become the norm. Changing this will likely break a lot of code and surprise people that are already accustomed to this rule. I, personally, don't see anything wrong with doing the overload set merge automatically. If you don't want that just don't selective import the symbol. --
