[Issue 16456] New: Add --include switch to override --exclude options
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Wed Aug 31 14:34:25 PDT 2016
    
    
  
https://issues.dlang.org/show_bug.cgi?id=16456
          Issue ID: 16456
           Summary: Add --include switch to override --exclude options
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: tools
          Assignee: nobody at puremagic.com
          Reporter: andrej.mitrovich at gmail.com
There are already some built-in excludes for Phobos, overriding these is useful
in case we want to make RDMD build a module using its own dependencies rather
than being expected to link with an existing phobos.lib
I can imagine this might be useful when working on new Phobos features.
https://github.com/dlang/tools/pull/183
--
    
    
More information about the Digitalmars-d-bugs
mailing list