[Issue 14811] allow to exclude current directory from search path in dmd

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Jul 19 20:30:29 PDT 2015


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

Timothee Cour <timothee.cour2 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |timothee.cour2 at gmail.com

--- Comment #1 from Timothee Cour <timothee.cour2 at gmail.com> ---
Reduced use case:
see https://github.com/timotheecour/dsnippet/tree/master/bug_14811

make
..//main.d(3): Error: module foo.fun1 from file fun1.d conflicts with another
module fun1 from file ..//foo/fun1.d

With my modification (adds a flag -exclude_cwd_from_imports):
make with_flag
#works

--


More information about the Digitalmars-d-bugs mailing list