[Issue 15071] filenames and module names with case-insensitive HFS+

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Sep 12 00:44:49 PDT 2016


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

--- Comment #8 from ag0aep6g at gmail.com ---
(In reply to Steve Biedermann from comment #7)
> main.d:
> import Bug;
[...]
> bug.d:
[...]
> compiled with:
> dmd main.d

You have to compile with `dmd main.d bug.d` to see the issue. With just `dmd
main.d`, you get a linker error regardless of case sensitivity.

--


More information about the Digitalmars-d-bugs mailing list