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

RazvanN <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|---                         |WONTFIX

--- Comment #1 from RazvanN <[email protected]> ---
It is not the compiler's job to check whether directories specified with -I
exist or not. That's really up to the build system.

Additionally, the first thing you do when you get such error messages is to
check whether the file mentioned in the error message actually exists in the
printed import paths. So in the majority of the situations it's gonna be really
obvious if an important does not exist or not.

I don't really see any real benefit in adding this in the compiler and exposing
ourselves to potential breakage.

--

Reply via email to