Thread overview
[Issue 22234] __traits(getLinkage) returns wrong value for extern(System) functions
Jan 24, 2022
Dlang Bot
Apr 03, 2022
Dlang Bot
Apr 12, 2022
Dlang Bot
January 24, 2022
https://issues.dlang.org/show_bug.cgi?id=22234

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@dkorpel created dlang/dlang.org pull request #3185 "Fix issue 22234 -
__traits(getLinkage) returns wrong value for extern(System) functions" fixing
this issue:

- Fix issue 22234 - __traits(getLinkage) returns wrong value for extern(System)
functions

https://github.com/dlang/dlang.org/pull/3185

--
April 03, 2022
https://issues.dlang.org/show_bug.cgi?id=22234

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@dkorpel created dlang/dmd pull request #13942 "Fix issue 22234 -
traits(getLinkage) returns wrong value for extern(System) functions" fixing
this issue:

- Fix issue 22234 - traits(getLinkage) returns wrong value for extern(System)
functions

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

--
April 12, 2022
https://issues.dlang.org/show_bug.cgi?id=22234

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

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #13942 "Fix issue 22234 - traits(getLinkage) returns
wrong value for extern(System) functions" was merged into master:

- e194e648b2cacd6378774e9a713554d588a88920 by Dennis Korpel:
  Fix issue 22234 - traits(getLinkage) returns wrong value for extern(System)
functions

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

--