[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 Severity|normal

[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 similarly --

[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 --- Comment #6 from Seb --- FYI

[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||francesco.gal...@gmail.com --- Comment #5

[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 cannot reproduce the > bug, I think

[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 should definitely be added --

[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||razvan.nitu1...@gmail.com --- Comment #2 from Razva

[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 CC|

[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||timothee.co...@gmail.com --- Comment #1 from