https://issues.dlang.org/show_bug.cgi?id=14301
--- Comment #14 from Martin Nowak <[email protected]> --- > yes, those fixes will break some code. but refusing to fix 'em will leave > features broken forever, as there are more and more code that rely on broken > things. https://yourlogicalfallacyis.com/strawman This is not what I was saying, Kenji's patch fixes 313 and 314, which is great, but it also unnecessarily changes how selective imports work. This will break a lot of code to make a behavior different not better. Nobody is against fixing imports, but it's a core language feature and has to be done carefully. --
