[Issue 9664] Make directory in import path like "a.b.c" a properly supported feature
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Mar 8 09:09:08 PST 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9664
Jonathan M Davis <jmdavisProg at gmx.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jmdavisProg at gmx.com
--- Comment #3 from Jonathan M Davis <jmdavisProg at gmx.com> 2013-03-08 09:09:03 PST ---
Modules correlate to files and packages correlate to folders, and the
relationship is 1-to-1. That's the design. It's straightforward and simple.
This very much goes against that.
And it would be even better IMHO if it weren't legal to have modules which
didn't have a module declaration (since you pretty much always have to have it
anyway, as it's required if the module is in a package), and I think that
allowing for modules to have different names than their file names was a
mistake, as it adds extra complication and confusion for no benefit IMHO. But I
rather doubt that either of those will change at this point.
--
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