Re: Package unloading



On 30 Jan., 16:35, Derek Fountain <nom...@xxxxxxxxxxxxxxx> wrote:

I was hoping there was some easy way to back out all that stuff, or to
force the next "package require" command to go and reload the tcl file
from the disk. Is there an easy way to re-source the file without having
to type its full filename (which is this case is enormous)?

The simplest solution would be to just re-source foo.tcl after you've
edited it. If it just contains procs, I expect no problems - except
possibly if you delete a proc in a newer foo.tcl, it will still be
there in the interpreter.
.