From dbe834b48a99e5f4fa355c97bb8f48444491d192 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Wed, 26 Oct 2022 12:34:50 -0400 Subject: [PATCH] tamer: tamec: Remove lowering pipeline refactoring comment I'm struggling to go much further yet without sorting out some other things first with regards to mutable `Context` and, in particular, the ASG. I'm going to pause on refactoring the lowering pipeline---it's been improved significantly with the recent work---and I will continue in the next few weeks. DEV-13158 --- tamer/src/bin/tamec.rs | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tamer/src/bin/tamec.rs b/tamer/src/bin/tamec.rs index 86b6bca4..2ec56de1 100644 --- a/tamer/src/bin/tamec.rs +++ b/tamer/src/bin/tamec.rs @@ -124,15 +124,6 @@ fn compile( Ok(()) } - // TODO: You have landed on a commit that is in the middle of - // refactoring this lowering pipline; - // congratulations! - // Specifically, - // this is beginning to derive what these lowering steps have in - // common so that they can be factored out, - // and committing this intermediate state helps with rationalizing - // and understanding the changes. - // TODO: We're just echoing back out XIR, // which will be the same sans some formatting. let src = &mut src_reader(src_path, &escaper)?