Thread overview
[Issue 17690] [REG2.066.0] scope guards leak declarations
Jul 26, 2017
Vladimir Panteleev
Jul 26, 2017
Vladimir Panteleev
Aug 07, 2017
Walter Bright
July 26, 2017
https://issues.dlang.org/show_bug.cgi?id=17690

Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|scope guards leak           |[REG2.066.0] scope guards
                   |declarations                |leak declarations
           Severity|normal                      |regression

--- Comment #1 from Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> ---
The front-end accepts it without error.

This seems to be a regression.
Introduced in https://github.com/dlang/dmd/pull/3564

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

Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |accepts-invalid

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

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/7026

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

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

https://github.com/dlang/dmd/commit/978490aca27e374141607369389f6694d78af182 fix Issue 17690 - scope guards leak declarations

https://github.com/dlang/dmd/commit/5049277bb3f48c19cc7327c0db40c5097ba35f62 Merge pull request #7026 from tgehr/fix17690

fix Issue 17690 - scope guards leak declarations
merged-on-behalf-of: Walter Bright <WalterBright@users.noreply.github.com>

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

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

https://github.com/dlang/dmd/commit/978490aca27e374141607369389f6694d78af182 fix Issue 17690 - scope guards leak declarations

https://github.com/dlang/dmd/commit/5049277bb3f48c19cc7327c0db40c5097ba35f62 Merge pull request #7026 from tgehr/fix17690

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

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

https://github.com/dlang/dmd/commit/978490aca27e374141607369389f6694d78af182 fix Issue 17690 - scope guards leak declarations

https://github.com/dlang/dmd/commit/5049277bb3f48c19cc7327c0db40c5097ba35f62 Merge pull request #7026 from tgehr/fix17690

--