On Tue, Jun 23, 2015 at 03:24:41PM +0000, John Colvin via Digitalmars-d wrote: > On Tuesday, 23 June 2015 at 15:01:59 UTC, Adam D. Ruppe wrote: > >Just a quick concern, I don't think a package.d should ever have > >anything except imports in it. Put all the actual aliases and color > >lists in some other submodule that can be imported independently with > >minimal dependencies. > > std/range/package.d and std/regex/package.d both have a bunch of stuff > in. Why not?
That's a temporary situation. When those packages were broken up, we didn't want to make too extensive a change, so we left the less important bits in package.d. Ideally, however, they should be moved into their own subpackages. T -- EMACS = Extremely Massive And Cumbersome System
