Stephan Eggermont wrote > What would need to change with a circular list?
Right now, TxModel rolls-its own list implementation. I think the safest way would be to delegate to a real list object (I've been thinking it's probably a good idea anyway from a design perspective). Then we could plug in a different implementations and see. ----- Cheers, Sean -- View this message in context: http://forum.world.st/TxSpan-isAtEnd-tp4824134p4824208.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
