From c6534d1d48e88a6f5a4111de6a500f05970cdeda Mon Sep 17 00:00:00 2001 From: Zuul Date: Mon, 18 Jul 2022 18:40:54 +0000 Subject: [PATCH] Update git submodules * Update cliff from branch 'master' to 13f08e4828a7c60f522d7fa5858487ec35a06699 - Merge "Defer loading cmd2" - Defer loading cmd2 We were importing cmd2 purely so we could do some exception transformation. However, this is only needed if we're in interactive mode. Avoid both the import of cmd2 and the transformation of the exceptions unless this is the case. This speeds up import time by ~30% for the demoapp on my machine (~160mS after compared to ~210mS before) Change-Id: I2356dc9803b4d0eef3528c6d057207509932e6b2 Signed-off-by: Stephen Finucane --- cliff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cliff b/cliff index 1b3d1b55b0..13f08e4828 160000 --- a/cliff +++ b/cliff @@ -1 +1 @@ -Subproject commit 1b3d1b55b0df50409f322be3a44f60c6a869b2a8 +Subproject commit 13f08e4828a7c60f522d7fa5858487ec35a06699