Thread overview
[Issue 18525] Constraint on std.algorithm.mutation.remove fails with char[]
Mar 22, 2018
John Colvin
March 22, 2018
https://issues.dlang.org/show_bug.cgi?id=18525

John Colvin <john.loughran.colvin@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |john.loughran.colvin@gmail.
                   |                            |com
           Hardware|x86_64                      |All
                 OS|Mac OS X                    |All

--- Comment #1 from John Colvin <john.loughran.colvin@gmail.com> ---
Totally separate algorithms required for this case, because of auto-decoding.

https://github.com/dlang/phobos/pull/6328

--
April 21, 2018
https://issues.dlang.org/show_bug.cgi?id=18525

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

https://github.com/dlang/phobos/commit/8d314b5ffbeb67adf27c68e11976a1d63917717b Fix Issue 18525: std.algorithm.mutate.remove should work on mutable strings

https://github.com/dlang/phobos/commit/7ba6fbb66c960953d61dc334eea1dc9be5220df1 Merge pull request #6328 from John-Colvin/string_remove

Fix Issue 18525: std.algorithm.mutate.remove should work on mutable strings merged-on-behalf-of: Nathan Sashihara <n8sh@users.noreply.github.com>

--
April 21, 2018
https://issues.dlang.org/show_bug.cgi?id=18525

github-bugzilla@puremagic.com changed:

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

--