Matthieu Moy <[EMAIL PROTECTED]> writes: > Interesting ! > > Be carefull : I've modified the tla--run-arch function (I've also > renamed it to follow the naming convention), and I will probably do so > again in the next future. Don't take too much time before committing > your changes, even if they break some other code.
I didn't have any immediate plans for committing this--I'm quite happy to test out your new patches and see how it all works. The code I've written (there isn't much of it, I only spent about an hour last night on it) splits up the tla-process-sentinel function and instead has each toplevel function pass a set of callbacks that get run when certain events occur (the :finished, :error and :killed functions in the example I gave). As I said, I'm not sure this would work for everything, and it'd involve modifying all the functions that use the current tla-run-arch, so maybe it'd be better to wait until things stable out. What do you think? Cheers, Mark -- Mark Triggs <[EMAIL PROTECTED]>
