[Issue 6554] windows case insensitive imports

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Jul 2 17:18:30 PDT 2017


https://issues.dlang.org/show_bug.cgi?id=6554

Vladimir Panteleev <dlang-bugzilla at thecybershadow.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |dlang-bugzilla at thecybershad
                   |                            |ow.net
         Resolution|---                         |WORKSFORME

--- Comment #2 from Vladimir Panteleev <dlang-bugzilla at thecybershadow.net> ---
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.

--


More information about the Digitalmars-d-bugs mailing list