imports - 2 years later

Ant Ant_member at pathlink.com
Thu Mar 9 07:58:55 PST 2006


In article <duphvm$hnm$1 at digitaldaemon.com>, bobef says...
>
>I had the same problem. Removing std.something from one of the modules 
>where it wasn't used at all fixed the problem...
>
>Ant wrote:
>> the interesting thing is that I had a
>> private import std.c.stdio;
>> in one module that would supply std.string to a bunch of other modules
>> 

I think this is much more important then Walter does.
This will prevent D to be used in any sizeable project that involves
more then one coder.
Is somebody else adds the wrong import on some module I never saw my
code will break :(

Ant





More information about the Digitalmars-d-bugs mailing list