Experimenting with std.all

Steven Schveighoffer schveiguy at yahoo.com
Tue Jun 8 13:47:51 PDT 2010


On Tue, 08 Jun 2010 14:42:51 -0400, Andrei Alexandrescu  
<SeeWebsiteForEmail at erdani.org> wrote:

> We're discussing adding the all-inclusive module std.all to Phobos. That  
> should simplify scripting. My experiments indicate that the cost of  
> parsing all of std.all is small in an empty program, but I haven't  
> tested things with actual programs.
>
> If anyone would like to test things and come back with results and  
> impressions, I paste the content of std.all at the end of this. Just  
> paste the code into a module of yours and then include that module in  
> your regular code.
>
> For some reason, std.bigint has some issues so I commented it out. It's  
> also possible that you don't have std.container installed, so I  
> commented that out too.

I had to comment out the following imports in order to test with 2.046:

public import std.red_black_tree;
public import std.loader;
public import std.gregorian;
public import std.concurrency;

-Steve


More information about the Digitalmars-d mailing list