Thread overview
[Issue 6889] "finally" mentioned in a compilation error, instead of "scope(exit)" or "scope(success)"
Apr 29, 2014
Andrej Mitrovic
May 21, 2014
Kenji Hara
April 29, 2014
https://issues.dlang.org/show_bug.cgi?id=6889

Andrej Mitrovic <andrej.mitrovich@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrej.mitrovich@gmail.com

--- Comment #1 from Andrej Mitrovic <andrej.mitrovich@gmail.com> ---
Yeah, this is caused by an internal rewrite of scope => try/catch/finally block.

--
May 21, 2014
https://issues.dlang.org/show_bug.cgi?id=6889

Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #2 from Kenji Hara <k.hara.pg@gmail.com> ---
https://github.com/D-Programming-Language/dmd/pull/3564

--
May 24, 2014
https://issues.dlang.org/show_bug.cgi?id=6889

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

https://github.com/D-Programming-Language/dmd/commit/bb9fd7e2ad2c0fbc5ddd132129819fdcd2cc6bf0
fix Issue 6889 - "finally" mentioned in a compilation error, instead of
"scope(exit)" or "scope(success)"

https://github.com/D-Programming-Language/dmd/commit/75950518c1a448c85aa7e9db2033b09f4c377380 Merge pull request #3564 from 9rnsr/fix_onscope

Issue  6889 & 2456 - Fix diagnostic messages for OnScomeStatement

--
May 24, 2014
https://issues.dlang.org/show_bug.cgi?id=6889

github-bugzilla@puremagic.com changed:

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

--