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
