[Issue 20674] [DIP1000] inference of `scope` is easily confused

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Mar 16 04:00:22 UTC 2020


https://issues.dlang.org/show_bug.cgi?id=20674

Walter Bright <bugzilla at digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla at digitalmars.com
           Severity|normal                      |enhancement

--- Comment #1 from Walter Bright <bugzilla at digitalmars.com> ---
To do what this example asks for, data flow analysis would be required. This
can be done, but is a large increase in implementation complexity and time to
compile. It is not a bug that DFA is not currently done.

Marked as an enhancement.

--


More information about the Digitalmars-d-bugs mailing list