[Issue 23454] DMD CLI bug when using -I

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Nov 4 12:36:11 UTC 2022


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

RazvanN <razvan.nitu1305 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |razvan.nitu1305 at gmail.com
         Resolution|---                         |INVALID

--- Comment #1 from RazvanN <razvan.nitu1305 at gmail.com> ---
Hmm, it seems that powershell, for some reason, splits the dot from what is
preceeding it so when it calls dmd it sees -I and . as 2 separate arguments.
Unforuntately, this is not something that can be fixed inside the compiler, but
in powershell. For more information, see
https://stackoverflow.com/questions/25979247/why-powershell-splits-arguments-at-dots-in-some-cases

--


More information about the Digitalmars-d-bugs mailing list