<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div><div><div>Okay I have an idea on the GC issue. Although I don't want to go the route of full instance-management (like Fuse had), I do see that these types of utilities are a lot more user friendly if they can be used without storing references to them. So I'm going to add a feature that stashes a reference to instances while they are playing.</div><div><br class="webkit-block-placeholder"></div><div>Also regarding loop, that is a good feature suggestion – I had tons of requests for that with Fuse so I know it's widely needed, I'll look into adding that as well.</div><div><br class="webkit-block-placeholder"></div><div>I've gotten a really nice update together that should be ready pretty quick here.</div><div><br class="webkit-block-placeholder"></div><div>- m</div><div><br class="webkit-block-placeholder"></div><div><br><div><div>On Feb 22, 2008, at 1:37 AM, Aram wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">I pulled the latest revision 24 from svn. It is indeed 0.4.1<br><br>If I remove the weak reference on: SequenceBase - Line: 333<br><br>step.addEventListener(SequenceEvent.ADVANCE, onStepEvent, false, 0, true);<br>-TO-<br>step.addEventListener(SequenceEvent.ADVANCE, onStepEvent);<br><br>It works, not sure if that breaks something else though for future GC.<br><br>On another note, a RepeatingSequence. To achieve, I subclassed<br>Sequence and overrode stop, adding in a &nbsp;skipTo(0).<br><br>Would something like a repeat flag on Sequence ever make it into the<br>core? Or we should just extend for stuff like that?<br><br>Thanks,<br>Aram<br><br><br>On Thu, Feb 21, 2008 at 10:11 PM, Moses Gunesch &lt;<a href="mailto:moses@goasap.org">moses@goasap.org</a>&gt; wrote:<br><blockquote type="cite"><br></blockquote><blockquote type="cite">Which version of Go are you using (please be sure to test with 0.4.1), and<br></blockquote><blockquote type="cite">which weakReference param at which line?<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Thanks,<br></blockquote><blockquote type="cite">moses<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">On Feb 22, 2008, at 12:30 AM, Aram wrote:<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Thanks for the great work first off.<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Have a quick question regarding sequencing.<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">If I create a new sequence within a method, only the first item fires.<br></blockquote><blockquote type="cite">The complete event never make up to PlayableGroup. If I remove the<br></blockquote><blockquote type="cite">weak listener param though it moves up and works as though the<br></blockquote><blockquote type="cite">sequence was declared outside the method.<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Just wondering if this is the preferred behavior or not?<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Thanks again<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">_______________________________________________<br></blockquote><blockquote type="cite">GoList mailing list<br></blockquote><blockquote type="cite"><a href="mailto:GoList@goasap.org">GoList@goasap.org</a><br></blockquote><blockquote type="cite"><a href="http://goasap.org/mailman/listinfo/golist_goasap.org">http://goasap.org/mailman/listinfo/golist_goasap.org</a><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">_______________________________________________<br></blockquote><blockquote type="cite"> GoList mailing list<br></blockquote><blockquote type="cite"> <a href="mailto:GoList@goasap.org">GoList@goasap.org</a><br></blockquote><blockquote type="cite"> <a href="http://goasap.org/mailman/listinfo/golist_goasap.org">http://goasap.org/mailman/listinfo/golist_goasap.org</a><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"><br></blockquote><br>_______________________________________________<br>GoList mailing list<br><a href="mailto:GoList@goasap.org">GoList@goasap.org</a><br><a href="http://goasap.org/mailman/listinfo/golist_goasap.org">http://goasap.org/mailman/listinfo/golist_goasap.org</a><br></blockquote></div><br></div></div></div></div></body></html>