Thread overview | ||||||
---|---|---|---|---|---|---|
|
April 03, 2009 [Issue 2790] New: std.path.join with version(Windows) | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=2790 Summary: std.path.join with version(Windows) Product: D Version: 2.027 Platform: PC OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: Phobos AssignedTo: bugzilla@digitalmars.com ReportedBy: rayerd.wiz@gmail.com import std.stdio, std.path; void main() { version(Windows){ writefln(join("d","dmd","src")); // d\dmd (d\dmd\src by rights) } version(Posix){ writefln(join("d","dmd","src")); // d/dmd/src } } -- |
April 03, 2009 [Issue 2790] std.path.join with version(Windows) | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=2790 ------- Comment #1 from rayerd.wiz@gmail.com 2009-04-03 09:20 ------- Created an attachment (id=311) --> (http://d.puremagic.com/issues/attachment.cgi?id=311&action=view) fix std.path.join -- |
September 03, 2009 [Issue 2790] std.path.join with version(Windows) | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=2790 --- Comment #2 from Haruki Shigemori <rayerd.wiz@gmail.com> 2009-09-03 11:35:51 PDT --- This is very easily bug. I want to fix it next update. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
September 03, 2009 [Issue 2790] std.path.join with version(Windows) | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=2790 Andrei Alexandrescu <andrei@metalanguage.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |andrei@metalanguage.com Resolution| |FIXED AssignedTo|nobody@puremagic.com |andrei@metalanguage.com --- Comment #3 from Andrei Alexandrescu <andrei@metalanguage.com> 2009-09-03 12:50:11 PDT --- Sorry, I missed this one. The fix is now in svn and will be in the next release. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation