PHP verses C#.NET verses D.

Etienne via Digitalmars-d digitalmars-d at puremagic.com
Fri Jun 19 09:31:05 PDT 2015


On Friday, 19 June 2015 at 15:31:19 UTC, Nick Sabalausky wrote:
> On 06/19/2015 07:28 AM, Etienne Cimon wrote:
>>
>> The dub.json uses relative paths though while I'm developing. 
>> You're
>> free to adjust the file and try it,
>
> You may want to consider just using dub's (add|remove)-local 
> for that instead. You can rip those "path" elements out of 
> dub.json completely, then just do:
>
> $ dub add-local ../botan
> $ dub add-local ../libasync
>
> And it will use those paths on your machine only, without 
> mucking up the dub.json.
>
> Then when you're done (or if you want to change paths):
>
> $ dub remove-local ../botan
> $ dub remove-local ../libasync

I don't know why so many people take it personal, I love being 
corrected. Thanks so much for the tip :)


More information about the Digitalmars-d mailing list