Thread overview
[Issue 23640] Nullable range iteration doesn't work with immutable values
Jan 19, 2023
Dlang Bot
Jan 20, 2023
RazvanN
Jan 20, 2023
Dlang Bot
January 19, 2023
https://issues.dlang.org/show_bug.cgi?id=23640

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@FeepingCreature updated dlang/phobos pull request #8668 "Fix issue 23460: Use `Nullable[]` to allow iterating `Nullable` of immutable type." fixing this issue:

- Fix issue 23640: Use `Nullable[]` to allow iterating `Nullable` of immutable type.

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

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |razvan.nitu1305@gmail.com
          Component|dmd                         |phobos

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

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #8668 "Fix issue 23640: Use `Nullable[]` to allow iterating `Nullable` of immutable type." was merged into stable:

- 19eaf8a1bd561f186db2c35acbcff49319befb53 by Mathis Beer:
  Fix issue 23640: Use `Nullable[]` to allow iterating `Nullable` of immutable
type.

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

--