From 1682d130f6c499713f2845b0ab77c2b49701da87 Mon Sep 17 00:00:00 2001 From: Steven Schveighoffer Date: Fri, 17 Feb 2017 09:47:28 -0500 Subject: [PATCH] Update handling of previously undetected cycles to abort execution. --- src/rt/minfo.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rt/minfo.d b/src/rt/minfo.d index 190cce279c..838865a547 100644 --- a/src/rt/minfo.d +++ b/src/rt/minfo.d @@ -183,7 +183,7 @@ struct ModuleGroup } // Change default to .abort in 2.073 - auto onCycle = OnCycle.deprecate; + auto onCycle = OnCycle.abort; switch(cycleHandling) with(OnCycle) {