https://issues.dlang.org/show_bug.cgi?id=3603
Nick Treleaven <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID |--- --- Comment #8 from Nick Treleaven <[email protected]> --- > import really; No, that imports many symbols the user doesn't want in scope. Phobos has a policy of importing the tightest possible module name with selective imports so code doesn't break when symbols are added to modules that aren't even needed. --
