[Issue 453] When importing modules compiler can not distinguish between directory and file
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Oct 25 15:23:40 PDT 2006
http://d.puremagic.com/issues/show_bug.cgi?id=453
bugzilla at digitalmars.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
------- Comment #3 from bugzilla at digitalmars.com 2006-10-25 17:23 -------
Cannot fix because if name were both a module and a directory name,
import name;
import name.foo;
the two uses of name could not be distinguished.
--
More information about the Digitalmars-d-bugs
mailing list