June 06, 2006 [Bug 176] New: message "module and package have the same name" | ||||
---|---|---|---|---|
| ||||
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. -- |
Copyright © 1999-2021 by the D Language Foundation