January 07, 2019
https://issues.dlang.org/show_bug.cgi?id=12014

Nick Treleaven <nick@geany.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nick@geany.org
            Summary|package.d behaves           |package.d behaves
                   |suspiciously (and there are |suspiciously
                   |no docs)                    |
           Severity|major                       |normal

--- Comment #2 from Nick Treleaven <nick@geany.org> ---
(In reply to Leandro Motta Barros from comment #0)
> there is no proper documentation (only DIP37 and the changelog),

It is now documented: https://dlang.org/spec/module.html#package-module


>  // package.d
>  module mylib;
>  public import mylib.util;

Is package.d under `mylib/`?

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=12014

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P3

--