[Issue 14301] [2.067-rc1] Private symbols of module conflicts with public from another

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Mar 18 03:37:17 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=14301

--- Comment #4 from Vladimir Panteleev <thecybershadow at gmail.com> ---
(In reply to Dicebot from comment #1)
> I don't see what can be done here to be honest. This is inherent flaw of D
> module system - adding new symbols to Phobos/druntime will break user code
> that already defined symbols with same name,

std.algorithm.iteration.Cache is private, so we can rename it to something less
likely to collide with user symbols without affecting user code.

--


More information about the Digitalmars-d-bugs mailing list