[Bug 176] New: message "module and package have the same name"
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Jun 6 08:55:21 PDT 2006
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 at digitalmars.com
ReportedBy: benoit at 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.
--
More information about the Digitalmars-d-bugs
mailing list