Re: Fix #2529: explicit protection package #3651

2014-08-20 Thread Chris Nicholson-Sauls via Digitalmars-d-announce
module foo.bar.one; module foo.bar.internals; // package-protected utilities module foo.bar.subpkg.two; module foo.bar.subpkg.internals; // package-protected utilities Current situation: module 'one' cannot access the 'bar.subpkg' utilities, and module 'two' cannot access the 'bar' utilities.

Re: Scott Meyers' DConf 2014 keynote The Last Thing D Needs

2014-05-27 Thread Chris Nicholson-Sauls via Digitalmars-d-announce
On Tuesday, 27 May 2014 at 20:11:13 UTC, w0rp wrote: On Tuesday, 27 May 2014 at 19:43:57 UTC, Steven Schveighoffer wrote: On Tue, 27 May 2014 14:57:46 -0400, w0rp devw...@gmail.com wrote: That was brilliant. I think Scott made two very good points. D needs people like himself to educate