From 587a5af75d9adee5a3f765261931cd6e8ab6ff43 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Mon, 31 Oct 2022 14:58:05 +0100 Subject: refactor(sim/compute): Report exceptions in onStop as suppressed This change updates the implementation of `SimMachineContext` to report exceptions thrown in `onStop` as suppressed exceptions if an exception caused the workload to stop. --- opendc-simulator/opendc-simulator-compute/build.gradle.kts | 1 - 1 file changed, 1 deletion(-) (limited to 'opendc-simulator/opendc-simulator-compute/build.gradle.kts') diff --git a/opendc-simulator/opendc-simulator-compute/build.gradle.kts b/opendc-simulator/opendc-simulator-compute/build.gradle.kts index f3f90bb6..0ea0c252 100644 --- a/opendc-simulator/opendc-simulator-compute/build.gradle.kts +++ b/opendc-simulator/opendc-simulator-compute/build.gradle.kts @@ -32,7 +32,6 @@ dependencies { api(projects.opendcSimulator.opendcSimulatorPower) api(projects.opendcSimulator.opendcSimulatorNetwork) implementation(projects.opendcSimulator.opendcSimulatorCore) - implementation(libs.kotlin.logging) testImplementation(libs.slf4j.simple) } -- cgit v1.2.3