Thread overview
[Issue 12083] std.path.absolutePath doesn't accept mutable strings
Jul 10, 2017
RazvanN
September 19, 2014
https://issues.dlang.org/show_bug.cgi?id=12083

hsteoh@quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
                 CC|                            |hsteoh@quickfur.ath.cx

--- Comment #1 from hsteoh@quickfur.ath.cx ---
https://github.com/D-Programming-Language/phobos/pull/2537

--
September 20, 2014
https://issues.dlang.org/show_bug.cgi?id=12083

--- Comment #2 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/875f2fe0314931ef86e597a3d87069c1b914c5bb Merge pull request #2537 from quickfur/issue12083

std.path.absolutePath should accept mutable pathnames.

--
October 30, 2014
https://issues.dlang.org/show_bug.cgi?id=12083

--- Comment #3 from hsteoh@quickfur.ath.cx ---
Ultimately, this is caused by buildPath() always returning immutable, even though there's no reason it has to.

--
July 10, 2017
https://issues.dlang.org/show_bug.cgi?id=12083

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |razvan.nitu1305@gmail.com
         Resolution|---                         |FIXED

--