[Issue 6138] Using dirEntries and chdir() can have unwanted results

2018-03-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6138 Timothee Cour changed: What|Removed |Added OS|Windows |All

[Issue 6138] Using dirEntries and chdir() can have unwanted results

2018-02-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6138 --- Comment #7 from Timothee Cour --- just hit that bug again, but differently: ``` chdir(foo); auto files=dirEntries(dirSrc, "*.d", SpanMode.depth).filter!(a=>a.isFile).map!(a=>dir.buildPath(a.name)).array; ``` crashed

[Issue 6138] Using dirEntries and chdir() can have unwanted results

2018-02-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6138 Seb changed: What|Removed |Added CC||greensunn...@gmail.com ---

[Issue 6138] Using dirEntries and chdir() can have unwanted results

2018-01-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6138 Francesco Galla' changed: What|Removed |Added CC|

[Issue 6138] Using dirEntries and chdir() can have unwanted results

2017-07-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6138 --- Comment #4 from Vladimir Panteleev --- (In reply to RazvanN from comment #3) > After analyzing the code I see that dirEntries does not call absolutePath on > the path, which in my opinion is a bug. Even though I

[Issue 6138] Using dirEntries and chdir() can have unwanted results

2017-07-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6138 --- Comment #3 from RazvanN --- After analyzing the code I see that dirEntries does not call absolutePath on the path, which in my opinion is a bug. Even though I cannot reproduce the bug, I think a call to absolutePath

[Issue 6138] Using dirEntries and chdir() can have unwanted results

2017-07-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6138 RazvanN changed: What|Removed |Added CC|

[Issue 6138] Using dirEntries and chdir() can have unwanted results

2016-10-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6138 Andrei Alexandrescu changed: What|Removed |Added Keywords||bootcamp

[Issue 6138] Using dirEntries and chdir() can have unwanted results

2016-03-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6138 Timothee Cour changed: What|Removed |Added CC|