From d39a33687c2cf19652c6d324aed7f7fdfeb6c476 Mon Sep 17 00:00:00 2001 From: Ben Blum Date: Fri, 13 Jul 2012 20:31:24 -0400 Subject: [PATCH] Switch TODOs to FIXMEs --- src/libcore/task.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libcore/task.rs b/src/libcore/task.rs index 2f6c07f0199f..474f7f14969e 100644 --- a/src/libcore/task.rs +++ b/src/libcore/task.rs @@ -589,8 +589,8 @@ class taskgroup { let tasks: taskgroup_arc; // 'none' means the group already failed. let me: *rust_task; let my_pos: uint; - // let parent_group: taskgroup_arc; // TODO(bblum) - // TODO XXX bblum: add a list of empty slots to get runtime back + // let parent_group: taskgroup_arc; // FIXME (#1868) (bblum) + // FIXME (#1868) XXX bblum: add a list of empty slots to get runtime back // Indicates whether this is the main (root) taskgroup. If so, failure // here should take down the entire runtime. let is_main: bool;