Skip to content

Commit 1e23d3f

Browse files
committed
---
yaml --- r: 47351 b: refs/heads/try c: 1d34a55 h: refs/heads/master i: 47349: ddf7a45 47347: f86f983 47343: bff3edb v: v3
1 parent b8b311c commit 1e23d3f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 3bbcac322669cff3abde5be937cc4ec3860f3985
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: a6d9689399d091c3265f00434a69c551a61c28dc
5-
refs/heads/try: a660bb362ce5a39014fb274367e6361d4deb8a7d
5+
refs/heads/try: 1d34a55d880baa3d186e72d345c1d3ce99d88d2c
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/src/libcore/comm.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ use vec;
1717

1818
use pipes::{recv, try_recv, wait_many, peek, PacketHeader};
1919

20-
// NOTE Making this public exposes some plumbing from pipes. Needs
21-
// some refactoring
20+
// FIXME #5160: Making this public exposes some plumbing from
21+
// pipes. Needs some refactoring
2222
pub use pipes::Selectable;
2323

2424
/// A trait for things that can send multiple messages.

branches/try/src/rt/rust_upcall.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ upcall_fail(char const *expr,
120120
size_t line) {
121121
rust_task *task = rust_try_get_current_task();
122122
if (task == NULL) {
123-
// NOTE: Need to think about what to do here
123+
// FIXME #5161: Need to think about what to do here
124124
printf("failure outside of a task");
125125
abort();
126126
}

0 commit comments

Comments
 (0)