On Friday, 30 November 2012 at 14:09:48 UTC, foobar wrote:
> Why not simplify?
>
> static this()
> {
> import std.stdio, a, c; // existing syntax
> ...
> }
>
> static this()
> { // no imports -> no dependencies
> ...
> }
>
> The current behavior should just be dropped.
+2
Simple & Elegant.