[Issue 176] [module] message "module and package have the same name"

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Nov 13 16:45:30 PST 2009


http://d.puremagic.com/issues/show_bug.cgi?id=176



--- Comment #1 from Leandro Lucarella <llucax at gmail.com> 2009-11-13 16:45:29 PST ---
Copying the (duplicated) bug 2338 text because it has a better description of
the problem:

Frank Benoit      2008-09-06 10:40:04 PDT

==== test.d ======
module test2;

import test2;

import test2.A; // (2) this wrong import can in another file

==== test2.d ======
module test2;
==========


If one of the compiled files has a wrong import like (2) it happens DMD is
pointing to a correct import or a simply wrong location:

test2.d(3): module test2 module and package have the same name

-- 
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