Thread overview
[Issue 13476] [REG2.065] Writing stubs for dynamically loaded functions no longer works. (circular reference)
Sep 15, 2014
Kenji Hara
September 15, 2014
https://issues.dlang.org/show_bug.cgi?id=13476

Kenji Hara <k.hara.pg@gmail.com> changed:

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

--- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> ---
The regression has introduced by the fix for issue 12040.

Compiler fix: https://github.com/D-Programming-Language/dmd/pull/3989

--
September 16, 2014
https://issues.dlang.org/show_bug.cgi?id=13476

github-bugzilla@puremagic.com changed:

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

--
September 16, 2014
https://issues.dlang.org/show_bug.cgi?id=13476

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/a705e5399ca7aa826bce6f5168ad13f72ef6733f
fix Issue 13476 - Writing stubs for dynamically loaded functions no longer
works. (circular reference)

https://github.com/D-Programming-Language/dmd/commit/f2a07f856511a8c638b71c17c3c4db069b3c8213 Merge pull request #3989 from 9rnsr/fix13476

[REG2.065] Issue 13476 - Writing stubs for dynamically loaded functions no longer works. (circular reference)

--
September 18, 2014
https://issues.dlang.org/show_bug.cgi?id=13476

--- Comment #3 from github-bugzilla@puremagic.com ---
Commit pushed to 2.066 at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/90c5189a21c272a5c41de6d1d2252b170b5eb630 Merge pull request #3989 from 9rnsr/fix13476

[REG2.065] Issue 13476 - Writing stubs for dynamically loaded functions no longer works. (circular reference)

--
February 19, 2015
https://issues.dlang.org/show_bug.cgi?id=13476

--- Comment #4 from github-bugzilla@puremagic.com ---
Commits pushed to 2.067 at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/a705e5399ca7aa826bce6f5168ad13f72ef6733f
fix Issue 13476 - Writing stubs for dynamically loaded functions no longer
works. (circular reference)

https://github.com/D-Programming-Language/dmd/commit/f2a07f856511a8c638b71c17c3c4db069b3c8213 Merge pull request #3989 from 9rnsr/fix13476

--