[dmd-beta] D2 2.058 beta
Martin Nowak
dawg at dawgfoto.de
Thu Feb 9 12:43:20 PST 2012
On Thu, 09 Feb 2012 21:35:36 +0100, Walter Bright <walter at digitalmars.com>
wrote:
> module b;
> private import std.stdio;
> void f(){ std.stdio.writefln("X"); } // conflict
The example is wrong, the bug is real.
I'll have a look at it.
The only thing I'd still like to see in the beta is the follow up to the
recent rename import fix, so that the whole module business can settle
finally.
https://github.com/D-Programming-Language/dmd/pull/674
More information about the dmd-beta
mailing list