Thread overview
[Issue 17428] [scope] class field assignment allows to escape scope parameters
May 24, 2017
Martin Nowak
Jul 26, 2017
Walter Bright
May 24, 2017
https://issues.dlang.org/show_bug.cgi?id=17428

--- Comment #1 from Martin Nowak <code@dawg.eu> ---
Somewhat similar to issue 17370.

--
July 26, 2017
https://issues.dlang.org/show_bug.cgi?id=17428

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com

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

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

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

https://github.com/dlang/dmd/commit/16a922f0864569b669b65448cf647de0c605e41d fix Issue 17428 - [scope] class field assignment allows to escape scope parameters

https://github.com/dlang/dmd/commit/d61411be90d36439ab91418434f900cdf1bf5ade Merge pull request #7025 from WalterBright/fix17428

fix Issue 17428 - [scope] class field assignment allows to escape sco… merged-on-behalf-of: Rainer Schuetze <rainers@users.noreply.github.com>

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

github-bugzilla@puremagic.com changed:

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

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

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

https://github.com/dlang/dmd/commit/16a922f0864569b669b65448cf647de0c605e41d fix Issue 17428 - [scope] class field assignment allows to escape scope parameters

https://github.com/dlang/dmd/commit/d61411be90d36439ab91418434f900cdf1bf5ade Merge pull request #7025 from WalterBright/fix17428

--