phobos dependencies
Dicebot
public at dicebot.lv
Wed Dec 18 16:23:46 PST 2013
On Wednesday, 18 December 2013 at 23:51:06 UTC, Meta wrote:
> Of course, another large boon would be to correct the
> implementation of:
>
> import std.algorithm: sort, find, splitter, swap;
>
> So that it actually works in a sane way as opposed to pulling
> in everything.
I don't see how it is even theoretically possible. You still need
to lex/parse whole file to locate needed symbols (and semantic
phases are already lazy in most cases afaik)
More information about the Digitalmars-d
mailing list