Thread overview
[Issue 21129] [REG2.090] std.range.only broken for reference conversions of local copies of parameters
Aug 07, 2020
Dlang Bot
Aug 17, 2020
Dlang Bot
Sep 10, 2020
Dlang Bot
August 06, 2020
https://issues.dlang.org/show_bug.cgi?id=21129

johanengelen@weka.io changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |industry

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

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 #7584 "Fix issue 21129: Make `OnlyResult` store a value tuple instead of a static array of CommonType." fixing this issue:

- Fix issue 21129: Make `OnlyResult` store the actual types passed to it as a
tuple, instead of a static array of CommonType.
  Remove the unittest that verifies that `OnlyResult` doesn't depend on
argument order - since it now does.
  Add unittest for issue 21129.

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

--
August 17, 2020
https://issues.dlang.org/show_bug.cgi?id=21129

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 #7584 "Fix issue 21129: Make `OnlyResult` store a value tuple instead of a static array of CommonType." was merged into stable:

- 89109110d96651ca0718bc040cdc2a9c6aa3d868 by Mathis Beer:
  Fix issue 21129: Make `OnlyResult` store the actual types passed to it as a
tuple, instead of a static array of CommonType.
  Remove the unittest that verifies that `OnlyResult` doesn't depend on
argument order - since it now does.
  Add unittest for issue 21129.

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

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #7623 "merge stable" was merged into master:

- 1f1a80d0a0cb7e61cea174a708436d44fab391c4 by FeepingCreature:
  Fix issue 21129: Make `OnlyResult` store the actual types passed to it as a
tuple, instead of a static array of CommonType. (#7584)

  Remove the unittest that verifies that `OnlyResult` doesn't depend on
argument order - since it now does.
  Add unittest for issue 21129.

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

--