[Issue 3504] New: [module] import foo: *; should be supported if imports are static by default
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Nov 13 16:24:04 PST 2009
http://d.puremagic.com/issues/show_bug.cgi?id=3504
Summary: [module] import foo: *; should be supported if imports
are static by default
Product: D
Version: future
Platform: Other
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: llucax at gmail.com
--- Comment #0 from Leandro Lucarella <llucax at gmail.com> 2009-11-13 16:24:03 PST ---
This is complementary to bug 3503 (make imports static by default). If that is
the case, it would be a good idea to provide a way to have the old behavior,
since it can be useful for a small set of applications (like small scripts).
A proposed syntax could be:
import foo: *;
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list