From 2049db9726b2d756655c1db1a63fc2e8ee015f54 Mon Sep 17 00:00:00 2001 From: Martin Nowak Date: Fri, 1 Sep 2017 15:35:52 +0200 Subject: [PATCH] purge changelog --- changelog/unhandled.dd | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 changelog/unhandled.dd diff --git a/changelog/unhandled.dd b/changelog/unhandled.dd deleted file mode 100644 index 1dc752b312..0000000000 --- a/changelog/unhandled.dd +++ /dev/null @@ -1,8 +0,0 @@ -Print unhandled exception's trace and abort if rt_trapExceptions is false - -D exception handling was assuming the top level exception handler, -so all exceptions would be handled somewhere. In case rt_trapExceptions -is cleared, this handler would not be enabled, and this assertion -would fail, aborting the program, but without any information -about the exception. This is now changed, so the exception information -will be printed to the stderr, followed by abort.