Thread overview
[Issue 22205] catch(Exception) not longer working in debug blocks
Sep 09, 2021
RazvanN
Sep 09, 2021
RazvanN
Sep 09, 2021
Dlang Bot
Sep 10, 2021
Dlang Bot
Sep 30, 2021
Dlang Bot
September 09, 2021
https://issues.dlang.org/show_bug.cgi?id=22205

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |razvan.nitu1305@gmail.com

--- Comment #1 from RazvanN <razvan.nitu1305@gmail.com> ---
Introduced by: https://github.com/dlang/dmd/pull/8449

--
September 09, 2021
https://issues.dlang.org/show_bug.cgi?id=22205

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|Windows                     |All

--
September 09, 2021
https://issues.dlang.org/show_bug.cgi?id=22205

Dlang Bot <dlang-bot@dlang.rocks> changed:

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@RazvanN7 created dlang/dmd pull request #13061 "Fix Issue 22205 - catch(Exception) not longer working in debug blocks" fixing this issue:

- Fix Issue 22205 - catch(Exception) not longer working in debug blocks

https://github.com/dlang/dmd/pull/13061

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

Dlang Bot <dlang-bot@dlang.rocks> changed:

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #13061 "Fix Issue 22205 - catch(Exception) not longer working in debug blocks" was merged into stable:

- 055005addfb970eefcd70c69e2dc93f1244c6bd1 by RazvanN7:
  Fix Issue 22205 - catch(Exception) not longer working in debug blocks

https://github.com/dlang/dmd/pull/13061

--
September 30, 2021
https://issues.dlang.org/show_bug.cgi?id=22205

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #13108 "merge stable" was merged into master:

- b5c146063dc86561e7ea01ac983b5e26723def25 by RazvanN7:
  Fix Issue 22205 - catch(Exception) not longer working in debug blocks

https://github.com/dlang/dmd/pull/13108

--