Thread overview
[Issue 19833] The member as template cannot be acquired by getMember
Apr 27, 2019
JR
Apr 28, 2019
Dlang Bot
Apr 28, 2019
Hiroki Noda
Apr 29, 2019
Dlang Bot
April 27, 2019
https://issues.dlang.org/show_bug.cgi?id=19833

JR <zorael@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zorael@gmail.com

--- Comment #1 from JR <zorael@gmail.com> ---
By extension this also breaks things like getSymbolsByUDA whenever there's a template.

https://run.dlang.io/is/wpuGoo

--
April 28, 2019
https://issues.dlang.org/show_bug.cgi?id=19833

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@kubo39 created dlang/dmd pull request #9723 "Fix Issue 19833 - The member as template cannot be acquired by getMember" fixing this issue:

- Fix Issue 19833 - The member as template cannot be acquired by getMember

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

--
April 28, 2019
https://issues.dlang.org/show_bug.cgi?id=19833

Hiroki Noda <kubo39@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kubo39@gmail.com

--- Comment #3 from Hiroki Noda <kubo39@gmail.com> ---
I guess regression since https://github.com/dlang/dmd/commit/2af3013860da8f9525cdad7fa17092c2629bf2e0

--
April 29, 2019
https://issues.dlang.org/show_bug.cgi?id=19833

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #9723 "Fix Issue 19833 - The member as template cannot be acquired by getMember" was merged into stable:

- 74f850e23a831c231b2346c3aa832488f3ce60ad by Hiroki Noda:
  Fix Issue 19833 - The member as template cannot be acquired by getMember

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

--