Git, the D package manager

John Colvin via Digitalmars-d digitalmars-d at puremagic.com
Mon Feb 2 06:35:02 PST 2015


On Monday, 2 February 2015 at 14:25:35 UTC, Vladimir Panteleev 
wrote:
> On Monday, 2 February 2015 at 14:11:12 UTC, Mathias LANG wrote:
>> You can do that using configuration sections:
>> http://code.dlang.org/package-format#configurations
>
> I addressed this in my original post.
>
>> I don't see how this is a feature. I want all my file parsed 
>> and put inside the archive.
>
> Use Dub, then. You asked if it can be done with rdmd.
>
>> It works when you're in source. No difference.
>
> No. It doesn't work if your project has dependencies. Which was 
> my point entirely.
>
> We are going in circles. I don't think there's much more to be 
> said.

a little script that calls `dub describe`, extracts the import 
paths and then calls dmd -o- appropriately would be easy to do. 
There's no fundamental blocker here.


More information about the Digitalmars-d mailing list