[Issue 6127] New: std.path.dirname returns the incorrect directory

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Jun 8 14:00:52 PDT 2011


http://d.puremagic.com/issues/show_bug.cgi?id=6127

           Summary: std.path.dirname returns the incorrect directory
           Product: D
           Version: D2
          Platform: Other
        OS/Version: Mac OS X
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: nobody at puremagic.com
        ReportedBy: robert at octarineparrot.com


--- Comment #0 from Robert Clipsham <robert at octarineparrot.com> 2011-06-08 21:56:20 BST ---
The assertion:
----
import std.path
void main()
{
     assert(dirname("./foo/bar") == "./foo");
}
----
fails, as dirname currently returns '.'. This is inconsistent with the dirname
utility, and is not the correct behaviour.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list