From b2e4056d6674515ed9ba3b56c40ec19c9b7eae3a Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 6 Nov 2015 17:29:52 -0800 Subject: 2383 - new concern: idempotence of transforms I'd not paid any attention to it so far, but I need to do so from now on. --- 030container.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '030container.cc') diff --git a/030container.cc b/030container.cc index 6a063658..0db73c1d 100644 --- a/030container.cc +++ b/030container.cc @@ -517,7 +517,7 @@ container bar [ $error: 0 :(after "Begin Transforms") -Transform.push_back(check_or_set_invalid_types); +Transform.push_back(check_or_set_invalid_types); // idempotent :(code) void check_or_set_invalid_types(const recipe_ordinal r) { -- cgit 1.4.1-2-gfad0