Thread overview
[Issue 19738] std.range.choose assignment breaks @safe-ty
Mar 15, 2019
David Nadlinger
Mar 24, 2019
Dlang Bot
Jan 10, 2020
Dlang Bot
Jan 10, 2020
Dlang Bot
March 15, 2019
https://issues.dlang.org/show_bug.cgi?id=19738

David Nadlinger <code@klickverbot.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |safe

--
March 24, 2019
https://issues.dlang.org/show_bug.cgi?id=19738

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@thewilsonator created dlang/phobos pull request #6933 "Fix Issue 19738 - std.range.choose assignment breaks @safe-ty" fixing this issue:

- Fix Issue 19738 - std.range.choose assignment breaks @safe-ty

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

--
January 10, 2020
https://issues.dlang.org/show_bug.cgi?id=19738

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@schveiguy created dlang/phobos pull request #7348 "Fix issue 19738 -- std.range.choose assignment breaks @safe-ty" fixing this issue:

- Fix issue 19738. Make trusted parts of ChooseResult.opAssign smaller in case
the
  individual ranges have system opAssign.

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

--
January 10, 2020
https://issues.dlang.org/show_bug.cgi?id=19738

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 #7348 "Fix issue 19738 -- std.range.choose assignment breaks @safe-ty" was merged into stable:

- ae6de5515d17ba3f29e1533a8007e6099f157c50 by Steven Schveighoffer:
  Fix issue 19738. Make trusted parts of ChooseResult.opAssign smaller in case
the
  individual ranges have system opAssign.

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

--