From c18bdb2df8a4ac9d01e778515af65cf9a1b158ea Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Wed, 22 Mar 2023 08:44:13 -0400 Subject: [PATCH] trying a new thing --- core.d | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core.d b/core.d index 0cac890..14fcb6e 100644 --- a/core.d +++ b/core.d @@ -959,7 +959,7 @@ template ArsdException(alias Type, DataTuple...) { } override void getAdditionalPrintableInformation(scope void delegate(string name, in char[] value) sink) const { - ArsdExceptionBase.getAdditionalPrintableInformation(sink); + ArsdExceptionBase.getAdditionalPrintableInformation(sink); foreach(idx, datum; data) { enum int lol = cast(int) idx; @@ -1967,7 +1967,7 @@ void main() { version(none) foreach(i; 0 .. 100) CoreEventLoopImplementation.runInTaskRunnerQueue.enqueue(new CallbackHelper(&tester)); - + foreach(ref thread; pool) { thread.join();