Git, the D package manager

Vladimir Panteleev via Digitalmars-d digitalmars-d at puremagic.com
Mon Feb 9 00:27:58 PST 2015


On Monday, 9 February 2015 at 08:10:56 UTC, Jacob Carlborg wrote:
> On 2015-02-09 08:15, Vladimir Panteleev wrote:
>
>> OK, but the obviously trivial fix is to either import bar, or 
>> create a
>> module that imports all other modules in the library. It's not 
>> really
>> enough justification for switching build tools, is it?
>
> I thought the whole point of this thread was that you don't 
> like to change you're code structure/workflow, i.e. one should 
> not adapt the code to the tool. Now you're suggesting I do that?

No, it's not. Care to read it again?

By your logic, a dub.json file or a Makefile is not code, but a 
.d file which contains nothing but import statements is suddenly 
code and you're changing your workflow to adapt to rdmd? Please.


More information about the Digitalmars-d mailing list