Thread overview
[Issue 13018] std.string.translate needs mutable translation table
Jul 07, 2014
Robert Schadek
Jul 08, 2014
Robert Schadek
Aug 20, 2014
Robert Schadek
July 07, 2014
https://issues.dlang.org/show_bug.cgi?id=13018

Robert Schadek <rburners@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rburners@gmail.com

--- Comment #1 from Robert Schadek <rburners@gmail.com> ---
IMO there is no reason why this should not work, I will have a crack at it.

Thanks

--
July 08, 2014
https://issues.dlang.org/show_bug.cgi?id=13018

--- Comment #2 from Robert Schadek <rburners@gmail.com> ---
https://github.com/D-Programming-Language/phobos/pull/2312

--
July 21, 2014
https://issues.dlang.org/show_bug.cgi?id=13018

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

https://github.com/D-Programming-Language/phobos/commit/44d97ed1cb228259a4fea3451365c3f1bd87bfb4 issue 13018: translate does not except immutable or const AAs

removed the comment

some fixes

less code

https://github.com/D-Programming-Language/phobos/commit/1d6598fe3936ce08c16e9a9c0dc1a6bc49f4cda0 Merge pull request #2312 from burner/issue13018

issue 13018: translate does not accept immutable or const AAs

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

Robert Schadek <rburners@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Robert Schadek <rburners@gmail.com> ---
#2312 got merged

--