[Issue 13704] New: Confusing error message when passing the same on the command line twice
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Sun Nov  9 09:18:03 PST 2014
    
    
  
https://issues.dlang.org/show_bug.cgi?id=13704
          Issue ID: 13704
           Summary: Confusing error message when passing the same on the
                    command line twice
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Windows
            Status: NEW
          Keywords: diagnostic
          Severity: enhancement
          Priority: P3
         Component: DMD
          Assignee: nobody at puremagic.com
          Reporter: r.sagitario at gmx.de
This happens to me sometimes when merging branches for druntime or phobos:
>dmd src\gc\config.d src\gc\config.d
Error: module gc.config from file src\gc\config.d must be imported with 'import
gc.config;'
bacause the command line is too long to spot duplicates.
--
    
    
More information about the Digitalmars-d-bugs
mailing list