std.compress

Jonathan M Davis jmdavisProg at gmx.com
Wed Jun 5 14:18:38 PDT 2013


On Wednesday, June 05, 2013 13:37:10 Timothee Cour wrote:
> isn't that what DIP37 is supposed to address?

Yes. It will make it so that you have package.d with in the package, and it'll 
have public imports for all of the stuff that you want to be imported when you 
import the package. It also then gives you a place to document the package. 
Daniel Murphy has it partially implemented but still has some kinks to work 
out (and is busy enough at the moment that it sounds like it'll be at least a 
few weeks before he has the chance to work on it again).

- Jonathan M Davis


More information about the Digitalmars-d mailing list