DUB 0.9.20

Sönke Ludwig sludwig at outerproduct.org
Fri Dec 6 11:44:27 PST 2013


Am 06.12.2013 16:39, schrieb Bruno Medeiros:
> On 06/12/2013 13:58, Sönke Ludwig wrote:
>> Am 06.12.2013 13:57, schrieb Bruno Medeiros:
>>> On 03/12/2013 13:44, Sönke Ludwig wrote:
>>>> Am 03.12.2013 13:47, schrieb Bruno Medeiros:
>>>>> On 29/11/2013 17:01, Sönke Ludwig wrote:
>>>>>> A fresh DUB release is out. Apart from the usual bug fixes, there
>>>>>> are a
>>>>>> few considerable changes:
>>>>>>
>>>>>
>>>>> Quick question: is there a way to install/fetch the dependencies of a
>>>>> package, without having to build? That is, without using "dub build" ?
>>>>>
>>>>>
>>>>
>>>> "dub upgrade" should be the right call. Possibly with
>>>> "--root=path/to/package" or "dub upgrade pkgname:subpkgname
>>>> --root=path/to/package".
>>>>
>>>
>>> It's not clear from the name, but yeah, does the trick!
>>>
>>
>> The only use case that usually makes sense for it is to upgrade
>> packages. All other commands should implicitly fetch the required
>> packages, including "dub describe", so no explicit dependency fetching
>> is necessary.
>>
> 
> 'dub describe' is doing no such thing for me. Is that a bug?
> 

Indeed, sorry, I didn't check that. It's fixed on git master.


More information about the Digitalmars-d-announce mailing list