[Issue 11473] New: rdmd --exclude=module1.package
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Nov 7 13:57:19 PST 2013
https://d.puremagic.com/issues/show_bug.cgi?id=11473
Summary: rdmd --exclude=module1.package
Product: D
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: luis at luismarques.eu
--- Comment #0 from Luís Marques <luis at luismarques.eu> 2013-11-07 13:57:18 PST ---
rdmd --exclude does not understand the new package.d format, one must use:
rdmd --exclude=module1.package
...instead of the more straightforward:
rdmd --exclude=module1
rdmd should probaby become aware of package.d and permit the latter.
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list