[Issue 10378] Prevent local imports from hiding local symbols
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Thu Feb 18 11:18:19 PST 2016
https://issues.dlang.org/show_bug.cgi?id=10378
--- Comment #33 from hsteoh at quickfur.ath.cx ---
There has been a steady stream of PRs, at least when I was active last year,
that moved imports into local scope (to keep Phobos internal interdependencies
under control) and turned local imports into scoped imports (to prevent
hijacking). If you find any other places in Phobos that has
possibly-hijackable local imports, please file a bug or submit a PR. :-)
--
More information about the Digitalmars-d-bugs
mailing list