code.dlang.org now supports categories and search - license information now required

Jacob Carlborg doob at me.com
Thu Oct 17 06:28:27 PDT 2013


On 2013-10-17 14:33, Sönke Ludwig wrote:

> "dub publish" sounds like something that may considerably increase the
> complexity of the command line tool, especially in the long term, and it
> also increases the coupling to the public registry, whereas now it just
> needs a very small HTTP API that can be fulfilled by any HTTP file
> server. So I'd rather want to avoid that if possible.

You could have something like this:

dub publish <git-tag>

Should be much difference compare to how it works now. It would just 
trigger the server to look for that tag, instead of doing it automatically.

-- 
/Jacob Carlborg


More information about the Digitalmars-d-announce mailing list