From 13d7757dd612d7b77d043c7c1c3e86d935b0d1da Mon Sep 17 00:00:00 2001 From: Francis Toth Date: Thu, 28 May 2020 03:48:23 -0400 Subject: [PATCH] Update git submodules * Update docs/submodules/sdc.git from branch 'master' to f38f7e583f1d311e0fe108c09d201112bb4d135f - Encapsulate ReportManager's failedVerticesPerTask and resultsPerVertex in Report This commit aims to encapsulate the static fields failedVerticesPerTask and resultsPerVertex in their own class (called Report). In the short terms, any state needing to be passed around will be stored there. Unfortunately, this commit required many minor changes in functions signature (to pass the Report instance). Signed-off-by: Francis Toth Change-Id: I3756d9a939cbd0f2856be72aa2bd24a3980dde49 Issue-ID: SDC-2499 --- docs/submodules/sdc.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/sdc.git b/docs/submodules/sdc.git index 1de7b7582..f38f7e583 160000 --- a/docs/submodules/sdc.git +++ b/docs/submodules/sdc.git @@ -1 +1 @@ -Subproject commit 1de7b75829b3bf0c06ee7a8b3006b0edfb239420 +Subproject commit f38f7e583f1d311e0fe108c09d201112bb4d135f -- 2.16.6