[Issue 6554] windows case insensitive imports

2017-07-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6554

Vladimir Panteleev  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||dlang-bugzilla@thecybershad
   ||ow.net
 Resolution|--- |WORKSFORME

--- Comment #2 from Vladimir Panteleev  ---
The error message is now much better:

test.d(4,12): Error: module std.bigint from file C:\...\std\bigInt.d must be
imported with 'import std.bigint;'

so I assume this can now be closed.

--


[Issue 6554] windows case insensitive imports

2012-02-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6554


d...@dawgfoto.de changed:

   What|Removed |Added

 CC||d...@dawgfoto.de
Summary|Refused two imports of the  |windows case insensitive
   |same module |imports


--- Comment #1 from d...@dawgfoto.de 2012-02-16 19:33:54 PST ---
import std.bigint;
import std.bigInt;

Will apparently give different module names to the same disk files.

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