Skip to content

Commit d26fefd

Browse files
committed
---
yaml --- r: 22531 b: refs/heads/master c: d39a336 h: refs/heads/master i: 22529: 56f6702 22527: 8f84e2e v: v3
1 parent c8b82f7 commit d26fefd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: cd38377b1b558ebf53a6401b0baf02e0329ba58b
2+
refs/heads/master: d39a33687c2cf19652c6d324aed7f7fdfeb6c476
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be

trunk/src/libcore/task.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -589,8 +589,8 @@ class taskgroup {
589589
let tasks: taskgroup_arc; // 'none' means the group already failed.
590590
let me: *rust_task;
591591
let my_pos: uint;
592-
// let parent_group: taskgroup_arc; // TODO(bblum)
593-
// TODO XXX bblum: add a list of empty slots to get runtime back
592+
// let parent_group: taskgroup_arc; // FIXME (#1868) (bblum)
593+
// FIXME (#1868) XXX bblum: add a list of empty slots to get runtime back
594594
// Indicates whether this is the main (root) taskgroup. If so, failure
595595
// here should take down the entire runtime.
596596
let is_main: bool;

0 commit comments

Comments
 (0)