Thread overview
[Issue 10247] LastCatch grammar does not match implementation
Dec 17, 2022
Iain Buclaw
June 06, 2014
https://issues.dlang.org/show_bug.cgi?id=10247

--- Comment #1 from briancschott@gmail.com ---
I've tried to fix this in D-Scanner, and so far I haven't figured out a way to eliminate the ambiguity. I support implementing issue 12558 and removing the LastCatch rule from the language entirely.

--
June 06, 2014
https://issues.dlang.org/show_bug.cgi?id=10247

briancschott@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |12558

--
June 09, 2015
https://issues.dlang.org/show_bug.cgi?id=10247

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unspecified                 |D2

--
July 07, 2016
https://issues.dlang.org/show_bug.cgi?id=10247
Issue 10247 depends on issue 12558, which changed state.

Issue 12558 Summary: try/catch allows implicit catching of Errors without specifying any Exception type https://issues.dlang.org/show_bug.cgi?id=12558

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

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=10247

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P3

--