Git, the D package manager

ponce via Digitalmars-d digitalmars-d at puremagic.com
Mon Feb 2 08:52:30 PST 2015


On Monday, 2 February 2015 at 10:13:27 UTC, Vladimir Panteleev 
wrote:
> On Monday, 2 February 2015 at 10:09:00 UTC, Joseph Rushton 
> Wakeling wrote:
>> Well, as long as the requirements are expressed in the form,
>>
>>    "package-name": ">=1.2.3"
>
> This will allow Dub to pick a new major version with 
> incompatible changes, no?

Yes, I would advise never to use >=, especially for a library.
http://p0nce.github.io/d-idioms/#Never-use-%3E=-for-dependencies


More information about the Digitalmars-d mailing list