[Issue 17394] std.file.mkdirRecurse isn't @safe

2018-01-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17394

--- Comment #5 from github-bugzi...@puremagic.com ---
Commits pushed to dmd-cxx at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/e50531d921b368e26e5fca0ebce053c3e5454d23
Fix issue 17394 - mkdirRecurse isn't @safe

https://github.com/dlang/phobos/commit/22799fffa0f279d62574e3ea20efccaf5c0b1f05
Merge pull request #5386 from wilzbach/safe-file

--


[Issue 17394] std.file.mkdirRecurse isn't @safe

2017-10-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17394

--- Comment #4 from Seb  ---
*** Issue 17395 has been marked as a duplicate of this issue. ***

--


[Issue 17394] std.file.mkdirRecurse isn't @safe

2017-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17394

--- Comment #3 from github-bugzi...@puremagic.com ---
Commits pushed to stable at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/e50531d921b368e26e5fca0ebce053c3e5454d23
Fix issue 17394 - mkdirRecurse isn't @safe

https://github.com/dlang/phobos/commit/22799fffa0f279d62574e3ea20efccaf5c0b1f05
Merge pull request #5386 from wilzbach/safe-file

Fix issue 17394 - mkdirRecurse isn't @safe
merged-on-behalf-of: Steven Schveighoffer 

--


[Issue 17394] std.file.mkdirRecurse isn't @safe

2017-05-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17394

--- Comment #2 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/e50531d921b368e26e5fca0ebce053c3e5454d23
Fix issue 17394 - mkdirRecurse isn't @safe

https://github.com/dlang/phobos/commit/22799fffa0f279d62574e3ea20efccaf5c0b1f05
Merge pull request #5386 from wilzbach/safe-file

Fix issue 17394 - mkdirRecurse isn't @safe
merged-on-behalf-of: Steven Schveighoffer 

--


[Issue 17394] std.file.mkdirRecurse isn't @safe

2017-05-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17394

--- Comment #1 from greensunn...@gmail.com ---
PR: https://github.com/dlang/phobos/pull/5386

--