On Friday, 1 August 2014 at 16:18:26 UTC, Daniel Murphy wrote:
"Dicebot" wrote in message
news:[email protected]...
Solution is easy - don't do `import std.log` an don't
recommend use to do it in docs, always use `import log =
std.log`. This is how D module system is supposed to work.
It's easy, but it's not the easiest. There is a lot of value
in having the easiest way to do something also be the right way.
I am afraid we don't have the right way in D then. Caring about
cross-module name conflicts feels too much like plain C.