Thread overview
[Issue 17081] Bodies in extern cpp functions in D files are not linked
Dec 17, 2022
Iain Buclaw
January 09, 2017
https://issues.dlang.org/show_bug.cgi?id=17081

Alexandru Razvan Caciulescu <alexandru.razvan.c@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--
January 09, 2017
https://issues.dlang.org/show_bug.cgi?id=17081

Alexandru Razvan Caciulescu <alexandru.razvan.c@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|nobody@puremagic.com        |alexandru.razvan.c@gmail.co
                   |                            |m

--
January 09, 2017
https://issues.dlang.org/show_bug.cgi?id=17081

--- Comment #1 from Alexandru Razvan Caciulescu <alexandru.razvan.c@gmail.com> ---
IMPORTANT: A template function had to be used because regular functions would
not be linked (notice "... const(char)* name()() ...")

--
January 13, 2017
https://issues.dlang.org/show_bug.cgi?id=17081

--- Comment #2 from Alexandru Razvan Caciulescu <alexandru.razvan.c@gmail.com> ---
https://github.com/dlang/druntime/pull/1736

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

--- Comment #3 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/dlang/druntime

https://github.com/dlang/druntime/commit/e3e8b23401dd1a323f1f4567cef7612f74984bf9 Merge pull request #1736 from Darredevil/issue-17081

Workaround Issue 17081 - Bodies in extern cpp functions in D files are not linked

--
January 16, 2017
https://issues.dlang.org/show_bug.cgi?id=17081

--- Comment #4 from github-bugzilla@puremagic.com ---
Commit pushed to newCTFE at https://github.com/dlang/druntime

https://github.com/dlang/druntime/commit/e3e8b23401dd1a323f1f4567cef7612f74984bf9 Merge pull request #1736 from Darredevil/issue-17081

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

--- Comment #5 from github-bugzilla@puremagic.com ---
Commit pushed to stable at https://github.com/dlang/druntime

https://github.com/dlang/druntime/commit/e3e8b23401dd1a323f1f4567cef7612f74984bf9 Merge pull request #1736 from Darredevil/issue-17081

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

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--