[Issue 18343] Crash when importing empty module and package in subfolder
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Tue Jul 10 13:28:25 UTC 2018
    
    
  
https://issues.dlang.org/show_bug.cgi?id=18343
Vladimir Panteleev <dlang-bugzilla at thecybershadow.net> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|x86_64                      |All
                 OS|Linux                       |All
           Severity|enhancement                 |critical
--- Comment #1 from Vladimir Panteleev <dlang-bugzilla at 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
--
    
    
More information about the Digitalmars-d-bugs
mailing list