Re: [TCLCORE] command delete trace expectations
by Vince Darley other posts by this author
Sep 30 2003 10:28AM messages near this date
Re: [TCLCORE] command delete trace expectations
|
Re: [TCLCORE] command delete trace expectations
On Mon, 29 Sep 2003 dgp@[...].gov wrote:
> > During a command delete trace, the traced command still exists,
> > but will be deleted following the trace, and the trace can't do
> > anything to stop it.
> In a message off the list, Will Duquette tells me that the Snit
> package is a user of command delete traces that depends on the
> command continuing to exist when the trace is handled.
Oh, I was thinking you were proposing changing the second part of the
above: that a trace "can't do anything to stop it". To bring that inline
with variable traces (where the trace can throw an error to stop an
'unset') is what my comments referred to.
I believe I may have code that assumes the command still exists during the
trace, but I don't have any that assumes the trace can't stop the delete.
Vince.
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Tcl-Core mailing list
Tcl-Core@[...].net
https://lists.sourceforge.net/lists/listinfo/tcl-core
Thread:
Donald G Porter
Vince Darley
Joe English
Vince Darley
|