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: [email protected]
Reporter: [email protected]
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
--