[Issue 21129] [REG2.090] std.range.only broken for reference conversions of local copies of parameters

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Aug 7 05:08:55 UTC 2020


https://issues.dlang.org/show_bug.cgi?id=21129

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

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

--- Comment #1 from Dlang Bot <dlang-bot at 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

--


More information about the Digitalmars-d-bugs mailing list