Thread overview
[Issue 18295] [Scope][dip1000] `scope class` check too conservative under -dip1000
Jan 24, 2018
Mike Franklin
Jan 24, 2018
Mike Franklin
Mar 03, 2018
Walter Bright
Mar 20, 2018
Walter Bright
Jun 10, 2021
Dennis
January 24, 2018
https://issues.dlang.org/show_bug.cgi?id=18295

--- Comment #1 from Mike Franklin <slavo5150@yahoo.com> ---
Potential Fix: https://github.com/dlang/dmd/pull/7771

--
January 24, 2018
https://issues.dlang.org/show_bug.cgi?id=18295

Mike Franklin <slavo5150@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull, rejects-valid

--
March 03, 2018
https://issues.dlang.org/show_bug.cgi?id=18295

Walter Bright <bugzilla@digitalmars.com> changed:

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

--
March 20, 2018
https://issues.dlang.org/show_bug.cgi?id=18295

--- Comment #2 from Walter Bright <bugzilla@digitalmars.com> ---
I propose abandoning `scope class C { ... }` altogether. See https://github.com/dlang/dlang.org/pull/2027

--
June 10, 2021
https://issues.dlang.org/show_bug.cgi?id=18295

Dennis <dkorpel@live.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |dkorpel@live.nl
         Resolution|---                         |WONTFIX

--- Comment #3 from Dennis <dkorpel@live.nl> ---
As stated in https://github.com/dlang/dmd/pull/7771#issuecomment-374497794

> instead of fixing this issue (Issue 18295), I'll move ahead deprecating scope-as-a-type-modifier, which will eventually make the issue irrelevant. Closing

Considering https://github.com/dlang/dlang.org/pull/2027 has been merged, closing as WONTFIX

--