Thread overview
[Issue 22946] WindowsException ctor is not nothrow
Mar 27, 2022
Dlang Bot
Mar 27, 2022
Dlang Bot
March 27, 2022
https://issues.dlang.org/show_bug.cgi?id=22946

moonlightsentinel@disroot.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=13541

--
March 27, 2022
https://issues.dlang.org/show_bug.cgi?id=22946

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@MoonlightSentinel created dlang/phobos pull request #8421 "Fix 22946 - Mark WindowsException ctor as nothrow" fixing this issue:

- Fix 22946 - Mark WindowsException ctor as nothrow

  Catch possible exceptions arising from e.g. UTF decoding and ensure
  that the message buffer doesn't contain partial output from a failed
  step.

  The logic is seperated into a dedicated method because it's required
  for another bugfix.

https://github.com/dlang/phobos/pull/8421

--
March 27, 2022
https://issues.dlang.org/show_bug.cgi?id=22946

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #8421 "Fix 22946 - Mark WindowsException ctor as nothrow" was merged into master:

- 21cb2a3b6241b9aac1067a1d898b0259097dd524 by MoonlightSentinel:
  Fix 22946 - Mark WindowsException ctor as nothrow

  Catch possible exceptions arising from e.g. UTF decoding and ensure
  that the message buffer doesn't contain partial output from a failed
  step.

  The logic is seperated into a dedicated method because it's required
  for another bugfix.

https://github.com/dlang/phobos/pull/8421

--