DDT 0.10.1 released

Bruno Medeiros via Digitalmars-d-ide digitalmars-d-ide at puremagic.com
Wed Jul 2 10:23:15 PDT 2014


On 02/07/2014 16:40, Dicebot wrote:
> On Wednesday, 2 July 2014 at 15:26:56 UTC, Bruno Medeiros wrote:
>> For libraries, I don't care about such system specifics - as DUB
>> should take care of that (and provide the import paths to other tools).
>>
>> Hum, in fact, now that I think of it, this functionality I have on DDT
>> to detect compiler installations and the standard library import
>> roots, it should ideally reside in DUB itself.
>
> For dub it is not really important as basic installation is usually
> taken care of by dmd.conf, it assumes already working compiler
> installation. Same goes for any additional libraries installed by distro
> package manager - dub won't know a single thing about those.
>
> I don't know if DDT should care either though.

You're right, for normal DUB operation (building, fetching dependencies, 
etc.), it matters not.
Rather this would be useful only for the "dub describe" layer of 
functionality, which is used only for IDEs and other tools wanting to 
work with DUB bundles (mostly figuring out the import path and other 
resolved information).

-- 
Bruno Medeiros
https://twitter.com/brunodomedeiros


More information about the Digitalmars-d-ide mailing list