Thread overview
[Issue 22786] maxElement et al does not support range over immutable
Dec 17, 2022
Iain Buclaw
Jan 25, 2023
Dlang Bot
Feb 11, 2023
Basile-z
Apr 18, 2023
Dlang Bot
Apr 19, 2023
Dlang Bot
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=22786

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--
January 25, 2023
https://issues.dlang.org/show_bug.cgi?id=22786

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@FeepingCreature created dlang/phobos pull request #8669 "Fix issue 22786: maxElement over immutable ranges" fixing this issue:

- Fix issue 22786: Add yet another special case to the extremum code, in the hope that at even when the elements are immutable, at least the ranges will be assignable.

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

--
February 11, 2023
https://issues.dlang.org/show_bug.cgi?id=22786

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|dmd                         |phobos

--
April 18, 2023
https://issues.dlang.org/show_bug.cgi?id=22786

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@FeepingCreature created dlang/phobos pull request #8734 "Fix issue 22786 (immutable element in maxElement) by always using Rebindable." fixing this issue:

- Fix issue 22786 (immutable element in maxElement) by always using Rebindable.

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

--
April 19, 2023
https://issues.dlang.org/show_bug.cgi?id=22786

Dlang Bot <dlang-bot@dlang.rocks> changed:

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #8734 "Fix issue 22786 (immutable element in maxElement) by always using Rebindable." was merged into master:

- b818901e6351d8fb8ef75cba11df3278a0a25bcf by Mathis Beer:
  Fix issue 22786 (immutable element in maxElement) by always using Rebindable.

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

--