[Issue 2552] std.path.isabs broken for Windows

2010-09-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2552 Andrei Alexandrescu changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 2552] std.path.isabs broken for Windows

2009-10-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2552 Andrei Alexandrescu changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Issue 2552] std.path.isabs broken for Windows

2009-01-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2552 --- Comment #2 from jarrett.billings...@gmail.com 2009-01-02 19:48 --- It's tricky. Windows accepts such paths, and they are absolute to the current drive, but relative to the entire filesystem. Since the same path (like "\foo\bar\b

[Issue 2552] std.path.isabs broken for Windows

2009-01-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2552 --- Comment #1 from and...@metalanguage.com 2009-01-02 19:21 --- (In reply to comment #0) > std.path.isabs(char[]) falsely reports paths as relative when they are, > indeed, > absolute. For example: > > isabs("/test") => 0 (should b