Thread overview
[Issue 4479] New: Module Foo is in multiple files Foo
Jul 17, 2010
Chris Wright
Dec 19, 2012
Andrej Mitrovic
Dec 20, 2012
Andrej Mitrovic
Mar 27, 2013
Kenji Hara
July 17, 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4479

           Summary: Module Foo is in multiple files Foo
           Product: D
           Version: D1 & D2
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: diagnostic
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody@puremagic.com
        ReportedBy: dhasenan@gmail.com


--- Comment #0 from Chris Wright <dhasenan@gmail.com> 2010-07-17 10:04:20 PDT ---
Hideously stupid error message when you have a module name that doesn't match its filename. Simple cases are omitted, but if you have any reasonably large project and change a module declaration from, say, "module core.Args;" to "module core.args;", you get this complaint.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
July 17, 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4479


bearophile_hugs@eml.cc changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bearophile_hugs@eml.cc


--- Comment #1 from bearophile_hugs@eml.cc 2010-07-17 10:10:13 PDT ---
See also bug 3972

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
December 19, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=4479


Andrej Mitrovic <andrej.mitrovich@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
                 CC|                            |andrej.mitrovich@gmail.com
         AssignedTo|nobody@puremagic.com        |andrej.mitrovich@gmail.com


--- Comment #2 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2012-12-19 03:23:30 PST ---
https://github.com/D-Programming-Language/dmd/pull/1389

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
December 20, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=4479



--- Comment #3 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2012-12-20 15:19:33 PST ---
*** Issue 3972 has been marked as a duplicate of this issue. ***

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
March 18, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=4479



--- Comment #4 from github-bugzilla@puremagic.com 2013-03-18 03:47:42 PDT ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/db82a6ab5b27aaf1561cf8f03a5c9dc395ee4288
Fixes Issue 4479 - Better error message when a module with a name different
from its file name is imported via its file name.

https://github.com/D-Programming-Language/dmd/commit/c7b247c63820d2360de464ddc79f0b9e929a868c Merge pull request #1389 from AndrejMitrovic/Fix4479

Issue 4479 - Better error message with module conflicts

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
March 27, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=4479


Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
            Version|D1 & D2                     |D2
         Resolution|                            |FIXED


--- Comment #5 from Kenji Hara <k.hara.pg@gmail.com> 2013-03-27 05:16:25 PDT ---
Fixed in D2, and D1 is already obsoleted.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------