Jump to page: 1 2
Thread overview
[Issue 17419] add __traits(getLinkage, s) to the the linkage of symbol s
May 22, 2017
Walter Bright
May 22, 2017
Walter Bright
May 23, 2017
Walter Bright
Nov 03, 2017
b2.temp@gmx.com
Mar 21, 2020
Basile-z
May 22, 2017
https://issues.dlang.org/show_bug.cgi?id=17419

uplink.coder@googlemail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |uplink.coder@googlemail.com

--- Comment #1 from uplink.coder@googlemail.com ---
Are you already implementing it ?
Or is it up for grabs ?

--
May 22, 2017
https://issues.dlang.org/show_bug.cgi?id=17419

--- Comment #2 from Walter Bright <bugzilla@digitalmars.com> ---
https://github.com/dlang/dmd/pull/6822

--
May 22, 2017
https://issues.dlang.org/show_bug.cgi?id=17419

--- Comment #3 from Walter Bright <bugzilla@digitalmars.com> ---
std.traits.functionLinkage() needs updating to use it!

--
May 23, 2017
https://issues.dlang.org/show_bug.cgi?id=17419

--- Comment #4 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/f3dcdb437facea8195855ca86f1915e1487b8ae4 fix Issue 17419 - add __traits(getLinkage, s) to the the linkage of symbol s

https://github.com/dlang/dmd/commit/31a8770f17f024bf96a2618e4bff74f67121d72b Merge pull request #6822 from WalterBright/fix17419

fix Issue 17419 - add __traits(getLinkage, s) to the the linkage of s…

--
May 23, 2017
https://issues.dlang.org/show_bug.cgi?id=17419

--- Comment #5 from Walter Bright <bugzilla@digitalmars.com> ---
https://github.com/dlang/dlang.org/pull/1659

--
June 07, 2017
https://issues.dlang.org/show_bug.cgi?id=17419

--- Comment #6 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dlang.org

https://github.com/dlang/dlang.org/commit/7b1e803bc1489573f70da214e173dd5e282f8ea5 Issue 17419 - add __traits(getLinkage, s) to the the linkage of symbol s

https://github.com/dlang/dlang.org/commit/db60ee382b924de9e3f59954c3beb4e47370083e Merge pull request #1659 from WalterBright/getLinkage

Issue 17419 - add __traits(getLinkage, s) to the the linkage of symbol s

--
June 17, 2017
https://issues.dlang.org/show_bug.cgi?id=17419

--- Comment #7 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/dlang/dlang.org

https://github.com/dlang/dlang.org/commit/7b1e803bc1489573f70da214e173dd5e282f8ea5 Issue 17419 - add __traits(getLinkage, s) to the the linkage of symbol s

https://github.com/dlang/dlang.org/commit/db60ee382b924de9e3f59954c3beb4e47370083e Merge pull request #1659 from WalterBright/getLinkage

--
August 07, 2017
https://issues.dlang.org/show_bug.cgi?id=17419

--- Comment #8 from github-bugzilla@puremagic.com ---
Commits pushed to newCTFE at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/f3dcdb437facea8195855ca86f1915e1487b8ae4 fix Issue 17419 - add __traits(getLinkage, s) to the the linkage of symbol s

https://github.com/dlang/dmd/commit/31a8770f17f024bf96a2618e4bff74f67121d72b Merge pull request #6822 from WalterBright/fix17419

--
August 14, 2017
https://issues.dlang.org/show_bug.cgi?id=17419

--- Comment #9 from github-bugzilla@puremagic.com ---
Commits pushed to newCTFE at https://github.com/dlang/dlang.org

https://github.com/dlang/dlang.org/commit/7b1e803bc1489573f70da214e173dd5e282f8ea5 Issue 17419 - add __traits(getLinkage, s) to the the linkage of symbol s

https://github.com/dlang/dlang.org/commit/db60ee382b924de9e3f59954c3beb4e47370083e Merge pull request #1659 from WalterBright/getLinkage

--
November 03, 2017
https://issues.dlang.org/show_bug.cgi?id=17419

b2.temp@gmx.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |b2.temp@gmx.com

--- Comment #10 from b2.temp@gmx.com ---
*** Issue 17150 has been marked as a duplicate of this issue. ***

--
« First   ‹ Prev
1 2