Make dub part of the standard dmd distribution

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Sun Jun 7 10:57:16 PDT 2015


On 2015-06-07 17:27, Nick Sabalausky wrote:

> Even if that stuff isn't currently known to code.dlang.org, it'd all be
> easy for it to obtain:
>
> $ mkdir some_temp && cd some_temp
> $ git clone package_URL dir && cd dir
> $ dmd (flags dub already knows) -v | grep import
>
> Would only need to do that when it detects a new version tag (which it
> already detects).

So the registry basically needs to compile all packages? Isn't it better 
to "compile" and upload packages then?

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list