[Issue 17490] std.path.buildPath on Windows returns incorrect paths
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Sun Jun 11 06:41:56 PDT 2017
    
    
  
https://issues.dlang.org/show_bug.cgi?id=17490
Vladimir Panteleev <thecybershadow at gmail.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |thecybershadow at gmail.com
         Resolution|---                         |WONTFIX
--- Comment #1 from Vladimir Panteleev <thecybershadow at gmail.com> ---
Implicit conversions are evil and inefficient. If your program must not have
forward slashes in its paths, then they should not have reached buildPath
anyway. If you do want to normalize slashes, use buildNormalizedPath etc.
--
    
    
More information about the Digitalmars-d-bugs
mailing list