http://d.puremagic.com/issues/show_bug.cgi?id=11241
Kenji Hara <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Kenji Hara <[email protected]> 2013-10-14 23:22:48 PDT --- This is invalid issue, because the root package name 'core' is reserved for druntime. When packate/module name is found, compiler should pick the first found source file or directly in the import path. With 2.063 and earlier, the rule was not correctly implemented. (If a module name 'core.memory' had been searched from Phobos code, compiler had wongly skipped the first found directory 'core/memory/' in your project.) You had been used the 'core' package name in your project. (Un)fortunately it had not been caused problems, but it should conflict with the druntime. Therefore the current git-head behavior is essentially correct behavior. Please change the package name in your project. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
