OK, we have to recompile against samskivert 1.4-SNAPSHOT because
add(index,observer) used to return void and now it returns boolean. Really I'd rather add(index,observer) and add(observer) both returned void and threw an exception if a duplicate was detected (because wtf are you doing?), but Collection dictates a signature of boolean add (elem) and if I changed that, then *everybody* would need to recompile. Sigh. We'll just suck it up and leave add(i,o) consistent with add(o) and have Narya rebuild agains the latest bytecode. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6624 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Reference in New Issue
Block a user