http://d.puremagic.com/issues/show_bug.cgi?id=10906
--- Comment #11 from [email protected] 2013-08-27 22:06:06 PDT --- (In reply to comment #9) > Actually, if it works with std.algo and atd.datetime done separately (even > without the large address aware flag), and if those are notorious for being > large, perhaps I should just toss together a pull request adjusting phobos's > makefiles to do those separately? Or are there known issues with that? You should toss together a pull request that splits std.algorithm into std.algorithm.package, std.algorithm.search, std.algorithm.sort, std.algorithm.set, and std.algorithm.mutation. :-) Seriously, it's time we cut up that monster into more manageable pieces, now that we have package.d. I would say the same for std.datetime as well, but I believe Jonathan is already working on that one. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
