digitalmars.D.bugs - [Bug 176] New: message "module and package have the same name"
- d-bugmail puremagic.com (19/19) Jun 06 2006 http://d.puremagic.com/bugzilla/show_bug.cgi?id=176
http://d.puremagic.com/bugzilla/show_bug.cgi?id=176 Summary: message "module and package have the same name" Product: D Version: 0.160 Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: bugzilla digitalmars.com ReportedBy: benoit tionex.de in file a.d: import lib.mod.d; // '.d' is a copy paste error in the directory 'lib' a 'mod.d' exists. The content of 'mod.d' is correct. if an import contains the ".d", which is wrong, the message does not point to this import. Instead it says: ..lib/mod.d: module lib.mod module and package have the same name. --
Jun 06 2006