July 10, 2018
https://issues.dlang.org/show_bug.cgi?id=18343

Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|x86_64                      |All
                 OS|Linux                       |All
           Severity|enhancement                 |critical

--- Comment #1 from Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> ---
Looks like the same issue:

mkdir -p p1/p2/p3
touch p1/p2/p3/m.d
echo 'import p1.p2.p3.m;' > p1/p2/p3/package.d
echo 'import p1.p2.p3;' > test.d
dmd -o- test.d

--
January 27, 2020
https://issues.dlang.org/show_bug.cgi?id=18343

Boris Carvajal <boris2.9@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |boris2.9@gmail.com
         Resolution|---                         |DUPLICATE

--- Comment #2 from Boris Carvajal <boris2.9@gmail.com> ---


*** This issue has been marked as a duplicate of issue 20518 ***

--