www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 16456] New: Add --include switch to override --exclude options

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 puremagic.com
          Reporter: andrej.mitrovich 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

--
Aug 31 2016