Thread overview
[Issue 17450] escaping delegate context pointer not detected for member functions
May 28, 2017
Walter Bright
May 28, 2017
Walter Bright
May 28, 2017
Walter Bright
May 28, 2017
https://issues.dlang.org/show_bug.cgi?id=17450

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |safe

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

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=17448

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

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

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

Tomer Filiba (weka) <tomer@weka.io> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tomer@weka.io

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

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

https://github.com/dlang/dmd/commit/e3e8ce24b0ca5b0aa0f300da854fef439973df03 fix Issue 17450 - escaping delegate context pointer not detected for member functions

https://github.com/dlang/dmd/commit/b0b461765dc8c8baf1d615ce3600948e990daa56 Merge pull request #6839 from WalterBright/fix17450

fix Issue 17450 - escaping delegate context pointer not detected for … merged-on-behalf-of: Daniel Murphy <yebblies@gmail.com>

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

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

https://github.com/dlang/dmd/commit/e3e8ce24b0ca5b0aa0f300da854fef439973df03 fix Issue 17450 - escaping delegate context pointer not detected for member functions

https://github.com/dlang/dmd/commit/b0b461765dc8c8baf1d615ce3600948e990daa56 Merge pull request #6839 from WalterBright/fix17450

--