# HG changeset patch # User Chris Jones # Date 1325799135 25200 # Node ID ce9f9f7108c860b055ca0e5f2f3c3e5074d9acc5 # Parent b345e0473430ae1753d153ffd034e77b45edfeeb Added another BUG comment. diff -r b345e0473430 -r ce9f9f7108c8 roster.go --- a/roster.go Thu Jan 05 14:25:40 2012 -0700 +++ b/roster.go Thu Jan 05 14:32:15 2012 -0700 @@ -87,6 +87,7 @@ }(in, out) } +// BUG(cjyar) This isn't getting updates. // BUG(cjyar) This isn't actually thread safe, though it's unlikely it // will fail in practice. Either the roster should be protected with a // mutex, or we should make the roster available on a channel instead