Thread overview
[Issue 24084] Add -nothrow Switch to Compiler
Aug 13, 2023
Dlang Bot
Aug 14, 2023
mhh
Aug 17, 2023
Walter Bright
Aug 18, 2023
Dlang Bot
August 13, 2023
https://issues.dlang.org/show_bug.cgi?id=24084

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #15536 "fix Issue 24084 - Add -nothrow Switch to Compiler" fixing this issue:

- fix Issue 24084 - Add -nothrow Switch to Compiler

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

--
August 14, 2023
https://issues.dlang.org/show_bug.cgi?id=24084

mhh <maxhaton@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |maxhaton@gmail.com

--- Comment #2 from mhh <maxhaton@gmail.com> ---
What is are "stack unwinders" (i.e. plural)? Some kind of stack unwinding implementation is still required regardless of whether exceptions are used so you can give a proper error message when something goes wrong.

--
August 17, 2023
https://issues.dlang.org/show_bug.cgi?id=24084

--- Comment #3 from Walter Bright <bugzilla@digitalmars.com> ---
A stack unwinder goes up the stack executing finally blocks until it finds a matching catch.

--
August 18, 2023
https://issues.dlang.org/show_bug.cgi?id=24084

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

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

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #15536 "fix Issue 24084 - Add -nothrow Switch to Compiler" was merged into master:

- e49b74dbcff9534b4ca262a2a62f525c222d8a5e by Walter Bright:
  fix Issue 24084 - Add -nothrow Switch to Compiler

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

--