[Issue 20470] accessing an AliasSeq tuple loses `this`

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Jan 1 14:49:01 UTC 2020


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

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

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

--- Comment #2 from Dlang Bot <dlang-bot at dlang.rocks> ---
@SSoulaimane updated dlang/dmd pull request #10702 "Fix issue 20470 - Keep
`this` when accessing tuple members" fixing this issue:

- Fix issue 20470 - Keep `this` when accessing tuple members

  Expand `m.tuple(a, b)` into `tuple(m.a, m.b)`

https://github.com/dlang/dmd/pull/10702

--


More information about the Digitalmars-d-bugs mailing list