Thread overview
[Issue 12223] __traits(getMember,...) needed for aliases
Jul 21, 2020
Dlang Bot
Aug 01, 2020
Dlang Bot
Jan 03, 2021
Dlang Bot
Jan 03, 2021
Dlang Bot
Aug 22, 2022
RazvanN
July 21, 2020
https://issues.dlang.org/show_bug.cgi?id=12223

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
@rmanthorpe created dlang/dmd pull request #11442 "Issue 12223 - __traits(getMember,...) needed for aliases" mentioning this issue:

- Issue 12223 - __traits(getMember,...) needed for aliases

  Add `__traits(child, p, c)` to interpret `c` with the `this` context set to
`p`.
  This is the opposite of `__traits(parent, c)`. `c` should be a symbol mising
it's
  `this` context, such an an alias to a member of `p`.

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

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

--- Comment #5 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #11442 "Fix Issue 12223 - __traits(getMember,...) needed for aliases" was merged into master:

- da1a31509f43547a89fd7cd694499548ba345ee0 by Richard Manthorpe:
  Issue 12223 - __traits(getMember,...) needed for aliases

  Add `__traits(child, p, c)` to interpret `c` with the `this` context set to
`p`.
  This is the opposite of `__traits(parent, c)`. `c` should be a symbol mising
it's
  `this` context, such an an alias to a member of `p`.

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

--
January 03, 2021
https://issues.dlang.org/show_bug.cgi?id=12223

--- Comment #6 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ibuclaw created dlang/dmd pull request #12093 "[dmd-cxx] Backport more recent traits to the C++ port" mentioning this issue:

- [dmd-cxx] Fix Issue 12223 - __traits(getMember,...) needed for aliases

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

--
January 03, 2021
https://issues.dlang.org/show_bug.cgi?id=12223

--- Comment #7 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #12093 "[dmd-cxx] Backport more recent traits to the C++ port" was merged into dmd-cxx:

- 1474ca231a6e9cf6a76c918661495242464b646e by Richard Manthorpe:
  [dmd-cxx] Fix Issue 12223 - __traits(getMember,...) needed for aliases

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

--
August 22, 2022
https://issues.dlang.org/show_bug.cgi?id=12223

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |razvan.nitu1305@gmail.com
         Resolution|---                         |FIXED

--- Comment #8 from RazvanN <razvan.nitu1305@gmail.com> ---
This issue has been fixed by: https://github.com/dlang/dmd/pull/11442

--