Thread overview
[Issue 16342] std.algorithm.fill can't fill a char[]?
Jul 31, 2016
b2.temp@gmx.com
Dec 23, 2016
RazvanN
Dec 30, 2016
greenify
Mar 21, 2020
Basile-z
July 31, 2016
https://issues.dlang.org/show_bug.cgi?id=16342

b2.temp@gmx.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |b2.temp@gmx.com
           Hardware|x86_64                      |All
                 OS|Linux                       |All

--- Comment #1 from b2.temp@gmx.com ---
front(char[]) is not assignable, it's not a reference. If you look at the
contraint,

  "range.front = value
September 22, 2016
https://issues.dlang.org/show_bug.cgi?id=16342

niklas.volcz@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |niklas.volcz@gmail.com

--- Comment #2 from niklas.volcz@gmail.com ---
Was bitten by this issue today. Can we at least improve the error message?

--
December 23, 2016
https://issues.dlang.org/show_bug.cgi?id=16342

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |trivial
                 CC|                            |razvan.nitu1305@gmail.com

--
December 30, 2016
https://issues.dlang.org/show_bug.cgi?id=16342

greenify <greeenify@gmail.com> changed:

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

--- Comment #3 from greenify <greeenify@gmail.com> ---
this seems to come up from time to time:

http://forum.dlang.org/thread/skvasiwykiqpcrbrrzyp@forum.dlang.org

or:

http://stackoverflow.com/questions/6401365/why-does-std-algorithm-fill-not-accept-character-arrays/6401889#6401889

--
March 13, 2017
https://issues.dlang.org/show_bug.cgi?id=16342

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

https://github.com/dlang/phobos/commit/bab801c6723a945282b9b778c671791e6676937c fix issue 16342 - add std.algorithm.mutation.fill fallback for mutable strings

https://github.com/dlang/phobos/commit/c6aa7b8ada515c487687e42ebf6d2d733e0cab93 Merge pull request #5128 from BBasile/issue-16342

fix issue 16342 - add std.algorithm.mutation.fill fallback for mutable strings merged-on-behalf-of: Jack Stouffer <jack@jackstouffer.com>

--
March 22, 2017
https://issues.dlang.org/show_bug.cgi?id=16342

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

https://github.com/dlang/phobos/commit/bab801c6723a945282b9b778c671791e6676937c fix issue 16342 - add std.algorithm.mutation.fill fallback for mutable strings

https://github.com/dlang/phobos/commit/c6aa7b8ada515c487687e42ebf6d2d733e0cab93 Merge pull request #5128 from BBasile/issue-16342

--
August 07, 2017
https://issues.dlang.org/show_bug.cgi?id=16342

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

https://github.com/dlang/phobos/commit/bab801c6723a945282b9b778c671791e6676937c fix issue 16342 - add std.algorithm.mutation.fill fallback for mutable strings

https://github.com/dlang/phobos/commit/c6aa7b8ada515c487687e42ebf6d2d733e0cab93 Merge pull request #5128 from BBasile/issue-16342

--
January 05, 2018
https://issues.dlang.org/show_bug.cgi?id=16342

--- Comment #7 from github-bugzilla@puremagic.com ---
Commit pushed to dmd-cxx at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/c6aa7b8ada515c487687e42ebf6d2d733e0cab93 Merge pull request #5128 from BBasile/issue-16342

--
March 21, 2020
https://issues.dlang.org/show_bug.cgi?id=16342

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|b2.temp@gmx.com             |

--