[Issue 3503] [module] Imports should be static by default
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Nov 14 11:06:29 PST 2009
http://d.puremagic.com/issues/show_bug.cgi?id=3503
--- Comment #10 from Bill Baxter <wbaxter at gmail.com> 2009-11-14 11:06:28 PST ---
(In reply to comment #7)
> IMHO the purpose of a module system is to stay the heck out of the user's way
> and let the user get on w/ solving the real problem. It should only make noise
> when there's a real ambiguity. Making imports unnecessarily verbose,
> complicated, or fine-grained is just a bad idea. D already deals well with
> collisions. When there's not a collision, I personally prefer to have stuff
> "just work" without having to care that there are namespaces.
With this proposal you could keep using them the same way just by adding ":*"
at the end of each module name.
--
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