https://issues.dlang.org/show_bug.cgi?id=22946
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Dlang Bot <[email protected]> --- @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 --
