Thread overview
[Issue 23786] __traits(parent, {}) in overloaded function produces wierd results dependent on declaration order
Jul 03, 2023
Walter Bright
Feb 14
Dlang Bot
Feb 15
Dlang Bot
July 03, 2023
https://issues.dlang.org/show_bug.cgi?id=23786

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=24026

--
February 14
https://issues.dlang.org/show_bug.cgi?id=23786

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@Spoov created dlang/dmd pull request #16186 "Fix Bugzilla 23786 - __traits(parent, {}) in overloaded function prod…" fixing this issue:

- Fix Bugzilla 23786 - __traits(parent, {}) in overloaded function produces wierd results dependent on declaration order

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

--
February 15
https://issues.dlang.org/show_bug.cgi?id=23786

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/dmd pull request #16186 "Fix Bugzilla 23786 - __traits(parent, {}) in overloaded function prod…" was merged into master:

- afee0f34b9898afb842a375969d938311a775829 by Spoov:
  Fix Bugzilla 23786 - __traits(parent, {}) in overloaded function produces
wierd results dependent on declaration order

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

--