August 23, 2016
On 08/23/2016 02:56 PM, Lodovico Giaretta wrote:
> Expanding on this, you can see from the public package page
> https://code.dlang.org/packages/checkedint_andralex that the only
> available version is ~master. There's no mention of v0.0.1, as the SDL
> file shipped with that tag has a name mismatch with the registered
> package name, so the release is discarded by DUB.

Cool. So do things look in good shape now? -- Andrei
August 23, 2016
On Tuesday, 23 August 2016 at 18:59:48 UTC, Andrei Alexandrescu wrote:
> On 08/23/2016 02:56 PM, Lodovico Giaretta wrote:
>> Expanding on this, you can see from the public package page
>> https://code.dlang.org/packages/checkedint_andralex that the only
>> available version is ~master. There's no mention of v0.0.1, as the SDL
>> file shipped with that tag has a name mismatch with the registered
>> package name, so the release is discarded by DUB.
>
> Cool. So do things look in good shape now? -- Andrei

Yes. Version 0.0.2 is correctly available on DUB.
August 23, 2016
On 2016-08-23 20:11, Andrei Alexandrescu wrote:
> So I went to http://code.dlang.org/register_package to register a new
> package. I got errors. First, "License is missing".

The documentation of the dub.sdl/json format mentions that "name", "description" and "license" are required [1].

http://code.dlang.org/package-format?lang=sdl#standard-settings

-- 
/Jacob Carlborg
August 23, 2016
On 08/23/2016 03:18 PM, Jacob Carlborg wrote:
> On 2016-08-23 20:11, Andrei Alexandrescu wrote:
>> So I went to http://code.dlang.org/register_package to register a new
>> package. I got errors. First, "License is missing".
>
> The documentation of the dub.sdl/json format mentions that "name",
> "description" and "license" are required [1].
>
> http://code.dlang.org/package-format?lang=sdl#standard-settings

The error message should point to the doc. -- Andrei

1 2
Next ›   Last »