Thread overview
[Issue 21142] TypeInfo_Class.offTi() not available via introspection
Aug 10, 2020
Adam D. Ruppe
Aug 10, 2020
Walter Bright
Dec 17, 2022
Iain Buclaw
August 10, 2020
https://issues.dlang.org/show_bug.cgi?id=21142

Adam D. Ruppe <destructionator@gmail.com> changed:

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

--- Comment #1 from Adam D. Ruppe <destructionator@gmail.com> ---
Can't you use __traits(all/getMembers) to get this?

....though I don't know exactly what offTi is supposed to be anyway.

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

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com

--- Comment #2 from Walter Bright <bugzilla@digitalmars.com> ---
The compiler implements it as always a null array:

    // offTi[]
    dtb.size(0);
    dtb.size(0);            // null for now, fix later

I guess it never was fixed, was never needed, and I forgot what use it was intended for.

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

--- Comment #3 from Andrei Alexandrescu <andrei@erdani.com> ---
Great, thanks for the info.

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=21142

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P4

--
December 13
https://issues.dlang.org/show_bug.cgi?id=21142

--- Comment #4 from dlangBugzillaToGithub <robert.schadek@posteo.de> ---
THIS ISSUE HAS BEEN MOVED TO GITHUB

https://github.com/dlang/dmd/issues/19764

DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB

--