[Issue 16071] Source file path and module name should match exactly

2016-10-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16071

Mathias Lang  changed:

   What|Removed |Added

 CC||andrej.mitrov...@gmail.com

--- Comment #3 from Mathias Lang  ---
*** Issue 9194 has been marked as a duplicate of this issue. ***

--


[Issue 16071] Source file path and module name should match exactly

2016-09-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16071

Mathias Lang  changed:

   What|Removed |Added

 CC||mathias.l...@sociomantic.co
   ||m

--- Comment #2 from Mathias Lang  ---
Thanks for the rationale, and glad to hear you're planning to fix it in DMD!
We should probably document it at some point, but it's a minor point.

--


[Issue 16071] Source file path and module name should match exactly

2016-09-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16071

Walter Bright  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||bugzi...@digitalmars.com
 Resolution|--- |WONTFIX

--- Comment #1 from Walter Bright  ---
The purpose for it being overridden is so that one can temporarily "swap in" an
alternate version of a source file from another directory. This is very useful
in debugging thinks like Phobos. It's a feature not a bug.

I plan to fix dmd so that its imports match its file structure, for the reasons
you mentioned.

Anyhow, this is working as designed, and is a feature.

--